nfs-utils/nfs-utils.spec

Fri, 11 Mar 2011 21:30:26 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:30:26 +0100
changeset 0
4f133201e207
child 1
4667f24fe848
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

     1 Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
     2 Name: nfs-utils
     3 URL: http://sourceforge.net/projects/nfs
     4 Version: 1.2.3
     5 Release: 4%{?dist}
     6 Epoch: 1
     8 # group all 32bit related archs
     9 %define all_32bit_archs i386 i486 i586 i686 athlon ppc sparcv9
    11 Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
    13 Source10: nfs.init
    14 Source11: nfslock.init
    15 Source12: rpcidmapd.init
    16 Source13: rpcgssd.init
    17 Source14: rpcsvcgssd.init
    18 Source15: nfs.sysconfig
    20 Patch001: nfs-utils-1.2.4-rc3.patch
    22 Patch100: nfs-utils-1.2.1-statdpath-man.patch
    23 Patch101: nfs-utils-1.2.2-statdpath.patch
    24 Patch102: nfs-utils-1.2.1-exp-subtree-warn-off.patch
    25 Patch103: nfs-utils-1.2.3-sm-notify-res_init.patch
    27 Group: System Environment/Daemons
    28 Provides: exportfs    = %{epoch}:%{version}-%{release}
    29 Provides: nfsstat     = %{epoch}:%{version}-%{release}
    30 Provides: showmount   = %{epoch}:%{version}-%{release}
    31 Provides: rpcdebug    = %{epoch}:%{version}-%{release}
    32 Provides: rpc.idmapd  = %{epoch}:%{version}-%{release}
    33 Provides: rpc.mountd  = %{epoch}:%{version}-%{release}
    34 Provides: rpc.nfsd    = %{epoch}:%{version}-%{release}
    35 Provides: rpc.statd   = %{epoch}:%{version}-%{release}
    36 Provides: rpc.gssd    = %{epoch}:%{version}-%{release}
    37 Provides: rpc.svcgssd = %{epoch}:%{version}-%{release}
    38 Provides: mount.nfs   = %{epoch}:%{version}-%{release}
    39 Provides: mount.nfs4  = %{epoch}:%{version}-%{release}
    40 Provides: umount.nfs  = %{epoch}:%{version}-%{release}
    41 Provides: umount.nfs4 = %{epoch}:%{version}-%{release}
    42 Provides: sm-notify   = %{epoch}:%{version}-%{release}
    43 Provides: start-statd = %{epoch}:%{version}-%{release}
    45 License: MIT and GPLv2 and GPLv2+ and BSD
    46 Buildroot: %{_tmppath}/%{name}-%{version}-root
    47 Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep
    48 Requires: modutils >= 2.4.26-9
    49 BuildRequires: libgssglue-devel libevent-devel libcap-devel
    50 BuildRequires: nfs-utils-lib-devel >= 1.1.0-3 libtirpc-devel libblkid-devel
    51 BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
    52 BuildRequires: automake, libtool, glibc-headers
    53 BuildRequires: krb5-devel, tcp_wrappers-devel
    54 Requires(pre): shadow-utils >= 4.0.3-25
    55 Requires(pre): /sbin/chkconfig /sbin/nologin
    56 Requires: nfs-utils-lib >= 1.1.0-3 libgssglue libevent
    57 Requires: libtirpc libblkid libcap
    59 %description
    60 The nfs-utils package provides a daemon for the kernel NFS server and
    61 related tools, which provides a much higher level of performance than the
    62 traditional Linux NFS server used by most users.
    64 This package also contains the showmount program.  Showmount queries the
    65 mount daemon on a remote host for information about the NFS (Network File
    66 System) server on the remote host.  For example, showmount can display the
    67 clients which are mounted on that host.
    69 This package also contains the mount.nfs and umount.nfs program.
    71 %prep
    72 %setup -q
    74 %patch001 -p1
    76 %patch100 -p1
    77 %patch101 -p1
    78 %patch102 -p1
    79 %patch103 -p1
    81 # Remove .orig files
    82 find . -name "*.orig" | xargs rm -f
    84 %build
    86 %ifarch s390 s390x sparcv9 sparc64
    87 PIE="-fPIE"
    88 %else
    89 PIE="-fpie"
    90 %endif
    91 export PIE
    93 sh -x autogen.sh
    95 CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE -D_FILE_OFFSET_BITS=64`"
    96 %configure \
    97     CFLAGS="$CFLAGS" \
    98     CPPFLAGS="$DEFINES" \
    99     LDFLAGS="-pie" \
   100     --enable-mountconfig \
   101     --enable-ipv6 \
   102     --enable-nfsv41 \
   103 	--with-statdpath=/var/lib/nfs/statd
   105 make all
   107 %install
   108 rm -rf $RPM_BUILD_ROOT
   109 mkdir -p $RPM_BUILD_ROOT{/sbin,/usr/sbin}
   110 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
   111 mkdir -p $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig}
   112 make DESTDIR=$RPM_BUILD_ROOT install
   113 install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT/usr/sbin
   114 install -m 755 %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfs
   115 install -m 755 %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfslock
   116 install -m 755 %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcidmapd
   117 install -m 755 %{SOURCE13} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcgssd
   118 install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcsvcgssd
   119 install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/nfs
   120 install -m 644 utils/mount/nfsmount.conf  $RPM_BUILD_ROOT/etc
   122 mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
   124 touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
   125 mv $RPM_BUILD_ROOT/usr/sbin/rpc.statd $RPM_BUILD_ROOT/sbin
   127 mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm
   128 mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm.bak
   129 mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery
   131 %clean
   132 rm -rf $RPM_BUILD_ROOT
   134 %pre
   135 # move files so the running service will have this applied as well
   136 for x in gssd svcgssd idmapd ; do
   137     if [ -f /var/lock/subsys/rpc.$x ]; then
   138         mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x
   139     fi
   140 done
   142 /usr/sbin/useradd -l -c "RPC Service User" -r \
   143         -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || :
   144 # Define the correct unsigned uid value for 32 or 64 bit archs
   145 %ifarch %{all_32bit_archs}
   146 %define nfsnobody_uid   65534
   147 %else
   148 %define nfsnobody_uid   4294967294
   149 %endif
   151 # If GID 65534 (or 4294967294 64bit archs) is unassigned, 
   152 # create group "nfsnobody"
   153 cat /etc/group | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null
   154 if [ "$?" -eq 1 ]; then
   155     /usr/sbin/groupadd -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
   156 fi
   158 # If UID 65534 (or 4294967294 64bit archs) is unassigned, 
   159 # create user "nfsnobody"
   160 cat /etc/passwd | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null
   161 if [ "$?" -eq 1 ]; then
   162     /usr/sbin/useradd -l -c "Anonymous NFS User" -r -g %{nfsnobody_uid} \
   163         -s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody 2>/dev/null || :
   164 fi
   166 %post
   167 /sbin/chkconfig --add nfs
   168 /sbin/chkconfig --add nfslock
   169 /sbin/chkconfig --add rpcidmapd
   170 /sbin/chkconfig --add rpcgssd
   171 /sbin/chkconfig --add rpcsvcgssd
   172 # Make sure statd used the correct uid/gid.
   173 chown -R rpcuser:rpcuser /var/lib/nfs/statd
   175 %preun
   176 if [ "$1" = "0" ]; then
   177     /etc/rc.d/init.d/nfs condstop > /dev/null
   178     /etc/rc.d/init.d/rpcgssd condstop > /dev/null
   179     /etc/rc.d/init.d/rpcidmapd condstop > /dev/null
   180     /etc/rc.d/init.d/nfslock condstop > /dev/null
   181     /sbin/chkconfig --del rpcidmapd
   182     /sbin/chkconfig --del rpcgssd
   183     /sbin/chkconfig --del rpcsvcgssd
   184     /sbin/chkconfig --del nfs
   185     /sbin/chkconfig --del nfslock
   186     /usr/sbin/userdel rpcuser 2>/dev/null || :
   187     /usr/sbin/groupdel rpcuser 2>/dev/null || :
   188     /usr/sbin/userdel nfsnobody 2>/dev/null || :
   189     /usr/sbin/groupdel nfsnobody 2>/dev/null || :
   190     rm -rf /var/lib/nfs/statd
   191     rm -rf /var/lib/nfs/v4recovery
   192 fi
   194 %postun
   195 if [ "$1" -ge 1 ]; then
   196     /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
   197     /etc/rc.d/init.d/rpcgssd condrestart > /dev/null
   198     /etc/rc.d/init.d/nfs condrestart > /dev/null
   199 	/etc/rc.d/init.d/nfslock condrestart > /dev/null
   200 fi
   202 %triggerpostun -- nfs-server
   203 /sbin/chkconfig --add nfs
   205 %triggerpostun -- knfsd
   206 /sbin/chkconfig --add nfs
   208 %triggerpostun -- knfsd-clients
   209 /sbin/chkconfig --add nfslock
   211 %files
   212 %defattr(-,root,root)
   213 %config /etc/rc.d/init.d/nfs
   214 %config /etc/rc.d/init.d/rpcidmapd
   215 %config /etc/rc.d/init.d/rpcgssd
   216 %config /etc/rc.d/init.d/rpcsvcgssd
   217 %config(noreplace) /etc/sysconfig/nfs
   218 %config(noreplace) /etc/nfsmount.conf
   219 %dir /var/lib/nfs/v4recovery
   220 %dir /var/lib/nfs/rpc_pipefs
   221 %dir /var/lib/nfs
   222 %dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd
   223 %dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm
   224 %dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm.bak
   225 %config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/state
   226 %config(noreplace) /var/lib/nfs/xtab
   227 %config(noreplace) /var/lib/nfs/etab
   228 %config(noreplace) /var/lib/nfs/rmtab
   229 %doc linux-nfs/*
   230 /sbin/rpc.statd
   231 /usr/sbin/exportfs
   232 /usr/sbin/nfsstat
   233 /usr/sbin/rpcdebug
   234 /usr/sbin/rpc.mountd
   235 /usr/sbin/rpc.nfsd
   236 /usr/sbin/showmount
   237 /usr/sbin/rpc.idmapd
   238 /usr/sbin/rpc.gssd
   239 /usr/sbin/rpc.svcgssd
   240 /usr/sbin/gss_clnt_send_err
   241 /usr/sbin/gss_destroy_creds
   242 /usr/sbin/sm-notify
   243 /usr/sbin/start-statd
   244 /usr/sbin/mountstats
   245 /usr/sbin/nfsiostat
   246 %{_mandir}/*/*
   247 %config /etc/rc.d/init.d/nfslock
   249 %attr(4755,root,root)   /sbin/mount.nfs
   250 %attr(4755,root,root)   /sbin/mount.nfs4
   251 %attr(4755,root,root)   /sbin/umount.nfs
   252 %attr(4755,root,root)   /sbin/umount.nfs4
   254 %changelog
   255 * Wed Dec  1  2010 Steve Dickson <steved@redhat.com> 1.2.3-4
   256 - The nfs service is not stopped on reboot or halt (bz 652786)
   257 - Removed obsolete configuration values (bz 653765)
   259 * Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3
   260 - Updated to latest upstream release: nfs-utils-1-2-4-rc3
   262 * Fri Oct 15 2010 Steve Dickson <steved@redhat.com> 1.2.3-2
   263 - Initscripts do not conform to LSB specification (bz 621562)
   264 - sm-notify needs to call res_init() before each try (bz 625531)
   265 - exports(5) man page duplicated paragraphs (bz 590921)
   267 * Thu Oct 14 2010 Steve Dickson <steved@redhat.com> 1.2.3-1
   268 - Updated to latest upstream release: nfs-utils-1-2-4-rc1
   270 * Mon Oct  4 2010 Steve Dickson <steved@redhat.com> 1.2.3-0.1
   271 - Fixed a regession with -p arguemnt to rpc.mountd 
   273 * Thu Sep 30 2010 Steve Dickson <steved@redhat.com> 1.2.3-0
   274 - Updated to latest upstream release: nfs-utils-1-2-3
   276 * Thu Sep 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-8
   277 - Update to upstream RC release: nfs-utils-1-2-3-rc6
   279 * Thu Sep  9 2010 Steve Dickson <steved@redhat.com> 1.2.2-7
   280 - Update to upstream RC release: nfs-utils-1-2-3-rc5
   282 * Tue Jun 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-6
   283 - Update to upstream RC release: nfs-utils-1-2-3-rc4
   285 * Thu May  6 2010 Steve Dickson <steved@redhat.com> 1.2.2-4
   286 - Update to upstream RC release: nfs-utils-1-2-3-rc3
   288 * Fri Apr 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-3
   289 - Update to upstream RC release: nfs-utils-1-2-3-rc2
   291 * Mon Mar 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-2
   292 - Update to upstream RC release: nfs-utils-1-2-3-rc1
   294 * Thu Feb 18 2010 Steve Dickson <steved@redhat.com> 1.2.2-1
   295 - Updated to latest upstream version: 1.2.2
   297 * Thu Jan 28 2010 Steve Dickson <steved@redhat.com> 1.2.1-17
   298 - Backed out the  "Don't fail mounts when /etc/netconfig is 
   299   nonexistent" patch
   301 * Wed Jan 27 2010 Steve Dickson <steved@redhat.com> 1.2.1-16
   302 - mount.nfs: Don't fail mounts when /etc/netconfig is nonexistent
   304 * Mon Jan 25 2010 Steve Dickson <steved@redhat.com> 1.2.1-15
   305 - statd: Teach nfs_compare_sockaddr() to handle NULL 
   306   arguments
   308 * Fri Jan 22 2010 Steve Dickson <steved@redhat.com> 1.2.1-14
   309 - Update to upstream RC release: nfs-utils-1-2-2-rc9
   311 * Thu Jan 21 2010 Steve Dickson <steved@redhat.com> 1.2.1-13
   312 - mount.nfs: Configuration file parser ignoring options
   313 - mount.nfs: Set the default family for lookups based on 
   314     defaultproto= setting
   315 - Enabled ipv6 
   317 * Sun Jan 17 2010 Steve Dickson <steved@redhat.com> 1.2.1-12
   318 - Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
   319   which includes Ipv6 support for tcpwrapper (disabled by default).
   321 * Sat Jan 16 2010 Steve Dickson <steved@redhat.com> 1.2.1-11
   322 - Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
   323   which includes Ipv6 support for statd (disabled by default).
   325 * Thu Jan 14 2010 Steve Dickson <steved@redhat.com> 1.2.1-10
   326 - Updated to the latest pseudo root release (rel10) which
   327   containts the upstream pseudo root release
   329 * Mon Jan 12 2010 Steve Dickson <steved@redhat.com> 1.2.1-9
   330 - Updated to latest upstream RC release: nfs-utils-1-2-2-rc5
   332 * Mon Jan  4 2010 Steve Dickson <steved@redhat.com> 1.2.1-8
   333 - mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set
   335 * Mon Dec 14 2009 Steve Dickson <steved@redhat.com> 1.2.1-7
   336 - Updated to latest upstream RC release: nfs-utils-1-2-2-rc3
   338 * Thu Dec 10 2009 Steve Dickson <steved@redhat.com> 1.2.1-6
   339 - Update the  pseudo root to handle security flavors better.
   341 * Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-5
   342 - mount.nfs: Retry v4 mounts with v3 on ENOENT errors
   344 * Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-4
   345 - Updated to the latest pseudo root release (rel9) (bz 538609).
   347 * Thu Nov 12 2009 Steve Dickson <steved@redhat.com> 1.2.1-3
   348 - Stop rpc.nfsd from failing to startup when the network
   349   is down (bz 532270)
   351 * Wed Nov 11 2009 Steve Dickson <steved@redhat.com> 1.2.1-2
   352 - Updated to the latest pseudo root release (rel8).
   354 * Wed Nov 4 2009 Steve Dickson <steved@redhat.com> 1.2.1-1
   355 - Updated to latest upstream release: 1.2.0
   357 * Tue Nov 3 2009 Steve Dickson <steved@redhat.com> 1.2.0-18
   358 - Reworked and remove some of the Default-Start/Stop stanzas
   359   in the init scripts (bz 531425)
   361 * Mon Nov 2 2009 Steve Dickson <steved@redhat.com> 1.2.0-17
   362 - Updated to the latest pseudo root release (rel7).
   363 - Added upstream 1.2.1-rc7 patch which fixes:
   364   - Stop ignoring the -o v4 option (bz 529407)
   365   - Allow network protocol roll backs when proto is set
   366     in the config file (bz 529864)
   367 - v4 mounts will roll back to v3 mounts when the mount
   368   fails with ENOENT. 
   370 * Mon Oct  5 2009 Steve Dickson <steved@redhat.com> 1.2.0-16
   371 - Fixed a whole where '-o v4' was not overriding the
   372   version in the conf file.
   374 * Wed Sep 30 2009 Steve Dickson <steved@redhat.com> 1.2.0-15
   375 - Change the nfsmount.conf file to define v3 as the default 
   376   protocol version.
   377 - Make sure versions set on the command line override version
   378   set in nfsmount.conf
   379 - Make version rollbacks still work when versions are set in
   380   nfsmount.conf
   382 * Tue Sep 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-13
   383 - Added upstream 1.2.1-rc5 patch
   384   - mount.nfs: Support negotiation between v4, v3, and v2
   385   - mount.nfs: Keep server's address in nfsmount_info
   386   - mount.nfs: Sandbox each mount attempt
   387   - mount.nfs: Support negotiation between v4, v3, and v2
   389 * Wed Sep 23 2009 Steve Dickson <steved@redhat.com> 1.2.0-12
   390 - Updated to the latest pseudo root release (rel6).
   392 * Tue Sep 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-11
   393 - Added upstream 1.2.1-rc5 patch
   394   - Added --sort --list functionality to nfs-iostat.py
   395   - Fixed event handler in idmapd
   396   - Added -o v4 support
   397   - Disabled IPv6 support in nfsd
   398   - Don't give client an empty flavor list
   399   - Fixed gssed so it does not blindly caches machine credentials
   401 * Mon Aug 17 2009 Steve Dickson <steved@redhat.com> 1.2.0-10
   402 - Added upstream 1.2.1-rc4 patch
   403   - Fix bug when both crossmnt
   404   - nfs(5): Add description of lookupcache mount option
   405   - nfs(5): Remove trailing blanks
   406   - Added nfs41 support to nfssat
   407   - Added support for mount to us a configuration file.
   409 * Fri Aug 14 2009 Steve Dickson <steved@redhat.com> 1.2.0-9
   410 - Added upstream 1.2.1-rc3 patch
   411   - Add IPv6 support to nfsd
   412   - Allow nfssvc_setfds to properly deal with AF_INET6
   413   - Convert nfssvc_setfds to use getaddrinfo
   414   - Move check for active knfsd to helper function
   415   - Declare a static common buffer for nfssvc.c routine
   416   - Convert rpc.nfsd to use xlog() and add --debug and --syslog options
   418 * Tue Jul 28 2009 Steve Dickson <steved@redhat.com> 1.2.0-8
   419 - Fixed 4.1 versioning problem (bz 512377)
   421 * Wed Jul 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-7
   422 - Added upstream 1.2.1-rc2 patch
   423   - A large number of mount command changes.
   425 * Mon Jul 13 2009 Steve Dickson <steved@redhat.com> 1.2.0-6
   426 - Added NFSD v4 dynamic pseudo root patch which allows
   427   NFS v3 exports to be mounted by v4 clients.
   429 * Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-5
   430 - Stopped rpc.idmapd from spinning (bz 508221)
   432 * Mon Jun 22 2009 Steve Dickson <steved@redhat.com> 1.2.0-4
   433 - Added upstream 1.2.1-rc1 patch 
   434   - Fix to check in closeall()
   435   - Make --enable-tirpc the default
   436   - Set all verbose types in gssd daemons
   437   - Retry exports if getfh() fails
   439 * Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-3
   440 - Updated init scripts to add dependencies
   441   on other system facilities (bz 475133)
   443 * Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-2
   444 - nfsnobody gid is wrong (bz 485379)
   446 * Tue Jun  2 2009 Steve Dickson <steved@redhat.com> 1.2.0-1
   447 - Updated to latest upstream release: 1.2.0
   449 * Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.6-4
   450 - Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
   452 * Mon May 18 2009 Steve Dickson <steved@redhat.com> 1.1.6-3
   453 - Added upstream 1.1.7-rc1 patch 
   454   - utils/nfsd: add support for minorvers4
   455   - sm-notify: Don't orphan addrinfo structs
   456   - sm-notify: Failed DNS lookups should be retried
   457   - mount: remove legacy version of nfs_name_to_address()
   458   - compiling error in rpcgen
   459   - nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
   460   - umount.nfs: Harden umount.nfs error reportin
   462 * Mon Apr 27 2009 Steve Dickson <steved@redhat.com> 1.1.6-2
   463 - nfslock.init: options not correctly parsed (bz 459591)
   465 * Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 1.1.6-1
   466 - Updated to latest upstream release: 1.1.6
   468 * Mon Mar 23 2009 Steve Dickson <steved@redhat.com> 1.1.5-4
   469 - Added upstream rc3 patch
   470   - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
   471   - gssd: NULL-terminate buffer after read in read_service_info (try #2)
   472   - gssd: free buffer allocated by gssd_k5_err_msg
   473   - gssd: fix potential double-frees in gssd
   474   - Removed a number of warn_unused_result warnings
   476 * Mon Mar 16 2009 Steve Dickson <steved@redhat.com> 1.1.5-3
   477 - Added upstream rc2 patch
   479 * Fri Mar  6 2009 Steve Dickson <steved@redhat.com> 1.1.5-2
   480 - Fixed lockd not using settings in sysconfig/nfs (bz 461043)
   481 - Fixed some lost externs in the tcpwrapper code
   483 * Thu Mar  5 2009 Steve Dickson <steved@redhat.com> 1.1.5-1
   484 - Updated to latest upstream version: 1.1.5
   486 * Wed Mar  4 2009 Steve Dickson <steved@redhat.com> 1.1.4-21
   487 - configure: fix AC_CACHE_VAL warnings
   489 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.4-20
   490 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
   492 * Wed Feb 18 2009 Steve Dickson <steved@redhat.com> 1.1.4-19
   493 - Exportfs and rpc.mountd optimalization (bz 76643)
   495 * Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-18
   496 - umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()
   497 - umount.nfs command: Support AF_INET6 server addresses
   498 - umount command: remove do_nfs_umount23 function
   500 * Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-17
   501 - Integrated the upstream fix for bz 483375
   502 - mount: segmentation faults on UDP mounts (bz 485448)
   504 * Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-16
   505 - Fixed typo in -mount-textbased.patch (bz 483375)
   507 * Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-15
   508 - Reworked tcp wrapper code to correctly use API (bz 480223)
   509 - General clean up of tcp wrapper code.
   511 * Tue Jan 27 2009 Steve Dickson <steved@redhat.com> 1.1.4-14
   512 - text-based mount command: make po_rightmost() work for N options
   513 - text-based mount command: Function to stuff "struct pmap" from mount options
   514 - text-based mount options: Use new pmap stuffer when	rewriting mount options
   515 - text-based mount command: fix mount option rewriting logic
   516 - text-based mount command: support AF_INET6 in rewrite_mount_options()
   518 * Tue Jan 20 2009 Steve Dickson <steved@redhat.com> 1.1.4-13
   519 - mountd: Don't do tcp wrapper check when there are no rules (bz 448898)
   521 * Wed Jan  7 2009 Steve Dickson <steved@redhat.com> 1.1.4-12
   522 - configure: Remove inet_ntop(3) check from configure.ac
   523 - configure: Add new build option "--enable-tirpc"
   524 - showmount command: Quiesce warning when TI-RPC is disabled
   526 * Sat Jan  3 2009 Steve Dickson <steved@redhat.com> 1.1.4-11
   527 - Added warnings to tcp wrapper code when mounts are 
   528   denied due to misconfigured DNS configurations.
   529 - gssd: By default, don't spam syslog when users' credentials expire
   530 - mount: revert recent fix for build problems on old systems
   531 - mount: use gethostbyname(3) when building on old systems
   532 - mount: getport: don't use getaddrinfo(3) on old systems
   533 - mount: Random clean up
   534 - configure: use "--disable-uuid" instead of	"--without-uuid"
   536 * Fri Dec 19 2008 Steve Dickson <steved@redhat.com> 1.1.4-10
   537 - Re-enabled and fixed/enhanced tcp wrappers.
   539 * Wed Dec 17 2008 Steve Dickson <steved@redhat.com> 1.1.4-9
   540 - text-based mount command: add function to parse numeric mount options
   541 - text-based mount command: use po_get_numeric() for handling retry
   542 - sm-notify command: fix a use-after-free bug
   543 - statd: not unlinking host files
   545 * Thu Dec 11 2008 Steve Dickson <steved@redhat.com> 1.1.4-8
   546 - mount command: AF_INET6 support for probe_bothports()
   547 - mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
   548 - mount command: full support for AF_INET6 addresses in probe_port()
   549 - gssd/svcgssd: add support to retrieve actual context expiration
   550 - svcgssd: use the actual context expiration for cache
   552 * Sat Dec  6 2008 Steve Dickson <steved@redhat.com> 1.1.4-7
   553 - sm-notify: always exiting without any notification.
   555 * Tue Dec  2 2008 Steve Dickson <steved@redhat.com> 1.1.4-6
   556 - mount command: remove local getport() implementation
   557 - mount command: Replace clnt_ping() and getport() calls in probe_port()
   558 - mount command: Use nfs_error() instead of perror()
   559 - mount command: Use nfs_pmap_getport() in probe_statd()
   561 * Mon Dec  1 2008 Steve Dickson <steved@redhat.com> 1.1.4-5
   562 - Make sure /proc/fs/nfsd exists when the nfs init script
   563   does the exports (bz 473396)
   564 - Fixed typo in nfs init script that caused rpc.rquotad daemons
   565   to be started but not stoppped (bz 473929)
   567 * Wed Nov 26 2008 Steve Dickson <steved@redhat.com> 1.1.4-4
   568 - gssd: unblock DNOTIFY_SIGNAL in case it was blocked
   569 - Ensure statd gets started if required when non-root
   570   user mounts an NFS filesystem
   572 * Tue Nov 25 2008 Steve Dickson <steved@redhat.com> 1.1.4-3
   573 - Give showmount support for querying via rpcbindv3/v4 
   575 * Tue Nov 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-2
   576 - Add AF_INET6-capable API to acquire an RPC CLIENT
   577 - Introduce rpcbind client utility functions
   579 * Sat Oct 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-1
   580 - Updated to latest upstream version: 1.1.4
   582 * Tue Oct 14 2008 Steve Dickson <steved@redhat.com> 1.1.3-6
   583 - sm-notify exists when there are no hosts to notify
   585 * Thu Sep 18 2008 Steve Dickson <steved@redhat.com> 1.1.3-5
   586 - Reworked init scripts so service will be able to
   587   stop when some of the checks fail. (bz 462508)
   588 - Pre-load nfsd when args to rpc.nfsd are given (bz 441983)
   590 * Thu Aug 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-4
   591 - Added in a number of up upstream patches (101 thru 110).
   593 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.3-3
   594 - fix license tag
   596 * Thu Jul 31 2008 Steve Dickson <steved@redhat.com> 1.1.3-2
   597 - Mount command did not compile against older glibc versions.
   599 * Mon Jul 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-1
   600 - Updated to latest upstream version: 1.1.3
   602 * Wed Jul  2 2008 Steve Dickson <steved@redhat.com> 1.1.2-12
   603 - Changed the default directories for sm-notify (bz 435480)
   604 - Added 'condstop' to init scripts so service are not
   605   started when nfs-utils is removed.
   607 * Mon Jun 30 2008 Dennis Gilmore <dennis@ausil.us> 1.1.2-11
   608 - add sparc arch handling 
   610 * Mon Jun 30 2008 Steve Dickson <steved@redhat.com>  1.1.2-10
   611 - Rebuild for the updated libevent lib.
   613 * Fri Jun 27 2008 Steve Dickson <steved@redhat.com>  1.1.2-9
   614 - Removed the nfslock service start/stop from %%post section 
   615   (bz 453046)
   617 * Wed Jun 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-8
   618 - FQDNs in the rmtab causes exportfs to seg fault (bz 444275)
   620 * Mon Jun 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-7
   621 - Added -D_FILE_OFFSET_BITS=64 to CFLAGS
   622 - make nfsstat read and print stats as unsigned integers
   623 - Added (but not installed) the mountstats and nfs-iostat
   624   python scripts.
   626 * Fri Jun  6 2008 Steve Dickson <steved@redhat.com>  1.1.2-6
   627 - Added 5 (111 thru 115) upstream patches that fixed
   628   things mostly in the text mounting code.
   630 * Thu May  8 2008 Steve Dickson <steved@redhat.com>  1.1.2-5
   631 - Added 10 (101 thru 110) upstream patches that fixed
   632   things mostly in the mount and gssd code.
   634 * Wed May  7 2008 Steve Dickson <steved@redhat.com>  1.1.2-4
   635 - Added ppc arch to the all_32bit_archs list (bz 442847)
   637 * Wed Apr 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-3
   638 - Documented how to turn off/on protocol support for
   639   rpc.nfsd in /etc/sysconfig/nfs (bz443625)
   640 - Corrected the nfslock initscript 'status' return code (bz 441605)
   641 - Removed obsolete code from the nfslock initscript (bz 441604)
   643 * Mon Apr 14 2008 Steve Dickson <steved@redhat.com>  1.1.2-2
   644 - Make EACCES a non fatal error (bz 439807)
   646 * Tue Mar 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-1
   647 - Upgrade to nfs-utils-1.1.2
   649 * Mon Mar  3 2008 Steve Dickson <steved@redhat.com>  1.1.1-5
   650 - Stopped mountd from incorrectly logging an error
   651   (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
   652 - Stop gssd from ignoring the machine credential caches
   653   (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931)
   654 - Fixed typo in the nfsstat command line arugments.
   655   (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
   656 - Added test to stop buffer overflow in idmapd
   657   (commit bcd0fcaf0966c546da5043be700587f73174ae25)
   659 * Sat Feb  9 2008 Steve Dickson <steved@redhat.com>  1.1.1-4
   660 - Cleaned up some typos that were found in the various
   661   places in the mountd code
   663 * Thu Jan 24 2008 Steve Dickson <steved@redhat.com>  1.1.1-3
   664 - Added in relatime mount option so mount.nfs stays
   665   compatible with the mount command in util-linux-ng (bz 274301)
   667 * Tue Jan 22 2008 Steve Dickson <steved@redhat.com>  1.1.1-2
   668 - Added -S/--since to the nfsstat(1) manpage
   669 - The wording in the exportfs man page can be a bit confusing, implying
   670   that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't
   671 - Removed nfsprog option since the kernel no longer supports it.
   672 - Removed mountprog option since the kernel no longer supports it.
   673 - Stop segfaults on amd64 during warnings messages.
   674 - Fix bug when both crossmnt and fsid are set.
   676 * Sat Jan  5 2008 Steve Dickson <steved@redhat.com>  1.1.1-1
   677 - Updated to latest upstream release, nfs-utils-1.1.1
   678 - Added the removal of sm-notify.pid to nfslock init script.
   679 - Changed spec file to use condrestart instead of condstop
   680   when calling init scripts.
   681 - Fixed typo in rpc.mountd man page 
   682 - Turn on 'nohide' automatically for all refer exports (bz 313561)
   684 * Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
   685  - Rebuild for openldap bump
   687 * Wed Oct 17 2007 Steve Dickson <steved@redhat.com>  1.1.0-6
   688 - Switch the libgssapi dependency to libgssglue
   690 * Fri Sep 14 2007 Steve Dickson <steved@redhat.com>  1.1.0-5
   691 - Changed the default paths in sm-notify to 
   692   /var/lib/nfs/statd (bz 258461)
   693 - Updated exportfs manpage (bz 262861)
   695 * Wed Aug 15 2007 Steve Dickson <steved@redhat.com>  1.1.0-4
   696 - Make sure the open() system calling in exportfs uses
   697   mode bits when creating the etab file (bz 252440).
   699 * Mon Aug 13 2007 Steve Dickson <steved@redhat.com>  1.1.0-3
   700 - Added nosharecache mount option which re-enables
   701   rw/ro mounts to the same server (bz 243913).
   703 * Thu Aug  2 2007 Steve Dickson <steved@redhat.com>  1.1.0-2
   704 - Make sure the gss and idmap daemons remove thier lock
   705   files when they are stopped.
   707 * Sat Jul 28 2007 Steve Dickson <steved@redhat.com>  1.1.0-1
   708 - Upgraded to the latest upstream version (nfs-utils-1.1.0)
   710 * Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
   711 - Fixed typo in mount.nfs4 that causes a segfault during
   712   error processing (bz 241190)
   714 * Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
   715 - Make sure the condrestarts exit with a zero value (bz 240225)
   716 - Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
   717 - Added -o nordirplus mount option to disable READDIRPLUS (bz 240357)
   718 - Disabled the FSCache patch, for now... 
   720 * Wed May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5
   721 - Fix mount.nfs4 to display correct error message (bz 227212)
   722 - Updated mountd and showmount reverse lookup flags (bz 220772)
   723 - Eliminate timeout on nfsd shutdowns (bz 222001)
   724 - Eliminate memory leak in mountd (bz 239536)
   725 - Make sure statd uses correct uid/gid by chowning
   726   the /var/lib/nfs/statd with the rpcuser id. (bz 235216)
   727 - Correct some sanity checking in rpc.nfsd. (bz 220887) 
   728 - Added missing unlock_mtab() call in moutnd
   729 - Have mountd hold open etab file to force inode number to change (bz 236823)
   730 - Create a /etc/sysconfig/nfs with all the possible init script
   731   variables (bz 234543)
   732 - Changed nfs initscript to exit with correct value (bz 221874)
   734 * Tue Apr  3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
   735 - Replace portmap dependency with an rpcbind dependency (bz 228894)
   737 * Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3
   738 - Incorporated Merge Review comments (bz 226198)
   740 * Fri Mar  9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2
   741 - Added condstop to all the initscripts (bz 196934)
   742 - Made no_subtree_check a default export option (bz 212218)
   744 * Tue Mar  6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1
   745 - Upgraded to 1.0.12 
   746 - Fixed typo in Summary.
   748 * Thu Mar  1 2007 Karel Zak <kzak@redhat.com>  1.0.11-2
   749 - Fixed mount.nfs -f (fake) option (bz 227988)
   751 * Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1
   752 - Upgraded to 1.0.11 
   754 * Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
   755 - Added FS_Location support
   757 * Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6
   758 - add support for mount options that contain commas (bz 219645)
   760 * Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5
   761 - Stopped v4 umounts from ping rpc.mountd (bz 215553)
   763 * Wed Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4
   764 - Doing a connect on UDP sockets causes the linux network
   765   stack to reject UDP patches from multi-home server with
   766   nic on the same subnet. (bz 212471)
   768 * Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
   769 - Removed some old mounting versioning code that was
   770   stopping tcp mount from working (bz 212471)
   772 * Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
   773 - Fixed -o remount (bz 210346)
   774 - fix memory leak in rpc.idmapd (bz 212547)
   775 - fix use after free bug in dirscancb (bz 212547)
   776 - Made no_subtree_check a default export option (bz 212218)
   778 * Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1
   779 - Upgraded to 1.0.10 
   781 * Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10
   782 - Fixed typo in nfs man page (bz 210864).
   784 * Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9
   785 - Unable to mount NFS V3 share where sec=none is specified (bz 210644)
   787 * Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8
   788 - mount.nfs was not returning a non-zero exit value 
   789   on failed mounts (bz 206705)
   791 * Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7
   792 - Added support for the mount -s (sloppy) option (#205038)
   793 - Added nfs.5 man page from util-linux
   794 - Added info about [u]mount.nfs to the package description
   796 * Mon Sep 11 2006  <SteveD@RedHat.com> 1.0.9-6
   797 - Removed the compiling of getiversion and getkversion since
   798   UTS_RELEASE is no longer defined and these binary are
   799   not installed.
   801 * Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5
   802 - Changed gssd daemons to cache things in memory
   803   instead of /tmp which makes selinux much happier.
   804   (bz 203078)
   806 * Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4
   807 - Allow variable for HA callout program in /etc/init.d/nfslock
   808   (bz 202790)
   810 * Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3
   811 - add epoch (#196359)
   813 * Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2
   814 - Enabled the creating of mount.nfs and umount.nfs binaries
   815 - Added mount option fixes suggested by upstream.
   816 - Fix lazy umounts (bz 169299)
   817 - Added -o fsc mount option.
   819 * Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1
   820 - Updated to 1.0.9 release
   822 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1
   823 - rebuild
   825 * Sun Jul  2 2006 <jkeating@redhat.com> 1:1.0.8-5
   826 - Introduce epoch to fix upgrade path
   828 * Sat Jul  1 2006 <SteveD@RedHat.com> 1.0.8-3
   829 - Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
   831 * Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
   832 - Split the controlling of nfs version, ports, and protocol 
   833   into two different patches
   834 - Fixed and added debugging statements to rpc.mountd.
   835 - Fixed -p arg to work with priviledged ports (bz 156655)
   836 - Changed nfslock initscript to set LOCKD_TCPPORT and
   837   LOCKD_UDPPORT (bz 162133)
   838 - Added MOUNTD_NFS_V1 variable to version 1 of the
   839   mount protocol can be turned off. (bz 175729)
   840 - Fixed gssd to handel mixed case characters in
   841   the domainname. (bz 186069)
   843 * Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2
   844 - Updated to nfs-utils-1.0.8
   846 * Thu Jun  8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1
   847 - Upgraded to the upstream 1.0.8.rc4 version
   849 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2
   850 - bump again for double-long bug on ppc(64)
   852 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1
   853 - rebuilt for new gcc4.1 snapshot and glibc changes
   855 * Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5
   856 - Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd
   857   which turns on debugging in the libarary.
   859 * Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5
   860 - Added innetgr patch that changes configure scripts to 
   861   check for the innetgr function. (bz 177899)
   863 * Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5
   864 - Fix lockfile naming in the initscripts so they're stopped correctly.
   866 * Mon Jan  9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5
   867 - Updated to 1.0.8-rc2 release
   868 - Broke out libgssapi into its own rpm
   869 - Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm
   870 - Removed libevent code; Required to be installed.
   872 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
   873 - rebuilt
   875 * Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19
   876 - Updated to latest code in SourceForge CVS
   877 - Updated to latest CITI patches (1.0.7-4)
   878 - Fix bug in nfsdreopen by compiling in server defaults
   880 * Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18
   881 - Updated libnfsidmap to 0.11
   882 - Updated libgssapi to 0.5
   883 - Made sure the gss daemons and new libs are
   884   all using the same include files.
   885 - Removed code from the tree that is no longer used.
   886 - Add ctlbits patch that introduced the -N -T and -U
   887   command line flags to rpc.nfsd.
   889 * Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17
   890 - Updated to latest nfs-utils code in upstream CVS tree
   891 - Updated libevent from 1.0b to 1.1a
   892 - Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI
   894 * Tue Sep  8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
   895 - Reworked the nfslock init script so if lockd is running
   896   it will be killed which is what the HA community needs. (bz 162446)
   897 - Stopped rpcidmapd.init from doing extra echoing when
   898   condstart-ed.
   900 * Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
   901 - don't strip during "make install", so debuginfo packages are generated right
   903 * Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
   904 - no need to still keep a requirement for kernel-2.2 or newer
   906 * Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
   907 - Changed mountd to use stat64() (bz 165062)
   909 * Tue Aug  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
   910 - Changed useradd to use new -l flag (bz149407)
   911 - 64bit fix in gssd code (bz 163139)
   912 - updated broken dependencies
   913 - updated rquotad to compile with latest
   914   quota version.
   916 * Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8
   917 - Fixed subscripting problem in idmapd (bz 158188)
   919 * Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7
   920 - Fixed buffer overflow in rpc.svcgssd (bz 114288)
   922 * Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
   923 - Fixed misformated output from nfslock script (bz 154648)
   925 * Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
   926 - Fixed a compile error on x86_64 machines in the gss code.
   927 - Updated the statd-notify-hostname.patch to eliminate 
   928   a segmentation fault in rpc.statd when an network 
   929   interface was down. (bz 151828)
   931 * Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
   932 - Changed xlog to use LOG_INFO instead of LOG_DEBUG
   933   so debug messages will appear w/out any config
   934   changes to syslog.conf.
   935 - Reworked how /etc/exports is setup (bz 151389)
   937 * Wed Mar  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2
   938 - Tied the rpcsecgss debugging in with gssd and
   939   svcgssd debugging
   941 * Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com>
   942 - Added support to rpcgssd.init and rpcsvcgssd.init scripts
   943   to insmod security modules.
   944 - Changed the nfs.init script to bring rpc.svcgssd up and down,
   945   since rpc.svcgssd is only needed with the NFS server is running.
   947 * Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
   948 - Fix problem in idmapd that was causing "xdr error 10008"
   949   errors (bz 142813)
   950 - make sure the correct hostname is used in the SM_NOTIFY
   951   message that is sent from a rebooted server which has 
   952   multiple network interfaces. (bz 139101)
   954 - Changed nfslock to send lockd a -KILL signal
   955   when coming down. (bz 125257)
   957 * Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com>
   958 - Replaced a memcopy with explicit assignments
   959   in getquotainfo() of rquotad to fix potential overflow
   960   that can occur on 64bit machines. (bz 138068)
   962 * Mon Nov  8 2004 Steve Dickson <SteveD@RedHat.com>
   963 - Updated to latest sourceforge code
   964 - Updated to latest CITIT nfs4 patches
   966 * Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com>
   967 - Changed nfs.init to bring down rquotad correctly
   968   (bz# 136041)
   970 * Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com>
   971 - Added "$RQUOTAD_PORT" variable to nfs.init which
   972   allows the rpc.rquotad to use a predefined port
   973   (bz# 124676)
   975 * Fri Oct  1 2004 <SteveD@RedHat.com
   976 - Incorporate some clean up code from Ulrich Drepper (bz# 134025)
   977 - Fixed the chkconfig number in the rpcgssd, rpcidmapd, and 
   978   rpcsvcgssd initscrpts (bz# 132284)
   980 * Fri Sep 24 2004 <SteveD@RedHat.com>
   981 - Make sure the uid/gid of nfsnobody is the
   982   correct value for all archs (bz# 123900)
   983 - Fixed some security issues found by SGI (bz# 133556)
   985 * Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com>
   986 - Major clean up. 
   987 - Removed all unused/old patches
   988 - Rename and condensed a number of patches
   989 - Updated to CITI's nfs-utils-1.0.6-13 patches
   991 * Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
   992 - move if..fi condrestart stanza to %%postun (#127914, #128601)
   994 * Wed Jun 16 2004 <SteveD@RedHat.com>
   995 - nfslock stop is now done on package removals
   996 - Eliminate 3 syslog messages that are logged for
   997   successful events.
   999 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  1000 - rebuilt
  1002 * Mon Jun 14 2004 <SteveD@RedHat.com>
  1003 - Fixed syntax error in nfs initscripts when
  1004   NETWORKING is not defined
  1005 - Removed sync warning on readonly exports.
  1006 - Changed run levels in rpc initscripts.
  1007 - Replaced modinfo with lsmod when checking
  1008   for loaded modules.
  1010 * Tue Jun  1 2004 <SteveD@RedHat.com>
  1011 - Changed the rpcgssd init script to ensure the 
  1012   rpcsec_gss_krb5 module is loaded
  1014 * Tue May 18 2004 <SteveD@RedHat.com>
  1015 - Removed the auto option from MOUNTD_NFS_V2 and
  1016   MOUNTD_NFS_V3 variables. Since v2 and v3 are on
  1017   by default, there only needs to be away of 
  1018   turning them off.
  1020 * Thu May 10 2004 <SteveD@RedHat.com>
  1021 - Rebuilt
  1023 * Thu Apr 15 2004 <SteveD@RedHat.com>
  1024 - Changed the permission on idmapd.conf to 644
  1025 - Added mydaemon code to svcgssd
  1026 - Updated the add_gssd.patch from upstream
  1028 * Wed Apr 14 2004 <SteveD@RedHat.com>
  1029 - Created a pipe between the parent and child so 
  1030   the parent process can report the correct exit
  1031   status to the init scripts
  1032 - Added SIGHUP processing to rpc.idmapd and the 
  1033   rpcidmapd init script.
  1035 * Mon Mar 22 2004 <SteveD@RedHat.com>
  1036 - Make sure check_new_cache() is looking in the right place 
  1038 * Wed Mar 17 2004 <SteveD@RedHat.com>
  1039 - Changed the v4 initscripts to use $prog for the
  1040   arugment to daemon
  1042 * Tue Mar 16 2004 <SteveD@RedHat.com>
  1043 - Made the nfs4 daemons initscripts work better when 
  1044   sunrpc is not a module
  1045 - added more checks to see if modules are being used.
  1047 * Mon Mar 15 2004 <SteveD@RedHat.com>
  1048 - Add patch that sets up gssapi_mech.conf correctly
  1050 * Fri Mar 12 2004 <SteveD@RedHat.com>
  1051 - Added the shutting down of the rpc v4 daemons.
  1052 - Updated the Red Hat only patch with some init script changes.
  1054 * Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
  1055 - rpc_pipefs mounting and aliases are now in modutils; require that
  1057 * Thu Mar 11 2004 <SteveD@RedHat.com>
  1058 - Updated the gssd patch.
  1060 * Sun Mar  7 2004 <SteveD@RedHat.com>
  1061 - Added the addition and deletion of rpc_pipefs to /etc/fstab
  1062 - Added the addition and deletion of module aliases to /etc/modules.conf
  1064 * Mon Mar  1 2004 <SteveD@RedHat.com>
  1065 - Removed gssd tarball and old nfsv4 patch.
  1066 - Added new nfsv4 patches that include both the
  1067    gssd and idmapd daemons
  1068 - Added redhat-only v4 patch that reduces the
  1069    static librpc.a to only contain gss rpc related
  1070    routines (I would rather have gssd use the glibc 
  1071    rpc routines)
  1072 -Changed the gssd svcgssd init scripts to only
  1073    start up if SECURE_NFS is set to 'yes' in
  1074    /etc/sysconfig/nfs
  1076 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  1077 - rebuilt
  1079 * Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
  1080 - make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
  1082 * Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
  1083 - Added the NFSv4 bits
  1085 * Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
  1086 - Added the -z flag to nfsstat
  1088 * Wed Dec 24 2003  Steve Dickson <SteveD@RedHat.com>
  1089 - Fixed lockd port setting in nfs.int script
  1091 * Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
  1092 - Upgrated to 1.0.6
  1093 - Commented out the acl path for fedora
  1095 * Thu Aug  27 2003 Steve Dickson <SteveD@RedHat.com>
  1096 - Added the setting of lockd ports via sysclt interface
  1097 - Removed queue setting code since its no longer needed
  1099 * Thu Aug  7 2003 Steve Dickson <SteveD@RedHat.com>
  1100 - Added back the acl patch Taroon b2
  1102 * Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
  1103 - Commented out the acl patch (for now)
  1105 * Wed Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
  1106 - Upgrated to 1.0.5
  1108 * Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
  1109 - Added security update
  1110 - Fixed the drop-privs.patch which means the chroot
  1111 patch could be removed.
  1113 * Mon Jun  9 2003 Steve Dickson <SteveD@RedHat.com>
  1114 - Defined the differ kinds of debugging avaliable for mountd in
  1115 the mountd man page. 
  1117 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  1118 - rebuilt
  1120 * Tue Jun  3 2003 Steve Dickson <SteveD@RedHat.com>
  1121 - Upgraded to 1.0.3 
  1122 - Fixed numerous bugs in init scrips
  1123 - Added nfsstat overflow patch
  1125 * Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
  1126 - rebuild
  1128 * Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
  1129 - change init script to not start rpc.lock if already running
  1131 * Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
  1132 - Moved access code to be after dropping privs
  1134 * Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
  1135 - Build with %%configure
  1136 - Add nhfsgraph, nhfsnums and nhfsrun to the files list
  1138 * Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
  1139 - Don't drop privs until we've bound the notification socket
  1141 * Thu Nov  7 2002 Stephen C. Tweedie <sct@redhat.com>
  1142 - Ignore SIGPIPE in rpc.mountd
  1144 * Thu Aug  1 2002 Bob Matthews <bmatthews@redhat.com>
  1145 - Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
  1146 - to nfs init script.
  1148 * Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com>
  1149 - Move to nfs-utils-1.0.1
  1151 * Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
  1152 - "service nfs restart" should start services even if currently 
  1153 -   not running (#59469)
  1154 - bump version to 0.3.3-4
  1156 * Wed Oct  3 2001 Bob Matthews <bmatthews@redhat.com>
  1157 - Move to nfs-utils-0.3.3
  1158 - Make nfsnobody a system account (#54221)
  1160 * Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
  1161 - if UID 65534 is unassigned, add user nfsnobody (#22685)
  1163 * Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
  1164 - fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
  1166 * Tue Aug  7 2001 Bob Matthews <bmatthews@redhat.com>
  1167 - nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
  1169 * Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
  1170 - Make %%pre useradd consistent with other Red Hat packages.
  1172 * Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
  1173 - Added sh-utils dependency for uname -r in nfs init script
  1175 * Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
  1176 - make non RH kernel release strings scan correctly in 
  1177 -   nfslock init script (#44186)
  1179 * Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com>
  1180 - don't install any rquota pages in _mandir: (#39707, #44119)
  1181 - don't try to manipulate rpc.rquotad in init scripts 
  1182 -   unless said program actually exists: (#43340)
  1184 * Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
  1185 - don't translate initscripts for 6.x
  1187 * Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
  1188 - do not start lockd on kernel 2.2.18 or higher (done automatically)
  1190 * Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
  1191 - don't use rquotad from here now; quota package contains a version that 
  1192   works with 2.4 (#33738)
  1194 * Tue Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
  1195 - Statd logs at LOG_DAEMON rather than LOG_LOCAL5
  1196 - s/nfs/\$0/ where appropriate in init scripts
  1198 * Tue Mar  6 2001 Jeff Johnson <jbj@redhat.com>
  1199 - Move to nfs-utils-0.3.1
  1201 * Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
  1202 - #include <time.h> patch
  1204 * Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
  1205 - Really enable netgroups
  1207 * Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1208 - i18nize initscripts
  1210 * Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
  1211 - Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
  1213 * Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
  1214 - Hackish fix in build section to enable netgroups
  1216 * Wed Jan  3 2001 Bob Matthews <bmatthews@redhat.com>
  1217 - Fix incorrect file specifications in statd manpage.
  1218 - Require gawk 'cause it's used in nfslock init script.
  1220 * Thu Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
  1221 - Require sed because it's used in nfs init script
  1223 * Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
  1224 - Don't do a chroot(2) after dropping privs, in statd.
  1226 * Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
  1227 - NFSv3 if kernel >= 2.2.18, detected in init script
  1229 * Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  1230 - update to 0.2.1
  1232 * Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
  1233 - don't start lockd on 2.4 kernels; it's unnecessary
  1235 * Tue Sep  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1236 - more portable fix for mandir
  1238 * Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1239 - update to 0.2-release
  1241 * Fri Sep  1 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1242 - fix reload script
  1244 * Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1245 - update to 0.2 from CVS
  1246 - adjust statd-drop-privs patch
  1247 - disable tcp_wrapper support
  1249 * Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
  1250 - fix stop priority of nfslock
  1252 * Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
  1253 - um, actually *include and apply* the statd-drop-privs patch
  1255 * Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
  1256 - fix init script ordering (#14502)
  1258 * Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
  1259 - run statd chrooted and as non-root
  1260 - add prereqs
  1262 * Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
  1263 - use "License", not "Copyright"
  1264 - use %%{_tmppath} and %%{_mandir}
  1266 * Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
  1267 - built for next release
  1269 * Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
  1270 - 0.1.9.1
  1271 - remove patch0, has been integrated upstream
  1273 * Wed Feb  9 2000 Bill Nottingham <notting@redhat.com>
  1274 - the wonderful thing about triggers, is triggers are wonderful things...
  1276 * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  1277 - switch to nfs-utils as the base tree
  1278 - fix the statfs patch for the new code base
  1279 - single package that obsoletes everything we had before (if I am to keep
  1280   some traces of my sanity with me...)
  1282 * Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
  1283 - use statfs syscall instead of stat to determinal optimal blksize

mercurial