]> git.pld-linux.org Git - packages/NewsCache.git/commitdiff
- adapterized
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 May 2005 18:23:50 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    NewsCache.spec -> 1.16

NewsCache.spec

index f12f7640eb9d05bb03834b97aea75f7ed70fca1e..690355b66df3ced8c9eefb1c2bbb72bee1e1f830 100644 (file)
@@ -1,5 +1,5 @@
 # TODO:        review i and tests (especially .inet), %%post, %%preun,
-#      %%postun scripts for NewsCache-{standalone,inet}, fix 
+#      %%postun scripts for NewsCache-{standalone,inet}, fix
 #      subpackages group descriptions.
 #
 Summary:       News Cache
@@ -122,9 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man?/*
-%config(noreplace) %verify(not size mtime md5) %attr(755,news,news) %dir /var/cache/newscache
+%config(noreplace) %verify(not md5 mtime size) %attr(755,news,news) %dir /var/cache/newscache
 %dir %{_sysconfdir}
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 
 %files inetd
 %defattr(644,root,root,755)
This page took 0.075311 seconds and 4 git commands to generate.