Removed the rpc-svcgssd.service systemd file (bz 1334741)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
e2f0f0a026
commit
5c413d9374
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
||||
Name: nfs-utils
|
||||
URL: http://sourceforge.net/projects/nfs
|
||||
Version: 1.3.3
|
||||
Release: 8.rc6%{?dist}
|
||||
Release: 9.rc6%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
# group all 32bit related archs
|
||||
@ -141,6 +141,9 @@ for file in systemd/*.mount ; do
|
||||
install -m 644 $file $RPM_BUILD_ROOT%{_unitdir}
|
||||
done
|
||||
|
||||
# rpc.svcgssd is no longer supported.
|
||||
rm -rf $RPM_BUILD_ROOT%{_unitdir}/rpc-svcgssd.service
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/run/sysconfig
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/lib/systemd/scripts
|
||||
install -m 755 %{SOURCE3} $RPM_BUILD_ROOT/usr/libexec/nfs-utils/nfs-utils_env.sh
|
||||
@ -292,6 +295,9 @@ fi
|
||||
/sbin/umount.nfs4
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2016 Steve Dickson <steved@redhat.com> 1.3.3-9.rc6
|
||||
- Removed the rpc-svcgssd.service systemd file (bz 1334741)
|
||||
|
||||
* Tue Jul 19 2016 Steve Dickson <steved@redhat.com> 1.3.3-8.rc6
|
||||
- Updated to the latest RC release: nfs-utils-1-3-4-rc6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user