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