- fix permissions on amd.service and amd.conf.

This commit is contained in:
Ian Kent 2016-02-02 09:29:23 +08:00
parent 22e6a0aa95
commit 6f69ad098d
1 changed files with 6 additions and 3 deletions

View File

@ -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 <ikent@redhat.com> - 5:6.2.0-6
- fix permissions on amd.service and amd.conf.
* Thu Dec 17 2015 Ian Kent <ikent@redhat.com> - 5:6.2.0-5
- update to upstream source release 6.2.
- use starting revision 5 to ensure package will update from previous package.