- Incorporate some clean up code from Ulrich Drepper (bz# 134025)
- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and rpcsvcgssd initscrpts (bz# 132284)
This commit is contained in:
parent
f6f1bffd04
commit
ae9da60511
@ -1,7 +1,7 @@
|
||||
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
|
||||
Name: nfs-utils
|
||||
Version: 1.0.6
|
||||
Release: 35
|
||||
Release: 36
|
||||
|
||||
# group all 32bit related archs
|
||||
%define all_32bit_archs i386 i686 athlon
|
||||
@ -41,6 +41,7 @@ Patch35: nfs-utils-1.0.6-update_idmap.patch
|
||||
|
||||
Patch40: nfs-utils-1.0.6-add_gssd.patch
|
||||
Patch45: nfs-utils-1.0.6-update_gssd.patch
|
||||
Patch46: nfs-utils-1.0.6-fd-sig-cleanup.patch
|
||||
|
||||
Patch50: nfs-utils-1.0.6-compile.patch
|
||||
Patch100: nfs-utils-1.0.6-pie.patch
|
||||
@ -113,6 +114,8 @@ mv libevent-%{eventvers} support/event
|
||||
# local updates
|
||||
%patch45 -p1 -b .update_gssd
|
||||
|
||||
%patch46 -p1 -b .cleanup
|
||||
|
||||
# Do the magic to get things to compile
|
||||
%patch50 -p1 -b .compile
|
||||
%patch100 -p1 -b .pie
|
||||
@ -260,6 +263,11 @@ fi
|
||||
%config /etc/rc.d/init.d/nfslock
|
||||
|
||||
%changelog
|
||||
* Fri Oct 1 2004 <SteveD@RedHat.com
|
||||
- Incorporate some clean up code from Ulrich Drepper (bz# 134025)
|
||||
- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and
|
||||
rpcsvcgssd initscrpts (bz# 132284)
|
||||
|
||||
* Fri Sep 24 2004 <SteveD@RedHat.com>
|
||||
- Make sure the uid/gid of nfsnobody is the
|
||||
correct value for all archs (bz# 123900)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Authors: Chuck Lever <cel@netapp.com>
|
||||
#
|
||||
# chkconfig: 0356 18 68
|
||||
# chkconfig: 345 18 68
|
||||
# description: Starts user-level daemon that manages RPCSEC GSS contexts \
|
||||
# for the NFSv4 client.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Authors: Chuck Lever <cel@netapp.com>
|
||||
#
|
||||
# chkconfig: 0356 19 69
|
||||
# chkconfig: 345 19 69
|
||||
# description: Starts user-level daemon for NFSv4 that maps user \
|
||||
# names to UID and GID numbers.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Authors: Chuck Lever <cel@netapp.com>
|
||||
#
|
||||
# chkconfig: 0356 19 69
|
||||
# chkconfig: 345 19 69
|
||||
# description: Starts user-level daemon that manages RPCSEC GSS contexts \
|
||||
# for the NFSv4 server.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user