[privoxy] Change ownership of binary and config to root.

Jon Ciesla limb at fedoraproject.org
Mon Oct 1 14:20:11 UTC 2012


commit 7986f8a799eca63bfea6c009b340b064d815e019
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Oct 1 09:18:58 2012 -0500

    Change ownership of binary and config to root.

 privoxy.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/privoxy.spec b/privoxy.spec
index cbc24e6..b2a2a50 100644
--- a/privoxy.spec
+++ b/privoxy.spec
@@ -6,7 +6,7 @@
 
 Name: privoxy
 Version: 3.0.19
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Privacy enhancing proxy
 License: GPLv2+
 Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz
@@ -120,12 +120,12 @@ fi
 %files
 %defattr(-,%{name},%{name},-)
 %dir %{_localstatedir}/log/%{name}
-%attr(0755,%{name},%{name})%{_sbindir}/%{name}
-%config(noreplace) %{privoxyconf}
 
 # Owned by root
 %defattr(-,root,root,-)
 #config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
+%attr(0755,root,root)%{_sbindir}/%{name}
+%config(noreplace) %{privoxyconf}
 %attr(0644,root,root) %{_unitdir}/%{name}.service
 %{_mandir}/man1/%{name}.*
 %doc README AUTHORS ChangeLog LICENSE 
@@ -133,6 +133,9 @@ fi
 #doc/source/developer-manual doc/source/faq doc/source/user-manual
 
 %changelog
+* Mon Oct 01 2012 Jon Ciesla <limburgher at gmail.com> - 3.0.19-2
+- Change ownership of binary and config to root.
+
 * Mon Oct 01 2012 Jon Ciesla <limburgher at gmail.com> - 3.0.19-1
 - Latest upstream.
 - Allow execution by all users, BZ 849932.


More information about the scm-commits mailing list