[polipo] add file attribute for /var/log/polipo

Bernard Johnson bjohnson at fedoraproject.org
Tue Sep 27 05:33:55 UTC 2011


commit 29124d7b3a1a91946d416431ab9698d616cfc6cd
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Mon Sep 26 23:33:09 2011 -0600

    add file attribute for /var/log/polipo

 polipo.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/polipo.spec b/polipo.spec
index 85e6156..21d9375 100644
--- a/polipo.spec
+++ b/polipo.spec
@@ -163,7 +163,7 @@ fi
 %dir %{_sysconfdir}/%{name}
 %dir %{_datadir}/%{name}
 %attr(0750,%{name},%{name}) %dir %{_localstatedir}/cache/%{name}
-%ghost %config %{_localstatedir}/log/%{name}
+%ghost %attr(0640,%{name},%{name}) %config %{_localstatedir}/log/%{name}
 %{_bindir}/%{name}
 %{_datadir}/%{name}/*
 %{_mandir}/man1/%{name}.*


More information about the scm-commits mailing list