Skip to content

Commit

Permalink
stupid whitespace thing pulls in dead files
Browse files Browse the repository at this point in the history
I don't care why it happened, just don't whitespace check the README files
anymore.
  • Loading branch information
dormando committed Jul 30, 2012
1 parent 45f22f0 commit 41b5576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion memcached.spec.in
Expand Up @@ -83,7 +83,7 @@ exit 0


%files %files
%defattr(-,root,root,-) %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} %config(noreplace) %{_sysconfdir}/sysconfig/%{name}


%dir %attr(750,nobody,nobody) %{_localstatedir}/run/memcached %dir %attr(750,nobody,nobody) %{_localstatedir}/run/memcached
Expand Down
2 changes: 1 addition & 1 deletion t/whitespace.t
Expand Up @@ -6,7 +6,7 @@ our @files;
BEGIN { BEGIN {
chdir "$Bin/.." or die; 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/*.xml"));
push(@exempted, glob("doc/xml2rfc/*.xsl")); push(@exempted, glob("doc/xml2rfc/*.xsl"));
push(@exempted, glob("m4/*backport*m4")); push(@exempted, glob("m4/*backport*m4"));
Expand Down

0 comments on commit 41b5576

Please sign in to comment.