[privoxy/f17] - Allow execution by all users, BZ 849932.

Jon Ciesla limb at fedoraproject.org
Mon Oct 1 12:54:35 UTC 2012


commit 0db677a8c7332ce16118177f6f9a6ee2e38e2a53
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Oct 1 07:53:25 2012 -0500

    - Allow execution by all users, BZ 849932.

 privoxy.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/privoxy.spec b/privoxy.spec
index f07b042..5011825 100644
--- a/privoxy.spec
+++ b/privoxy.spec
@@ -6,7 +6,7 @@
 
 Name: privoxy
 Version: 3.0.16
-Release: 6%{?dist}
+Release: 6.1%{?dist}
 Summary: Privacy enhancing proxy
 License: GPLv2+
 Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz
@@ -55,7 +55,7 @@ mkdir -p %{buildroot}%{_sbindir} \
 # Upstream dropped this one:
 #         %{buildroot}%{_sysconfdir}/logrotate.d
 
-install -p -m 744 %{name} %{buildroot}%{_sbindir}/%{name}
+install -p -m 755 %{name} %{buildroot}%{_sbindir}/%{name}
 install -p -m 644 {config,*.action,default.filter,trust} %{buildroot}%{privoxyconf}/
 install -p -m 644 templates/* %{buildroot}%{privoxyconf}/templates
 install -p -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
@@ -103,7 +103,7 @@ fi
 %files
 %defattr(-,%{name},%{name},-)
 %dir %{_localstatedir}/log/%{name}
-%attr(0744,%{name},%{name})%{_sbindir}/%{name}
+%attr(0755,%{name},%{name})%{_sbindir}/%{name}
 %config(noreplace) %{privoxyconf}
 
 # Owned by root
@@ -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.1
+- Allow execution by all users, BZ 849932.
+
 * Fri Feb 10 2012 Petr Pisar <ppisar at redhat.com> - 3.0.16-6
 - Rebuild against PCRE 8.30
 - Rebase chkconfig patch


More information about the scm-commits mailing list