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

Jon Ciesla limb at fedoraproject.org
Mon Oct 1 14:27:19 UTC 2012


commit 3d8c3720f65d8294ffe07a36eec83fca12f0657a
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Oct 1 09:25:26 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 5011825..87e7aee 100644
--- a/privoxy.spec
+++ b/privoxy.spec
@@ -6,7 +6,7 @@
 
 Name: privoxy
 Version: 3.0.16
-Release: 6.1%{?dist}
+Release: 6.2%{?dist}
 Summary: Privacy enhancing proxy
 License: GPLv2+
 Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz
@@ -103,12 +103,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(0755,root,root) %{_initrddir}/%{name}
 %{_mandir}/man1/%{name}.*
 %doc README AUTHORS ChangeLog LICENSE 
@@ -116,6 +116,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.16-6.2
+- Change ownership of binary and config to root.
+
 * Mon Oct 01 2012 Jon Ciesla <limburgher at gmail.com> - 3.0.16-6.1
 - Allow execution by all users, BZ 849932.
 


More information about the scm-commits mailing list