OBS User unknown 2008-09-05 22:58:18 +00:00 committed by Git OBS Bridge
parent 49c7412e34
commit 826b083ee5
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 3 11:09:34 CEST 2008 - hare@suse.de
- Call mkinitrd_setup during %post and %postun (bnc#413709)
-------------------------------------------------------------------
Mon Aug 18 18:09:11 CEST 2008 - mrueckert@suse.de

View File

@ -22,7 +22,7 @@ BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libevent libgssglue-devel lib
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.3
Release: 1
Release: 2
Group: Productivity/Networking/NFS
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -177,6 +177,7 @@ install -m 755 %{S:10} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-nfs.sh
rm -rf $RPM_BUILD_ROOT
%post -n nfs-client
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
%{fillup_only -an nfs}
%run_permissions
@ -185,6 +186,7 @@ rm -rf $RPM_BUILD_ROOT
%postun -n nfs-client
%restart_on_update nfs
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
%insserv_cleanup
%verifyscript -n nfs-client
%verify_permissions -e /sbin/mount.nfs
@ -274,6 +276,8 @@ rm -rf $RPM_BUILD_ROOT
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog
* Wed Sep 03 2008 hare@suse.de
- Call mkinitrd_setup during %%post and %%postun (bnc#413709)
* Mon Aug 18 2008 mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
* Fri Aug 15 2008 nfbrown@suse.de