[apg] Fix permissions on systemd files to be 644. Fixes bug #963913

Kevin Fenzi kevin at fedoraproject.org
Thu May 16 20:07:09 UTC 2013


commit 6ff3b537c7c5519ae13573d6a1ca538a7c828f52
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Thu May 16 14:07:06 2013 -0600

    Fix permissions on systemd files to be 644. Fixes bug #963913

 apg.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/apg.spec b/apg.spec
index 922a208..98fdab7 100644
--- a/apg.spec
+++ b/apg.spec
@@ -2,7 +2,7 @@ Summary:		Automated Password Generator for random password generation
 Name:			apg
 
 Version:		2.3.0b
-Release:		19%{?dist}
+Release:		20%{?dist}
 License:		BSD
 Group:			System Environment/Base
 URL:			http://www.adel.nursat.kz/%{name}/
@@ -47,8 +47,8 @@ install -D -m 644 doc/man/apgbfm.1 %{buildroot}%{_mandir}/man1/apgbfm.1
 install -D -m 644 doc/man/apgd.8 %{buildroot}%{_mandir}/man8/apgd.8
 install -d -m 755 %{buildroot}%{_unitdir}
 
-install -p -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.socket
-install -p -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service
+install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.socket
+install -p -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -101,6 +101,9 @@ fi
 %{_unitdir}/%{name}.socket
 
 %changelog
+* Thu May 16 2013 Kevin Fenzi <kevin at scrye.com> 2.3.0b-20
+- Fix permissions on systemd files to be 644. Fixes bug #963913
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.0b-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list