Accepting request 59360 from home:lnussel:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/59360 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=33
This commit is contained in:
parent
a6f4aade28
commit
af403cf1f5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 14:03:14 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- avoid python depdency to avoid bloating the minimal installation
|
||||
- use %set_permissions instead of %run_permissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 09:01:37 UTC 2011 - lnussel@suse.de
|
||||
|
||||
|
@ -54,6 +54,7 @@ Patch2: nfs-utils-clear-mountd-reg
|
||||
Patch3: nfs-utils-allow-port-number-sharing
|
||||
Patch4: nfs-utils-improve-v4-umount
|
||||
Patch5: nfs-utils-fix-remount
|
||||
Suggests: python-base
|
||||
|
||||
%description
|
||||
This package contains the NFS utilities. You can tune the number of
|
||||
@ -190,6 +191,9 @@ install -m 755 %{S:9} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-nfs.sh
|
||||
install -m 755 %{S:10} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-nfs.sh
|
||||
install -m 755 %{S:12} $RPM_BUILD_ROOT/usr/sbin/start-statd
|
||||
install -m 644 utils/mount/nfsmount.conf $RPM_BUILD_ROOT/etc/nfsmount.conf
|
||||
#
|
||||
# hack to avoid automatic python dependency
|
||||
chmod 644 $RPM_BUILD_ROOT%{_sbindir}/{mountstats,nfsiostat}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -203,7 +207,8 @@ chown statd:nogroup /var/lib/nfs
|
||||
chown -R statd /var/lib/nfs/{state,sm,sm.bak} >& /dev/null || :
|
||||
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
||||
%{fillup_and_insserv -n nfs nfs}
|
||||
%run_permissions
|
||||
#
|
||||
%set_permissions /sbin/mount.nfs
|
||||
|
||||
%preun -n nfs-client
|
||||
%stop_on_removal nfs
|
||||
@ -212,7 +217,7 @@ chown -R statd /var/lib/nfs/{state,sm,sm.bak} >& /dev/null || :
|
||||
%restart_on_update nfs
|
||||
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
||||
%insserv_cleanup
|
||||
#userdel statd &> /dev/null || :
|
||||
|
||||
%verifyscript -n nfs-client
|
||||
%verify_permissions -e /sbin/mount.nfs
|
||||
|
||||
@ -241,8 +246,8 @@ chown -R statd /var/lib/nfs/{state,sm,sm.bak} >& /dev/null || :
|
||||
/sbin/umount.nfs4
|
||||
/usr/sbin/gss_clnt_send_err
|
||||
/usr/sbin/gss_destroy_creds
|
||||
/usr/sbin/mountstats
|
||||
/usr/sbin/nfsiostat
|
||||
%attr(0755,root,root) /usr/sbin/mountstats
|
||||
%attr(0755,root,root) /usr/sbin/nfsiostat
|
||||
/usr/sbin/nfsstat
|
||||
/usr/sbin/rcnfs
|
||||
/usr/sbin/rpc.gssd
|
||||
|
Loading…
x
Reference in New Issue
Block a user