Conditionally restart gssproxy now that config file is installed (bz 1440885)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2017-04-24 11:06:36 -04:00
parent 49f282cd14
commit cdcdf26395

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils Name: nfs-utils
URL: http://sourceforge.net/projects/nfs URL: http://sourceforge.net/projects/nfs
Version: 2.1.1 Version: 2.1.1
Release: 4.rc2%{?dist} Release: 5.rc2%{?dist}
Epoch: 1 Epoch: 1
# group all 32bit related archs # group all 32bit related archs
@ -238,6 +238,9 @@ fi
/bin/systemctl --system daemon-reload >/dev/null 2>&1 || : /bin/systemctl --system daemon-reload >/dev/null 2>&1 || :
%triggerin -- nfs-utils > 1:2.1.1-3
/bin/systemctl try-restart gssproxy
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%config(noreplace) /etc/sysconfig/nfs %config(noreplace) /etc/sysconfig/nfs
@ -285,6 +288,9 @@ fi
/sbin/umount.nfs4 /sbin/umount.nfs4
%changelog %changelog
* Mon Apr 24 2017 Steve Dickson <steved@redhat.com> 2.1.1-4.rc2
- Conditionally restart gssproxy now that config file is installed (bz 1440885)
* Mon Apr 10 2017 Steve Dickson <steved@redhat.com> 2.1.1-4.rc2 * Mon Apr 10 2017 Steve Dickson <steved@redhat.com> 2.1.1-4.rc2
- Updated to the latest RC release: nfs-utils-2-1-2-rc2 (bz 1419351) - Updated to the latest RC release: nfs-utils-2-1-2-rc2 (bz 1419351)
- Fixed typo in nfs.sysconfig (bz 1422249) - Fixed typo in nfs.sysconfig (bz 1422249)