[polipo] should have notice also used %config rather %attr

Bernard Johnson bjohnson at fedoraproject.org
Sun Dec 2 20:21:49 UTC 2012


commit 0e004952ebf0b124a4c4bcd3a9422e7b8cc0022b
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sun Dec 2 13:21:32 2012 -0700

    should have notice also used %config rather %attr

 polipo.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/polipo.spec b/polipo.spec
index 1de7d25..7c899ee 100644
--- a/polipo.spec
+++ b/polipo.spec
@@ -124,7 +124,7 @@ fi
 %doc README CHANGES COPYING *.sample
 %dir %{_sysconfdir}/%{name}
 %dir %{_datadir}/%{name}
-%config(0750,polipo,root) %dir %{_localstatedir}/log/%{polipo}
+%attr(0750,polipo,root) %dir %{_localstatedir}/log/%{polipo}
 %attr(0750,%{name},%{name}) %dir %{_localstatedir}/cache/%{name}
 %{_bindir}/%{name}
 %{_datadir}/%{name}/*


More information about the scm-commits mailing list