auto-import changelog data from nfs-utils-1.0.6-31.src.rpm

Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
- move if..fi condrestart stanza to %postun (#127914, #128601)
This commit is contained in:
cvsdist 2004-09-09 09:26:46 +00:00
parent 49993659fb
commit 3e42301dae

View File

@ -15,7 +15,7 @@
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
Name: nfs-utils
Version: 1.0.6
%define release 30
%define release 31
%define Release %{release}
%if %{rhel3build}
@ -175,14 +175,6 @@ if [ "$?" -eq 1 ]; then
fi
%post
if [ "$1" -ge 1 ]; then
%if %{nfsv4_support}
/etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
/etc/rc.d/init.d/rpcgssd condrestart > /dev/null
/etc/rc.d/init.d/rpcsvcgssd condrestart > /dev/null
%endif
/etc/rc.d/init.d/nfs condrestart > /dev/null
else
/sbin/chkconfig --add nfs
/sbin/chkconfig --add nfslock
%if %{nfsv4_support}
@ -190,7 +182,6 @@ else
/sbin/chkconfig --add rpcgssd
/sbin/chkconfig --add rpcsvcgssd
%endif
fi
%preun
if [ "$1" = "0" ]; then
@ -212,6 +203,15 @@ if [ "$1" = "0" ]; then
%endif
fi
%postun
if [ "$1" -ge 1 ]; then
%if %{nfsv4_support}
/etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
/etc/rc.d/init.d/rpcgssd condrestart > /dev/null
/etc/rc.d/init.d/rpcsvcgssd condrestart > /dev/null
%endif
/etc/rc.d/init.d/nfs condrestart > /dev/null
fi
%triggerpostun -- nfs-server
/sbin/chkconfig --add nfs
@ -258,6 +258,9 @@ fi
%config /etc/rc.d/init.d/nfslock
%changelog
* Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
- move if..fi condrestart stanza to %%postun (#127914, #128601)
* Wed Jun 16 2004 <SteveD@RedHat.com>
- nfslock stop is now done on package removals
- Eliminate 3 syslog messages that are logged for