summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2012-07-29 21:04:57 -0700
committerdormando <dormando@rydia.net>2012-07-29 21:04:57 -0700
commit41b55764e15d1cc95e957c8c757f4ed7bbb9bc22 (patch)
tree8772e8a113b51f3def8f0cb3192971b8ad153322
parent45f22f0f2ac1ad1b4b75944bcf07e0c75c631e7a (diff)
downloadmemcached-41b55764e15d1cc95e957c8c757f4ed7bbb9bc22.tar.gz
stupid whitespace thing pulls in dead files
I don't care why it happened, just don't whitespace check the README files anymore.
-rw-r--r--memcached.spec.in2
-rwxr-xr-xt/whitespace.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/memcached.spec.in b/memcached.spec.in
index f473d8f..678be90 100644
--- a/memcached.spec.in
+++ b/memcached.spec.in
@@ -83,7 +83,7 @@ exit 0
%files
%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README doc/CONTRIBUTORS doc/*.txt
+%doc AUTHORS ChangeLog COPYING NEWS README.md doc/CONTRIBUTORS doc/*.txt
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %attr(750,nobody,nobody) %{_localstatedir}/run/memcached
diff --git a/t/whitespace.t b/t/whitespace.t
index f3629ab..50b5ae6 100755
--- a/t/whitespace.t
+++ b/t/whitespace.t
@@ -6,7 +6,7 @@ our @files;
BEGIN {
chdir "$Bin/.." or die;
- my @exempted = qw(Makefile.am ChangeLog doc/Makefile.am);
+ my @exempted = qw(Makefile.am ChangeLog doc/Makefile.am README README.md);
push(@exempted, glob("doc/*.xml"));
push(@exempted, glob("doc/xml2rfc/*.xsl"));
push(@exempted, glob("m4/*backport*m4"));