From 6f69ad098d6885ca7c0f645b2ddfd100f705f64d Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Tue, 2 Feb 2016 09:29:23 +0800 Subject: [PATCH] - fix permissions on amd.service and amd.conf. --- am-utils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/am-utils.spec b/am-utils.spec index 440795b..ae0b566 100644 --- a/am-utils.spec +++ b/am-utils.spec @@ -2,7 +2,7 @@ Summary: Automount utilities including an updated version of Amd Name: am-utils Version: 6.2.0 %define upstream_version 6.2 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Epoch: 5 Group: System Environment/Daemons @@ -104,8 +104,8 @@ make %{?_smp_flags} mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig mkdir -p ${RPM_BUILD_ROOT}%{_unitdir} -install -m 755 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_unitdir}/ -install -m 600 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_sysconfdir}/amd.conf +install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_unitdir}/ +install -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_sysconfdir}/amd.conf install -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/amd install -m 640 %{SOURCE4} ${RPM_BUILD_ROOT}/%{_sysconfdir}/amd.net @@ -190,6 +190,9 @@ fi %{_libdir}/libamu.so* %changelog +* Tue Feb 2 2016 Ian Kent - 5:6.2.0-6 +- fix permissions on amd.service and amd.conf. + * Thu Dec 17 2015 Ian Kent - 5:6.2.0-5 - update to upstream source release 6.2. - use starting revision 5 to ensure package will update from previous package.