]> git.pld-linux.org Git - packages/cleanfeed.git/commitdiff
- file owners fixed (semi-automatically)
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 9 Dec 2000 17:55:13 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (no special user (like http/news) should own his home directory nor
  files it doesn't create)

Changed files:
    cleanfeed.spec -> 1.17

cleanfeed.spec

index 117ab220fad98189c41085022d41d3b9b983d66b..74597bca80bf49597d089b6026a9a5a831c0f753 100644 (file)
@@ -43,6 +43,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.gz
-%attr(640,news,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
+%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
 %{_datadir}/news/filter/filter_innd.pl
 %{_mandir}/man8/*
This page took 0.084075 seconds and 4 git commands to generate.