summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"));