nfs-utils/nfs-utils.spec

changeset 0
4f133201e207
child 1
4667f24fe848
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nfs-utils/nfs-utils.spec	Fri Mar 11 21:30:26 2011 +0100
     1.3 @@ -0,0 +1,1283 @@
     1.4 +Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
     1.5 +Name: nfs-utils
     1.6 +URL: http://sourceforge.net/projects/nfs
     1.7 +Version: 1.2.3
     1.8 +Release: 4%{?dist}
     1.9 +Epoch: 1
    1.10 +
    1.11 +# group all 32bit related archs
    1.12 +%define all_32bit_archs i386 i486 i586 i686 athlon ppc sparcv9
    1.13 +
    1.14 +Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
    1.15 +
    1.16 +Source10: nfs.init
    1.17 +Source11: nfslock.init
    1.18 +Source12: rpcidmapd.init
    1.19 +Source13: rpcgssd.init
    1.20 +Source14: rpcsvcgssd.init
    1.21 +Source15: nfs.sysconfig
    1.22 +
    1.23 +Patch001: nfs-utils-1.2.4-rc3.patch
    1.24 +
    1.25 +Patch100: nfs-utils-1.2.1-statdpath-man.patch
    1.26 +Patch101: nfs-utils-1.2.2-statdpath.patch
    1.27 +Patch102: nfs-utils-1.2.1-exp-subtree-warn-off.patch
    1.28 +Patch103: nfs-utils-1.2.3-sm-notify-res_init.patch
    1.29 +
    1.30 +Group: System Environment/Daemons
    1.31 +Provides: exportfs    = %{epoch}:%{version}-%{release}
    1.32 +Provides: nfsstat     = %{epoch}:%{version}-%{release}
    1.33 +Provides: showmount   = %{epoch}:%{version}-%{release}
    1.34 +Provides: rpcdebug    = %{epoch}:%{version}-%{release}
    1.35 +Provides: rpc.idmapd  = %{epoch}:%{version}-%{release}
    1.36 +Provides: rpc.mountd  = %{epoch}:%{version}-%{release}
    1.37 +Provides: rpc.nfsd    = %{epoch}:%{version}-%{release}
    1.38 +Provides: rpc.statd   = %{epoch}:%{version}-%{release}
    1.39 +Provides: rpc.gssd    = %{epoch}:%{version}-%{release}
    1.40 +Provides: rpc.svcgssd = %{epoch}:%{version}-%{release}
    1.41 +Provides: mount.nfs   = %{epoch}:%{version}-%{release}
    1.42 +Provides: mount.nfs4  = %{epoch}:%{version}-%{release}
    1.43 +Provides: umount.nfs  = %{epoch}:%{version}-%{release}
    1.44 +Provides: umount.nfs4 = %{epoch}:%{version}-%{release}
    1.45 +Provides: sm-notify   = %{epoch}:%{version}-%{release}
    1.46 +Provides: start-statd = %{epoch}:%{version}-%{release}
    1.47 +
    1.48 +License: MIT and GPLv2 and GPLv2+ and BSD
    1.49 +Buildroot: %{_tmppath}/%{name}-%{version}-root
    1.50 +Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep
    1.51 +Requires: modutils >= 2.4.26-9
    1.52 +BuildRequires: libgssglue-devel libevent-devel libcap-devel
    1.53 +BuildRequires: nfs-utils-lib-devel >= 1.1.0-3 libtirpc-devel libblkid-devel
    1.54 +BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
    1.55 +BuildRequires: automake, libtool, glibc-headers
    1.56 +BuildRequires: krb5-devel, tcp_wrappers-devel
    1.57 +Requires(pre): shadow-utils >= 4.0.3-25
    1.58 +Requires(pre): /sbin/chkconfig /sbin/nologin
    1.59 +Requires: nfs-utils-lib >= 1.1.0-3 libgssglue libevent
    1.60 +Requires: libtirpc libblkid libcap
    1.61 +
    1.62 +%description
    1.63 +The nfs-utils package provides a daemon for the kernel NFS server and
    1.64 +related tools, which provides a much higher level of performance than the
    1.65 +traditional Linux NFS server used by most users.
    1.66 +
    1.67 +This package also contains the showmount program.  Showmount queries the
    1.68 +mount daemon on a remote host for information about the NFS (Network File
    1.69 +System) server on the remote host.  For example, showmount can display the
    1.70 +clients which are mounted on that host.
    1.71 +
    1.72 +This package also contains the mount.nfs and umount.nfs program.
    1.73 +
    1.74 +%prep
    1.75 +%setup -q
    1.76 +
    1.77 +%patch001 -p1
    1.78 +
    1.79 +%patch100 -p1
    1.80 +%patch101 -p1
    1.81 +%patch102 -p1
    1.82 +%patch103 -p1
    1.83 +
    1.84 +# Remove .orig files
    1.85 +find . -name "*.orig" | xargs rm -f
    1.86 +
    1.87 +%build
    1.88 +
    1.89 +%ifarch s390 s390x sparcv9 sparc64
    1.90 +PIE="-fPIE"
    1.91 +%else
    1.92 +PIE="-fpie"
    1.93 +%endif
    1.94 +export PIE
    1.95 +
    1.96 +sh -x autogen.sh
    1.97 +
    1.98 +CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE -D_FILE_OFFSET_BITS=64`"
    1.99 +%configure \
   1.100 +    CFLAGS="$CFLAGS" \
   1.101 +    CPPFLAGS="$DEFINES" \
   1.102 +    LDFLAGS="-pie" \
   1.103 +    --enable-mountconfig \
   1.104 +    --enable-ipv6 \
   1.105 +    --enable-nfsv41 \
   1.106 +	--with-statdpath=/var/lib/nfs/statd
   1.107 +
   1.108 +make all
   1.109 +
   1.110 +%install
   1.111 +rm -rf $RPM_BUILD_ROOT
   1.112 +mkdir -p $RPM_BUILD_ROOT{/sbin,/usr/sbin}
   1.113 +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
   1.114 +mkdir -p $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig}
   1.115 +make DESTDIR=$RPM_BUILD_ROOT install
   1.116 +install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT/usr/sbin
   1.117 +install -m 755 %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfs
   1.118 +install -m 755 %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfslock
   1.119 +install -m 755 %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcidmapd
   1.120 +install -m 755 %{SOURCE13} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcgssd
   1.121 +install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcsvcgssd
   1.122 +install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/nfs
   1.123 +install -m 644 utils/mount/nfsmount.conf  $RPM_BUILD_ROOT/etc
   1.124 +
   1.125 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
   1.126 +
   1.127 +touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
   1.128 +mv $RPM_BUILD_ROOT/usr/sbin/rpc.statd $RPM_BUILD_ROOT/sbin
   1.129 +
   1.130 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm
   1.131 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm.bak
   1.132 +mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery
   1.133 +
   1.134 +%clean
   1.135 +rm -rf $RPM_BUILD_ROOT
   1.136 +
   1.137 +%pre
   1.138 +# move files so the running service will have this applied as well
   1.139 +for x in gssd svcgssd idmapd ; do
   1.140 +    if [ -f /var/lock/subsys/rpc.$x ]; then
   1.141 +        mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x
   1.142 +    fi
   1.143 +done
   1.144 +
   1.145 +/usr/sbin/useradd -l -c "RPC Service User" -r \
   1.146 +        -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || :
   1.147 +# Define the correct unsigned uid value for 32 or 64 bit archs
   1.148 +%ifarch %{all_32bit_archs}
   1.149 +%define nfsnobody_uid   65534
   1.150 +%else
   1.151 +%define nfsnobody_uid   4294967294
   1.152 +%endif
   1.153 +
   1.154 +# If GID 65534 (or 4294967294 64bit archs) is unassigned, 
   1.155 +# create group "nfsnobody"
   1.156 +cat /etc/group | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null
   1.157 +if [ "$?" -eq 1 ]; then
   1.158 +    /usr/sbin/groupadd -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
   1.159 +fi
   1.160 +
   1.161 +# If UID 65534 (or 4294967294 64bit archs) is unassigned, 
   1.162 +# create user "nfsnobody"
   1.163 +cat /etc/passwd | cut -d':' -f 3 | grep --quiet %{nfsnobody_uid} 2>/dev/null
   1.164 +if [ "$?" -eq 1 ]; then
   1.165 +    /usr/sbin/useradd -l -c "Anonymous NFS User" -r -g %{nfsnobody_uid} \
   1.166 +        -s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody 2>/dev/null || :
   1.167 +fi
   1.168 +
   1.169 +%post
   1.170 +/sbin/chkconfig --add nfs
   1.171 +/sbin/chkconfig --add nfslock
   1.172 +/sbin/chkconfig --add rpcidmapd
   1.173 +/sbin/chkconfig --add rpcgssd
   1.174 +/sbin/chkconfig --add rpcsvcgssd
   1.175 +# Make sure statd used the correct uid/gid.
   1.176 +chown -R rpcuser:rpcuser /var/lib/nfs/statd
   1.177 +
   1.178 +%preun
   1.179 +if [ "$1" = "0" ]; then
   1.180 +    /etc/rc.d/init.d/nfs condstop > /dev/null
   1.181 +    /etc/rc.d/init.d/rpcgssd condstop > /dev/null
   1.182 +    /etc/rc.d/init.d/rpcidmapd condstop > /dev/null
   1.183 +    /etc/rc.d/init.d/nfslock condstop > /dev/null
   1.184 +    /sbin/chkconfig --del rpcidmapd
   1.185 +    /sbin/chkconfig --del rpcgssd
   1.186 +    /sbin/chkconfig --del rpcsvcgssd
   1.187 +    /sbin/chkconfig --del nfs
   1.188 +    /sbin/chkconfig --del nfslock
   1.189 +    /usr/sbin/userdel rpcuser 2>/dev/null || :
   1.190 +    /usr/sbin/groupdel rpcuser 2>/dev/null || :
   1.191 +    /usr/sbin/userdel nfsnobody 2>/dev/null || :
   1.192 +    /usr/sbin/groupdel nfsnobody 2>/dev/null || :
   1.193 +    rm -rf /var/lib/nfs/statd
   1.194 +    rm -rf /var/lib/nfs/v4recovery
   1.195 +fi
   1.196 +
   1.197 +%postun
   1.198 +if [ "$1" -ge 1 ]; then
   1.199 +    /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
   1.200 +    /etc/rc.d/init.d/rpcgssd condrestart > /dev/null
   1.201 +    /etc/rc.d/init.d/nfs condrestart > /dev/null
   1.202 +	/etc/rc.d/init.d/nfslock condrestart > /dev/null
   1.203 +fi
   1.204 +
   1.205 +%triggerpostun -- nfs-server
   1.206 +/sbin/chkconfig --add nfs
   1.207 +
   1.208 +%triggerpostun -- knfsd
   1.209 +/sbin/chkconfig --add nfs
   1.210 +
   1.211 +%triggerpostun -- knfsd-clients
   1.212 +/sbin/chkconfig --add nfslock
   1.213 +
   1.214 +%files
   1.215 +%defattr(-,root,root)
   1.216 +%config /etc/rc.d/init.d/nfs
   1.217 +%config /etc/rc.d/init.d/rpcidmapd
   1.218 +%config /etc/rc.d/init.d/rpcgssd
   1.219 +%config /etc/rc.d/init.d/rpcsvcgssd
   1.220 +%config(noreplace) /etc/sysconfig/nfs
   1.221 +%config(noreplace) /etc/nfsmount.conf
   1.222 +%dir /var/lib/nfs/v4recovery
   1.223 +%dir /var/lib/nfs/rpc_pipefs
   1.224 +%dir /var/lib/nfs
   1.225 +%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd
   1.226 +%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm
   1.227 +%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm.bak
   1.228 +%config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/state
   1.229 +%config(noreplace) /var/lib/nfs/xtab
   1.230 +%config(noreplace) /var/lib/nfs/etab
   1.231 +%config(noreplace) /var/lib/nfs/rmtab
   1.232 +%doc linux-nfs/*
   1.233 +/sbin/rpc.statd
   1.234 +/usr/sbin/exportfs
   1.235 +/usr/sbin/nfsstat
   1.236 +/usr/sbin/rpcdebug
   1.237 +/usr/sbin/rpc.mountd
   1.238 +/usr/sbin/rpc.nfsd
   1.239 +/usr/sbin/showmount
   1.240 +/usr/sbin/rpc.idmapd
   1.241 +/usr/sbin/rpc.gssd
   1.242 +/usr/sbin/rpc.svcgssd
   1.243 +/usr/sbin/gss_clnt_send_err
   1.244 +/usr/sbin/gss_destroy_creds
   1.245 +/usr/sbin/sm-notify
   1.246 +/usr/sbin/start-statd
   1.247 +/usr/sbin/mountstats
   1.248 +/usr/sbin/nfsiostat
   1.249 +%{_mandir}/*/*
   1.250 +%config /etc/rc.d/init.d/nfslock
   1.251 +
   1.252 +%attr(4755,root,root)   /sbin/mount.nfs
   1.253 +%attr(4755,root,root)   /sbin/mount.nfs4
   1.254 +%attr(4755,root,root)   /sbin/umount.nfs
   1.255 +%attr(4755,root,root)   /sbin/umount.nfs4
   1.256 +
   1.257 +%changelog
   1.258 +* Wed Dec  1  2010 Steve Dickson <steved@redhat.com> 1.2.3-4
   1.259 +- The nfs service is not stopped on reboot or halt (bz 652786)
   1.260 +- Removed obsolete configuration values (bz 653765)
   1.261 +
   1.262 +* Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3
   1.263 +- Updated to latest upstream release: nfs-utils-1-2-4-rc3
   1.264 +
   1.265 +* Fri Oct 15 2010 Steve Dickson <steved@redhat.com> 1.2.3-2
   1.266 +- Initscripts do not conform to LSB specification (bz 621562)
   1.267 +- sm-notify needs to call res_init() before each try (bz 625531)
   1.268 +- exports(5) man page duplicated paragraphs (bz 590921)
   1.269 +
   1.270 +* Thu Oct 14 2010 Steve Dickson <steved@redhat.com> 1.2.3-1
   1.271 +- Updated to latest upstream release: nfs-utils-1-2-4-rc1
   1.272 +
   1.273 +* Mon Oct  4 2010 Steve Dickson <steved@redhat.com> 1.2.3-0.1
   1.274 +- Fixed a regession with -p arguemnt to rpc.mountd 
   1.275 +
   1.276 +* Thu Sep 30 2010 Steve Dickson <steved@redhat.com> 1.2.3-0
   1.277 +- Updated to latest upstream release: nfs-utils-1-2-3
   1.278 +
   1.279 +* Thu Sep 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-8
   1.280 +- Update to upstream RC release: nfs-utils-1-2-3-rc6
   1.281 +
   1.282 +* Thu Sep  9 2010 Steve Dickson <steved@redhat.com> 1.2.2-7
   1.283 +- Update to upstream RC release: nfs-utils-1-2-3-rc5
   1.284 +
   1.285 +* Tue Jun 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-6
   1.286 +- Update to upstream RC release: nfs-utils-1-2-3-rc4
   1.287 +
   1.288 +* Thu May  6 2010 Steve Dickson <steved@redhat.com> 1.2.2-4
   1.289 +- Update to upstream RC release: nfs-utils-1-2-3-rc3
   1.290 +
   1.291 +* Fri Apr 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-3
   1.292 +- Update to upstream RC release: nfs-utils-1-2-3-rc2
   1.293 +
   1.294 +* Mon Mar 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-2
   1.295 +- Update to upstream RC release: nfs-utils-1-2-3-rc1
   1.296 +
   1.297 +* Thu Feb 18 2010 Steve Dickson <steved@redhat.com> 1.2.2-1
   1.298 +- Updated to latest upstream version: 1.2.2
   1.299 +
   1.300 +* Thu Jan 28 2010 Steve Dickson <steved@redhat.com> 1.2.1-17
   1.301 +- Backed out the  "Don't fail mounts when /etc/netconfig is 
   1.302 +  nonexistent" patch
   1.303 +
   1.304 +* Wed Jan 27 2010 Steve Dickson <steved@redhat.com> 1.2.1-16
   1.305 +- mount.nfs: Don't fail mounts when /etc/netconfig is nonexistent
   1.306 +
   1.307 +* Mon Jan 25 2010 Steve Dickson <steved@redhat.com> 1.2.1-15
   1.308 +- statd: Teach nfs_compare_sockaddr() to handle NULL 
   1.309 +  arguments
   1.310 +
   1.311 +* Fri Jan 22 2010 Steve Dickson <steved@redhat.com> 1.2.1-14
   1.312 +- Update to upstream RC release: nfs-utils-1-2-2-rc9
   1.313 +
   1.314 +* Thu Jan 21 2010 Steve Dickson <steved@redhat.com> 1.2.1-13
   1.315 +- mount.nfs: Configuration file parser ignoring options
   1.316 +- mount.nfs: Set the default family for lookups based on 
   1.317 +    defaultproto= setting
   1.318 +- Enabled ipv6 
   1.319 +
   1.320 +* Sun Jan 17 2010 Steve Dickson <steved@redhat.com> 1.2.1-12
   1.321 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
   1.322 +  which includes Ipv6 support for tcpwrapper (disabled by default).
   1.323 +
   1.324 +* Sat Jan 16 2010 Steve Dickson <steved@redhat.com> 1.2.1-11
   1.325 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
   1.326 +  which includes Ipv6 support for statd (disabled by default).
   1.327 +
   1.328 +* Thu Jan 14 2010 Steve Dickson <steved@redhat.com> 1.2.1-10
   1.329 +- Updated to the latest pseudo root release (rel10) which
   1.330 +  containts the upstream pseudo root release
   1.331 +
   1.332 +* Mon Jan 12 2010 Steve Dickson <steved@redhat.com> 1.2.1-9
   1.333 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc5
   1.334 +
   1.335 +* Mon Jan  4 2010 Steve Dickson <steved@redhat.com> 1.2.1-8
   1.336 +- mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set
   1.337 +
   1.338 +* Mon Dec 14 2009 Steve Dickson <steved@redhat.com> 1.2.1-7
   1.339 +- Updated to latest upstream RC release: nfs-utils-1-2-2-rc3
   1.340 +
   1.341 +* Thu Dec 10 2009 Steve Dickson <steved@redhat.com> 1.2.1-6
   1.342 +- Update the  pseudo root to handle security flavors better.
   1.343 +
   1.344 +* Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-5
   1.345 +- mount.nfs: Retry v4 mounts with v3 on ENOENT errors
   1.346 +
   1.347 +* Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-4
   1.348 +- Updated to the latest pseudo root release (rel9) (bz 538609).
   1.349 +
   1.350 +* Thu Nov 12 2009 Steve Dickson <steved@redhat.com> 1.2.1-3
   1.351 +- Stop rpc.nfsd from failing to startup when the network
   1.352 +  is down (bz 532270)
   1.353 +
   1.354 +* Wed Nov 11 2009 Steve Dickson <steved@redhat.com> 1.2.1-2
   1.355 +- Updated to the latest pseudo root release (rel8).
   1.356 +
   1.357 +* Wed Nov 4 2009 Steve Dickson <steved@redhat.com> 1.2.1-1
   1.358 +- Updated to latest upstream release: 1.2.0
   1.359 +
   1.360 +* Tue Nov 3 2009 Steve Dickson <steved@redhat.com> 1.2.0-18
   1.361 +- Reworked and remove some of the Default-Start/Stop stanzas
   1.362 +  in the init scripts (bz 531425)
   1.363 +
   1.364 +* Mon Nov 2 2009 Steve Dickson <steved@redhat.com> 1.2.0-17
   1.365 +- Updated to the latest pseudo root release (rel7).
   1.366 +- Added upstream 1.2.1-rc7 patch which fixes:
   1.367 +  - Stop ignoring the -o v4 option (bz 529407)
   1.368 +  - Allow network protocol roll backs when proto is set
   1.369 +    in the config file (bz 529864)
   1.370 +- v4 mounts will roll back to v3 mounts when the mount
   1.371 +  fails with ENOENT. 
   1.372 +
   1.373 +* Mon Oct  5 2009 Steve Dickson <steved@redhat.com> 1.2.0-16
   1.374 +- Fixed a whole where '-o v4' was not overriding the
   1.375 +  version in the conf file.
   1.376 +
   1.377 +* Wed Sep 30 2009 Steve Dickson <steved@redhat.com> 1.2.0-15
   1.378 +- Change the nfsmount.conf file to define v3 as the default 
   1.379 +  protocol version.
   1.380 +- Make sure versions set on the command line override version
   1.381 +  set in nfsmount.conf
   1.382 +- Make version rollbacks still work when versions are set in
   1.383 +  nfsmount.conf
   1.384 +
   1.385 +* Tue Sep 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-13
   1.386 +- Added upstream 1.2.1-rc5 patch
   1.387 +  - mount.nfs: Support negotiation between v4, v3, and v2
   1.388 +  - mount.nfs: Keep server's address in nfsmount_info
   1.389 +  - mount.nfs: Sandbox each mount attempt
   1.390 +  - mount.nfs: Support negotiation between v4, v3, and v2
   1.391 +
   1.392 +* Wed Sep 23 2009 Steve Dickson <steved@redhat.com> 1.2.0-12
   1.393 +- Updated to the latest pseudo root release (rel6).
   1.394 +
   1.395 +* Tue Sep 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-11
   1.396 +- Added upstream 1.2.1-rc5 patch
   1.397 +  - Added --sort --list functionality to nfs-iostat.py
   1.398 +  - Fixed event handler in idmapd
   1.399 +  - Added -o v4 support
   1.400 +  - Disabled IPv6 support in nfsd
   1.401 +  - Don't give client an empty flavor list
   1.402 +  - Fixed gssed so it does not blindly caches machine credentials
   1.403 +
   1.404 +* Mon Aug 17 2009 Steve Dickson <steved@redhat.com> 1.2.0-10
   1.405 +- Added upstream 1.2.1-rc4 patch
   1.406 +  - Fix bug when both crossmnt
   1.407 +  - nfs(5): Add description of lookupcache mount option
   1.408 +  - nfs(5): Remove trailing blanks
   1.409 +  - Added nfs41 support to nfssat
   1.410 +  - Added support for mount to us a configuration file.
   1.411 +
   1.412 +* Fri Aug 14 2009 Steve Dickson <steved@redhat.com> 1.2.0-9
   1.413 +- Added upstream 1.2.1-rc3 patch
   1.414 +  - Add IPv6 support to nfsd
   1.415 +  - Allow nfssvc_setfds to properly deal with AF_INET6
   1.416 +  - Convert nfssvc_setfds to use getaddrinfo
   1.417 +  - Move check for active knfsd to helper function
   1.418 +  - Declare a static common buffer for nfssvc.c routine
   1.419 +  - Convert rpc.nfsd to use xlog() and add --debug and --syslog options
   1.420 +
   1.421 +* Tue Jul 28 2009 Steve Dickson <steved@redhat.com> 1.2.0-8
   1.422 +- Fixed 4.1 versioning problem (bz 512377)
   1.423 +
   1.424 +* Wed Jul 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-7
   1.425 +- Added upstream 1.2.1-rc2 patch
   1.426 +  - A large number of mount command changes.
   1.427 +
   1.428 +* Mon Jul 13 2009 Steve Dickson <steved@redhat.com> 1.2.0-6
   1.429 +- Added NFSD v4 dynamic pseudo root patch which allows
   1.430 +  NFS v3 exports to be mounted by v4 clients.
   1.431 +
   1.432 +* Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-5
   1.433 +- Stopped rpc.idmapd from spinning (bz 508221)
   1.434 +
   1.435 +* Mon Jun 22 2009 Steve Dickson <steved@redhat.com> 1.2.0-4
   1.436 +- Added upstream 1.2.1-rc1 patch 
   1.437 +  - Fix to check in closeall()
   1.438 +  - Make --enable-tirpc the default
   1.439 +  - Set all verbose types in gssd daemons
   1.440 +  - Retry exports if getfh() fails
   1.441 +
   1.442 +* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-3
   1.443 +- Updated init scripts to add dependencies
   1.444 +  on other system facilities (bz 475133)
   1.445 +
   1.446 +* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-2
   1.447 +- nfsnobody gid is wrong (bz 485379)
   1.448 +
   1.449 +* Tue Jun  2 2009 Steve Dickson <steved@redhat.com> 1.2.0-1
   1.450 +- Updated to latest upstream release: 1.2.0
   1.451 +
   1.452 +* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.6-4
   1.453 +- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
   1.454 +
   1.455 +* Mon May 18 2009 Steve Dickson <steved@redhat.com> 1.1.6-3
   1.456 +- Added upstream 1.1.7-rc1 patch 
   1.457 +  - utils/nfsd: add support for minorvers4
   1.458 +  - sm-notify: Don't orphan addrinfo structs
   1.459 +  - sm-notify: Failed DNS lookups should be retried
   1.460 +  - mount: remove legacy version of nfs_name_to_address()
   1.461 +  - compiling error in rpcgen
   1.462 +  - nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
   1.463 +  - umount.nfs: Harden umount.nfs error reportin
   1.464 +
   1.465 +* Mon Apr 27 2009 Steve Dickson <steved@redhat.com> 1.1.6-2
   1.466 +- nfslock.init: options not correctly parsed (bz 459591)
   1.467 +
   1.468 +* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 1.1.6-1
   1.469 +- Updated to latest upstream release: 1.1.6
   1.470 +
   1.471 +* Mon Mar 23 2009 Steve Dickson <steved@redhat.com> 1.1.5-4
   1.472 +- Added upstream rc3 patch
   1.473 +  - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
   1.474 +  - gssd: NULL-terminate buffer after read in read_service_info (try #2)
   1.475 +  - gssd: free buffer allocated by gssd_k5_err_msg
   1.476 +  - gssd: fix potential double-frees in gssd
   1.477 +  - Removed a number of warn_unused_result warnings
   1.478 +
   1.479 +* Mon Mar 16 2009 Steve Dickson <steved@redhat.com> 1.1.5-3
   1.480 +- Added upstream rc2 patch
   1.481 +
   1.482 +* Fri Mar  6 2009 Steve Dickson <steved@redhat.com> 1.1.5-2
   1.483 +- Fixed lockd not using settings in sysconfig/nfs (bz 461043)
   1.484 +- Fixed some lost externs in the tcpwrapper code
   1.485 +
   1.486 +* Thu Mar  5 2009 Steve Dickson <steved@redhat.com> 1.1.5-1
   1.487 +- Updated to latest upstream version: 1.1.5
   1.488 +
   1.489 +* Wed Mar  4 2009 Steve Dickson <steved@redhat.com> 1.1.4-21
   1.490 +- configure: fix AC_CACHE_VAL warnings
   1.491 +
   1.492 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.4-20
   1.493 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
   1.494 +
   1.495 +* Wed Feb 18 2009 Steve Dickson <steved@redhat.com> 1.1.4-19
   1.496 +- Exportfs and rpc.mountd optimalization (bz 76643)
   1.497 +
   1.498 +* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-18
   1.499 +- umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()
   1.500 +- umount.nfs command: Support AF_INET6 server addresses
   1.501 +- umount command: remove do_nfs_umount23 function
   1.502 +
   1.503 +* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-17
   1.504 +- Integrated the upstream fix for bz 483375
   1.505 +- mount: segmentation faults on UDP mounts (bz 485448)
   1.506 +
   1.507 +* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-16
   1.508 +- Fixed typo in -mount-textbased.patch (bz 483375)
   1.509 +
   1.510 +* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-15
   1.511 +- Reworked tcp wrapper code to correctly use API (bz 480223)
   1.512 +- General clean up of tcp wrapper code.
   1.513 +
   1.514 +* Tue Jan 27 2009 Steve Dickson <steved@redhat.com> 1.1.4-14
   1.515 +- text-based mount command: make po_rightmost() work for N options
   1.516 +- text-based mount command: Function to stuff "struct pmap" from mount options
   1.517 +- text-based mount options: Use new pmap stuffer when	rewriting mount options
   1.518 +- text-based mount command: fix mount option rewriting logic
   1.519 +- text-based mount command: support AF_INET6 in rewrite_mount_options()
   1.520 +
   1.521 +* Tue Jan 20 2009 Steve Dickson <steved@redhat.com> 1.1.4-13
   1.522 +- mountd: Don't do tcp wrapper check when there are no rules (bz 448898)
   1.523 +
   1.524 +* Wed Jan  7 2009 Steve Dickson <steved@redhat.com> 1.1.4-12
   1.525 +- configure: Remove inet_ntop(3) check from configure.ac
   1.526 +- configure: Add new build option "--enable-tirpc"
   1.527 +- showmount command: Quiesce warning when TI-RPC is disabled
   1.528 +
   1.529 +* Sat Jan  3 2009 Steve Dickson <steved@redhat.com> 1.1.4-11
   1.530 +- Added warnings to tcp wrapper code when mounts are 
   1.531 +  denied due to misconfigured DNS configurations.
   1.532 +- gssd: By default, don't spam syslog when users' credentials expire
   1.533 +- mount: revert recent fix for build problems on old systems
   1.534 +- mount: use gethostbyname(3) when building on old systems
   1.535 +- mount: getport: don't use getaddrinfo(3) on old systems
   1.536 +- mount: Random clean up
   1.537 +- configure: use "--disable-uuid" instead of	"--without-uuid"
   1.538 +
   1.539 +* Fri Dec 19 2008 Steve Dickson <steved@redhat.com> 1.1.4-10
   1.540 +- Re-enabled and fixed/enhanced tcp wrappers.
   1.541 +
   1.542 +* Wed Dec 17 2008 Steve Dickson <steved@redhat.com> 1.1.4-9
   1.543 +- text-based mount command: add function to parse numeric mount options
   1.544 +- text-based mount command: use po_get_numeric() for handling retry
   1.545 +- sm-notify command: fix a use-after-free bug
   1.546 +- statd: not unlinking host files
   1.547 +
   1.548 +* Thu Dec 11 2008 Steve Dickson <steved@redhat.com> 1.1.4-8
   1.549 +- mount command: AF_INET6 support for probe_bothports()
   1.550 +- mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
   1.551 +- mount command: full support for AF_INET6 addresses in probe_port()
   1.552 +- gssd/svcgssd: add support to retrieve actual context expiration
   1.553 +- svcgssd: use the actual context expiration for cache
   1.554 +
   1.555 +* Sat Dec  6 2008 Steve Dickson <steved@redhat.com> 1.1.4-7
   1.556 +- sm-notify: always exiting without any notification.
   1.557 +
   1.558 +* Tue Dec  2 2008 Steve Dickson <steved@redhat.com> 1.1.4-6
   1.559 +- mount command: remove local getport() implementation
   1.560 +- mount command: Replace clnt_ping() and getport() calls in probe_port()
   1.561 +- mount command: Use nfs_error() instead of perror()
   1.562 +- mount command: Use nfs_pmap_getport() in probe_statd()
   1.563 +
   1.564 +* Mon Dec  1 2008 Steve Dickson <steved@redhat.com> 1.1.4-5
   1.565 +- Make sure /proc/fs/nfsd exists when the nfs init script
   1.566 +  does the exports (bz 473396)
   1.567 +- Fixed typo in nfs init script that caused rpc.rquotad daemons
   1.568 +  to be started but not stoppped (bz 473929)
   1.569 +
   1.570 +* Wed Nov 26 2008 Steve Dickson <steved@redhat.com> 1.1.4-4
   1.571 +- gssd: unblock DNOTIFY_SIGNAL in case it was blocked
   1.572 +- Ensure statd gets started if required when non-root
   1.573 +  user mounts an NFS filesystem
   1.574 +
   1.575 +* Tue Nov 25 2008 Steve Dickson <steved@redhat.com> 1.1.4-3
   1.576 +- Give showmount support for querying via rpcbindv3/v4 
   1.577 +
   1.578 +* Tue Nov 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-2
   1.579 +- Add AF_INET6-capable API to acquire an RPC CLIENT
   1.580 +- Introduce rpcbind client utility functions
   1.581 +
   1.582 +* Sat Oct 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-1
   1.583 +- Updated to latest upstream version: 1.1.4
   1.584 +
   1.585 +* Tue Oct 14 2008 Steve Dickson <steved@redhat.com> 1.1.3-6
   1.586 +- sm-notify exists when there are no hosts to notify
   1.587 +
   1.588 +* Thu Sep 18 2008 Steve Dickson <steved@redhat.com> 1.1.3-5
   1.589 +- Reworked init scripts so service will be able to
   1.590 +  stop when some of the checks fail. (bz 462508)
   1.591 +- Pre-load nfsd when args to rpc.nfsd are given (bz 441983)
   1.592 +
   1.593 +* Thu Aug 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-4
   1.594 +- Added in a number of up upstream patches (101 thru 110).
   1.595 +
   1.596 +* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.3-3
   1.597 +- fix license tag
   1.598 +
   1.599 +* Thu Jul 31 2008 Steve Dickson <steved@redhat.com> 1.1.3-2
   1.600 +- Mount command did not compile against older glibc versions.
   1.601 +
   1.602 +* Mon Jul 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-1
   1.603 +- Updated to latest upstream version: 1.1.3
   1.604 +
   1.605 +* Wed Jul  2 2008 Steve Dickson <steved@redhat.com> 1.1.2-12
   1.606 +- Changed the default directories for sm-notify (bz 435480)
   1.607 +- Added 'condstop' to init scripts so service are not
   1.608 +  started when nfs-utils is removed.
   1.609 +
   1.610 +* Mon Jun 30 2008 Dennis Gilmore <dennis@ausil.us> 1.1.2-11
   1.611 +- add sparc arch handling 
   1.612 +
   1.613 +* Mon Jun 30 2008 Steve Dickson <steved@redhat.com>  1.1.2-10
   1.614 +- Rebuild for the updated libevent lib.
   1.615 +
   1.616 +* Fri Jun 27 2008 Steve Dickson <steved@redhat.com>  1.1.2-9
   1.617 +- Removed the nfslock service start/stop from %%post section 
   1.618 +  (bz 453046)
   1.619 +
   1.620 +* Wed Jun 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-8
   1.621 +- FQDNs in the rmtab causes exportfs to seg fault (bz 444275)
   1.622 +
   1.623 +* Mon Jun 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-7
   1.624 +- Added -D_FILE_OFFSET_BITS=64 to CFLAGS
   1.625 +- make nfsstat read and print stats as unsigned integers
   1.626 +- Added (but not installed) the mountstats and nfs-iostat
   1.627 +  python scripts.
   1.628 +
   1.629 +* Fri Jun  6 2008 Steve Dickson <steved@redhat.com>  1.1.2-6
   1.630 +- Added 5 (111 thru 115) upstream patches that fixed
   1.631 +  things mostly in the text mounting code.
   1.632 +
   1.633 +* Thu May  8 2008 Steve Dickson <steved@redhat.com>  1.1.2-5
   1.634 +- Added 10 (101 thru 110) upstream patches that fixed
   1.635 +  things mostly in the mount and gssd code.
   1.636 +
   1.637 +* Wed May  7 2008 Steve Dickson <steved@redhat.com>  1.1.2-4
   1.638 +- Added ppc arch to the all_32bit_archs list (bz 442847)
   1.639 +
   1.640 +* Wed Apr 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-3
   1.641 +- Documented how to turn off/on protocol support for
   1.642 +  rpc.nfsd in /etc/sysconfig/nfs (bz443625)
   1.643 +- Corrected the nfslock initscript 'status' return code (bz 441605)
   1.644 +- Removed obsolete code from the nfslock initscript (bz 441604)
   1.645 +
   1.646 +* Mon Apr 14 2008 Steve Dickson <steved@redhat.com>  1.1.2-2
   1.647 +- Make EACCES a non fatal error (bz 439807)
   1.648 +
   1.649 +* Tue Mar 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-1
   1.650 +- Upgrade to nfs-utils-1.1.2
   1.651 +
   1.652 +* Mon Mar  3 2008 Steve Dickson <steved@redhat.com>  1.1.1-5
   1.653 +- Stopped mountd from incorrectly logging an error
   1.654 +  (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
   1.655 +- Stop gssd from ignoring the machine credential caches
   1.656 +  (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931)
   1.657 +- Fixed typo in the nfsstat command line arugments.
   1.658 +  (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
   1.659 +- Added test to stop buffer overflow in idmapd
   1.660 +  (commit bcd0fcaf0966c546da5043be700587f73174ae25)
   1.661 +
   1.662 +* Sat Feb  9 2008 Steve Dickson <steved@redhat.com>  1.1.1-4
   1.663 +- Cleaned up some typos that were found in the various
   1.664 +  places in the mountd code
   1.665 +
   1.666 +* Thu Jan 24 2008 Steve Dickson <steved@redhat.com>  1.1.1-3
   1.667 +- Added in relatime mount option so mount.nfs stays
   1.668 +  compatible with the mount command in util-linux-ng (bz 274301)
   1.669 +
   1.670 +* Tue Jan 22 2008 Steve Dickson <steved@redhat.com>  1.1.1-2
   1.671 +- Added -S/--since to the nfsstat(1) manpage
   1.672 +- The wording in the exportfs man page can be a bit confusing, implying
   1.673 +  that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't
   1.674 +- Removed nfsprog option since the kernel no longer supports it.
   1.675 +- Removed mountprog option since the kernel no longer supports it.
   1.676 +- Stop segfaults on amd64 during warnings messages.
   1.677 +- Fix bug when both crossmnt and fsid are set.
   1.678 +
   1.679 +* Sat Jan  5 2008 Steve Dickson <steved@redhat.com>  1.1.1-1
   1.680 +- Updated to latest upstream release, nfs-utils-1.1.1
   1.681 +- Added the removal of sm-notify.pid to nfslock init script.
   1.682 +- Changed spec file to use condrestart instead of condstop
   1.683 +  when calling init scripts.
   1.684 +- Fixed typo in rpc.mountd man page 
   1.685 +- Turn on 'nohide' automatically for all refer exports (bz 313561)
   1.686 +
   1.687 +* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
   1.688 + - Rebuild for openldap bump
   1.689 +
   1.690 +* Wed Oct 17 2007 Steve Dickson <steved@redhat.com>  1.1.0-6
   1.691 +- Switch the libgssapi dependency to libgssglue
   1.692 +
   1.693 +* Fri Sep 14 2007 Steve Dickson <steved@redhat.com>  1.1.0-5
   1.694 +- Changed the default paths in sm-notify to 
   1.695 +  /var/lib/nfs/statd (bz 258461)
   1.696 +- Updated exportfs manpage (bz 262861)
   1.697 +
   1.698 +* Wed Aug 15 2007 Steve Dickson <steved@redhat.com>  1.1.0-4
   1.699 +- Make sure the open() system calling in exportfs uses
   1.700 +  mode bits when creating the etab file (bz 252440).
   1.701 +
   1.702 +* Mon Aug 13 2007 Steve Dickson <steved@redhat.com>  1.1.0-3
   1.703 +- Added nosharecache mount option which re-enables
   1.704 +  rw/ro mounts to the same server (bz 243913).
   1.705 +
   1.706 +* Thu Aug  2 2007 Steve Dickson <steved@redhat.com>  1.1.0-2
   1.707 +- Make sure the gss and idmap daemons remove thier lock
   1.708 +  files when they are stopped.
   1.709 +
   1.710 +* Sat Jul 28 2007 Steve Dickson <steved@redhat.com>  1.1.0-1
   1.711 +- Upgraded to the latest upstream version (nfs-utils-1.1.0)
   1.712 +
   1.713 +* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
   1.714 +- Fixed typo in mount.nfs4 that causes a segfault during
   1.715 +  error processing (bz 241190)
   1.716 +
   1.717 +* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
   1.718 +- Make sure the condrestarts exit with a zero value (bz 240225)
   1.719 +- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
   1.720 +- Added -o nordirplus mount option to disable READDIRPLUS (bz 240357)
   1.721 +- Disabled the FSCache patch, for now... 
   1.722 +
   1.723 +* Wed May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5
   1.724 +- Fix mount.nfs4 to display correct error message (bz 227212)
   1.725 +- Updated mountd and showmount reverse lookup flags (bz 220772)
   1.726 +- Eliminate timeout on nfsd shutdowns (bz 222001)
   1.727 +- Eliminate memory leak in mountd (bz 239536)
   1.728 +- Make sure statd uses correct uid/gid by chowning
   1.729 +  the /var/lib/nfs/statd with the rpcuser id. (bz 235216)
   1.730 +- Correct some sanity checking in rpc.nfsd. (bz 220887) 
   1.731 +- Added missing unlock_mtab() call in moutnd
   1.732 +- Have mountd hold open etab file to force inode number to change (bz 236823)
   1.733 +- Create a /etc/sysconfig/nfs with all the possible init script
   1.734 +  variables (bz 234543)
   1.735 +- Changed nfs initscript to exit with correct value (bz 221874)
   1.736 +
   1.737 +* Tue Apr  3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
   1.738 +- Replace portmap dependency with an rpcbind dependency (bz 228894)
   1.739 +
   1.740 +* Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3
   1.741 +- Incorporated Merge Review comments (bz 226198)
   1.742 +
   1.743 +* Fri Mar  9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2
   1.744 +- Added condstop to all the initscripts (bz 196934)
   1.745 +- Made no_subtree_check a default export option (bz 212218)
   1.746 +
   1.747 +* Tue Mar  6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1
   1.748 +- Upgraded to 1.0.12 
   1.749 +- Fixed typo in Summary.
   1.750 +
   1.751 +* Thu Mar  1 2007 Karel Zak <kzak@redhat.com>  1.0.11-2
   1.752 +- Fixed mount.nfs -f (fake) option (bz 227988)
   1.753 +
   1.754 +* Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1
   1.755 +- Upgraded to 1.0.11 
   1.756 +
   1.757 +* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
   1.758 +- Added FS_Location support
   1.759 +
   1.760 +* Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6
   1.761 +- add support for mount options that contain commas (bz 219645)
   1.762 +
   1.763 +* Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5
   1.764 +- Stopped v4 umounts from ping rpc.mountd (bz 215553)
   1.765 +
   1.766 +* Wed Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4
   1.767 +- Doing a connect on UDP sockets causes the linux network
   1.768 +  stack to reject UDP patches from multi-home server with
   1.769 +  nic on the same subnet. (bz 212471)
   1.770 +
   1.771 +* Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
   1.772 +- Removed some old mounting versioning code that was
   1.773 +  stopping tcp mount from working (bz 212471)
   1.774 +
   1.775 +* Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
   1.776 +- Fixed -o remount (bz 210346)
   1.777 +- fix memory leak in rpc.idmapd (bz 212547)
   1.778 +- fix use after free bug in dirscancb (bz 212547)
   1.779 +- Made no_subtree_check a default export option (bz 212218)
   1.780 +
   1.781 +* Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1
   1.782 +- Upgraded to 1.0.10 
   1.783 +
   1.784 +* Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10
   1.785 +- Fixed typo in nfs man page (bz 210864).
   1.786 +
   1.787 +* Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9
   1.788 +- Unable to mount NFS V3 share where sec=none is specified (bz 210644)
   1.789 +
   1.790 +* Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8
   1.791 +- mount.nfs was not returning a non-zero exit value 
   1.792 +  on failed mounts (bz 206705)
   1.793 +
   1.794 +* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7
   1.795 +- Added support for the mount -s (sloppy) option (#205038)
   1.796 +- Added nfs.5 man page from util-linux
   1.797 +- Added info about [u]mount.nfs to the package description
   1.798 +
   1.799 +* Mon Sep 11 2006  <SteveD@RedHat.com> 1.0.9-6
   1.800 +- Removed the compiling of getiversion and getkversion since
   1.801 +  UTS_RELEASE is no longer defined and these binary are
   1.802 +  not installed.
   1.803 +
   1.804 +* Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5
   1.805 +- Changed gssd daemons to cache things in memory
   1.806 +  instead of /tmp which makes selinux much happier.
   1.807 +  (bz 203078)
   1.808 +
   1.809 +* Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4
   1.810 +- Allow variable for HA callout program in /etc/init.d/nfslock
   1.811 +  (bz 202790)
   1.812 +
   1.813 +* Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3
   1.814 +- add epoch (#196359)
   1.815 +
   1.816 +* Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2
   1.817 +- Enabled the creating of mount.nfs and umount.nfs binaries
   1.818 +- Added mount option fixes suggested by upstream.
   1.819 +- Fix lazy umounts (bz 169299)
   1.820 +- Added -o fsc mount option.
   1.821 +
   1.822 +* Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1
   1.823 +- Updated to 1.0.9 release
   1.824 +
   1.825 +* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1
   1.826 +- rebuild
   1.827 +
   1.828 +* Sun Jul  2 2006 <jkeating@redhat.com> 1:1.0.8-5
   1.829 +- Introduce epoch to fix upgrade path
   1.830 +
   1.831 +* Sat Jul  1 2006 <SteveD@RedHat.com> 1.0.8-3
   1.832 +- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
   1.833 +
   1.834 +* Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
   1.835 +- Split the controlling of nfs version, ports, and protocol 
   1.836 +  into two different patches
   1.837 +- Fixed and added debugging statements to rpc.mountd.
   1.838 +- Fixed -p arg to work with priviledged ports (bz 156655)
   1.839 +- Changed nfslock initscript to set LOCKD_TCPPORT and
   1.840 +  LOCKD_UDPPORT (bz 162133)
   1.841 +- Added MOUNTD_NFS_V1 variable to version 1 of the
   1.842 +  mount protocol can be turned off. (bz 175729)
   1.843 +- Fixed gssd to handel mixed case characters in
   1.844 +  the domainname. (bz 186069)
   1.845 +
   1.846 +* Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2
   1.847 +- Updated to nfs-utils-1.0.8
   1.848 +
   1.849 +* Thu Jun  8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1
   1.850 +- Upgraded to the upstream 1.0.8.rc4 version
   1.851 +
   1.852 +* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2
   1.853 +- bump again for double-long bug on ppc(64)
   1.854 +
   1.855 +* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1
   1.856 +- rebuilt for new gcc4.1 snapshot and glibc changes
   1.857 +
   1.858 +* Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5
   1.859 +- Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd
   1.860 +  which turns on debugging in the libarary.
   1.861 +
   1.862 +* Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5
   1.863 +- Added innetgr patch that changes configure scripts to 
   1.864 +  check for the innetgr function. (bz 177899)
   1.865 +
   1.866 +* Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5
   1.867 +- Fix lockfile naming in the initscripts so they're stopped correctly.
   1.868 +
   1.869 +* Mon Jan  9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5
   1.870 +- Updated to 1.0.8-rc2 release
   1.871 +- Broke out libgssapi into its own rpm
   1.872 +- Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm
   1.873 +- Removed libevent code; Required to be installed.
   1.874 +
   1.875 +* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
   1.876 +- rebuilt
   1.877 +
   1.878 +* Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19
   1.879 +- Updated to latest code in SourceForge CVS
   1.880 +- Updated to latest CITI patches (1.0.7-4)
   1.881 +- Fix bug in nfsdreopen by compiling in server defaults
   1.882 +
   1.883 +* Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18
   1.884 +- Updated libnfsidmap to 0.11
   1.885 +- Updated libgssapi to 0.5
   1.886 +- Made sure the gss daemons and new libs are
   1.887 +  all using the same include files.
   1.888 +- Removed code from the tree that is no longer used.
   1.889 +- Add ctlbits patch that introduced the -N -T and -U
   1.890 +  command line flags to rpc.nfsd.
   1.891 +
   1.892 +* Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17
   1.893 +- Updated to latest nfs-utils code in upstream CVS tree
   1.894 +- Updated libevent from 1.0b to 1.1a
   1.895 +- Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI
   1.896 +
   1.897 +* Tue Sep  8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
   1.898 +- Reworked the nfslock init script so if lockd is running
   1.899 +  it will be killed which is what the HA community needs. (bz 162446)
   1.900 +- Stopped rpcidmapd.init from doing extra echoing when
   1.901 +  condstart-ed.
   1.902 +
   1.903 +* Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
   1.904 +- don't strip during "make install", so debuginfo packages are generated right
   1.905 +
   1.906 +* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
   1.907 +- no need to still keep a requirement for kernel-2.2 or newer
   1.908 +
   1.909 +* Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
   1.910 +- Changed mountd to use stat64() (bz 165062)
   1.911 +
   1.912 +* Tue Aug  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
   1.913 +- Changed useradd to use new -l flag (bz149407)
   1.914 +- 64bit fix in gssd code (bz 163139)
   1.915 +- updated broken dependencies
   1.916 +- updated rquotad to compile with latest
   1.917 +  quota version.
   1.918 +
   1.919 +* Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8
   1.920 +- Fixed subscripting problem in idmapd (bz 158188)
   1.921 +
   1.922 +* Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7
   1.923 +- Fixed buffer overflow in rpc.svcgssd (bz 114288)
   1.924 +
   1.925 +* Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
   1.926 +- Fixed misformated output from nfslock script (bz 154648)
   1.927 +
   1.928 +* Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
   1.929 +- Fixed a compile error on x86_64 machines in the gss code.
   1.930 +- Updated the statd-notify-hostname.patch to eliminate 
   1.931 +  a segmentation fault in rpc.statd when an network 
   1.932 +  interface was down. (bz 151828)
   1.933 +
   1.934 +* Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
   1.935 +- Changed xlog to use LOG_INFO instead of LOG_DEBUG
   1.936 +  so debug messages will appear w/out any config
   1.937 +  changes to syslog.conf.
   1.938 +- Reworked how /etc/exports is setup (bz 151389)
   1.939 +
   1.940 +* Wed Mar  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2
   1.941 +- Tied the rpcsecgss debugging in with gssd and
   1.942 +  svcgssd debugging
   1.943 +
   1.944 +* Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com>
   1.945 +- Added support to rpcgssd.init and rpcsvcgssd.init scripts
   1.946 +  to insmod security modules.
   1.947 +- Changed the nfs.init script to bring rpc.svcgssd up and down,
   1.948 +  since rpc.svcgssd is only needed with the NFS server is running.
   1.949 +
   1.950 +* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
   1.951 +- Fix problem in idmapd that was causing "xdr error 10008"
   1.952 +  errors (bz 142813)
   1.953 +- make sure the correct hostname is used in the SM_NOTIFY
   1.954 +  message that is sent from a rebooted server which has 
   1.955 +  multiple network interfaces. (bz 139101)
   1.956 +
   1.957 +- Changed nfslock to send lockd a -KILL signal
   1.958 +  when coming down. (bz 125257)
   1.959 +
   1.960 +* Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com>
   1.961 +- Replaced a memcopy with explicit assignments
   1.962 +  in getquotainfo() of rquotad to fix potential overflow
   1.963 +  that can occur on 64bit machines. (bz 138068)
   1.964 +
   1.965 +* Mon Nov  8 2004 Steve Dickson <SteveD@RedHat.com>
   1.966 +- Updated to latest sourceforge code
   1.967 +- Updated to latest CITIT nfs4 patches
   1.968 +
   1.969 +* Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com>
   1.970 +- Changed nfs.init to bring down rquotad correctly
   1.971 +  (bz# 136041)
   1.972 +
   1.973 +* Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com>
   1.974 +- Added "$RQUOTAD_PORT" variable to nfs.init which
   1.975 +  allows the rpc.rquotad to use a predefined port
   1.976 +  (bz# 124676)
   1.977 +
   1.978 +* Fri Oct  1 2004 <SteveD@RedHat.com
   1.979 +- Incorporate some clean up code from Ulrich Drepper (bz# 134025)
   1.980 +- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and 
   1.981 +  rpcsvcgssd initscrpts (bz# 132284)
   1.982 +
   1.983 +* Fri Sep 24 2004 <SteveD@RedHat.com>
   1.984 +- Make sure the uid/gid of nfsnobody is the
   1.985 +  correct value for all archs (bz# 123900)
   1.986 +- Fixed some security issues found by SGI (bz# 133556)
   1.987 +
   1.988 +* Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com>
   1.989 +- Major clean up. 
   1.990 +- Removed all unused/old patches
   1.991 +- Rename and condensed a number of patches
   1.992 +- Updated to CITI's nfs-utils-1.0.6-13 patches
   1.993 +
   1.994 +* Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
   1.995 +- move if..fi condrestart stanza to %%postun (#127914, #128601)
   1.996 +
   1.997 +* Wed Jun 16 2004 <SteveD@RedHat.com>
   1.998 +- nfslock stop is now done on package removals
   1.999 +- Eliminate 3 syslog messages that are logged for
  1.1000 +  successful events.
  1.1001 +
  1.1002 +* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  1.1003 +- rebuilt
  1.1004 +
  1.1005 +* Mon Jun 14 2004 <SteveD@RedHat.com>
  1.1006 +- Fixed syntax error in nfs initscripts when
  1.1007 +  NETWORKING is not defined
  1.1008 +- Removed sync warning on readonly exports.
  1.1009 +- Changed run levels in rpc initscripts.
  1.1010 +- Replaced modinfo with lsmod when checking
  1.1011 +  for loaded modules.
  1.1012 +
  1.1013 +* Tue Jun  1 2004 <SteveD@RedHat.com>
  1.1014 +- Changed the rpcgssd init script to ensure the 
  1.1015 +  rpcsec_gss_krb5 module is loaded
  1.1016 +
  1.1017 +* Tue May 18 2004 <SteveD@RedHat.com>
  1.1018 +- Removed the auto option from MOUNTD_NFS_V2 and
  1.1019 +  MOUNTD_NFS_V3 variables. Since v2 and v3 are on
  1.1020 +  by default, there only needs to be away of 
  1.1021 +  turning them off.
  1.1022 +
  1.1023 +* Thu May 10 2004 <SteveD@RedHat.com>
  1.1024 +- Rebuilt
  1.1025 +
  1.1026 +* Thu Apr 15 2004 <SteveD@RedHat.com>
  1.1027 +- Changed the permission on idmapd.conf to 644
  1.1028 +- Added mydaemon code to svcgssd
  1.1029 +- Updated the add_gssd.patch from upstream
  1.1030 +
  1.1031 +* Wed Apr 14 2004 <SteveD@RedHat.com>
  1.1032 +- Created a pipe between the parent and child so 
  1.1033 +  the parent process can report the correct exit
  1.1034 +  status to the init scripts
  1.1035 +- Added SIGHUP processing to rpc.idmapd and the 
  1.1036 +  rpcidmapd init script.
  1.1037 +
  1.1038 +* Mon Mar 22 2004 <SteveD@RedHat.com>
  1.1039 +- Make sure check_new_cache() is looking in the right place 
  1.1040 +
  1.1041 +* Wed Mar 17 2004 <SteveD@RedHat.com>
  1.1042 +- Changed the v4 initscripts to use $prog for the
  1.1043 +  arugment to daemon
  1.1044 +
  1.1045 +* Tue Mar 16 2004 <SteveD@RedHat.com>
  1.1046 +- Made the nfs4 daemons initscripts work better when 
  1.1047 +  sunrpc is not a module
  1.1048 +- added more checks to see if modules are being used.
  1.1049 +
  1.1050 +* Mon Mar 15 2004 <SteveD@RedHat.com>
  1.1051 +- Add patch that sets up gssapi_mech.conf correctly
  1.1052 +
  1.1053 +* Fri Mar 12 2004 <SteveD@RedHat.com>
  1.1054 +- Added the shutting down of the rpc v4 daemons.
  1.1055 +- Updated the Red Hat only patch with some init script changes.
  1.1056 +
  1.1057 +* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
  1.1058 +- rpc_pipefs mounting and aliases are now in modutils; require that
  1.1059 +
  1.1060 +* Thu Mar 11 2004 <SteveD@RedHat.com>
  1.1061 +- Updated the gssd patch.
  1.1062 +
  1.1063 +* Sun Mar  7 2004 <SteveD@RedHat.com>
  1.1064 +- Added the addition and deletion of rpc_pipefs to /etc/fstab
  1.1065 +- Added the addition and deletion of module aliases to /etc/modules.conf
  1.1066 +
  1.1067 +* Mon Mar  1 2004 <SteveD@RedHat.com>
  1.1068 +- Removed gssd tarball and old nfsv4 patch.
  1.1069 +- Added new nfsv4 patches that include both the
  1.1070 +   gssd and idmapd daemons
  1.1071 +- Added redhat-only v4 patch that reduces the
  1.1072 +   static librpc.a to only contain gss rpc related
  1.1073 +   routines (I would rather have gssd use the glibc 
  1.1074 +   rpc routines)
  1.1075 +-Changed the gssd svcgssd init scripts to only
  1.1076 +   start up if SECURE_NFS is set to 'yes' in
  1.1077 +   /etc/sysconfig/nfs
  1.1078 +
  1.1079 +* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  1.1080 +- rebuilt
  1.1081 +
  1.1082 +* Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
  1.1083 +- make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
  1.1084 +
  1.1085 +* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
  1.1086 +- Added the NFSv4 bits
  1.1087 +
  1.1088 +* Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
  1.1089 +- Added the -z flag to nfsstat
  1.1090 +
  1.1091 +* Wed Dec 24 2003  Steve Dickson <SteveD@RedHat.com>
  1.1092 +- Fixed lockd port setting in nfs.int script
  1.1093 +
  1.1094 +* Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
  1.1095 +- Upgrated to 1.0.6
  1.1096 +- Commented out the acl path for fedora
  1.1097 +
  1.1098 +* Thu Aug  27 2003 Steve Dickson <SteveD@RedHat.com>
  1.1099 +- Added the setting of lockd ports via sysclt interface
  1.1100 +- Removed queue setting code since its no longer needed
  1.1101 +
  1.1102 +* Thu Aug  7 2003 Steve Dickson <SteveD@RedHat.com>
  1.1103 +- Added back the acl patch Taroon b2
  1.1104 +
  1.1105 +* Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
  1.1106 +- Commented out the acl patch (for now)
  1.1107 +
  1.1108 +* Wed Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
  1.1109 +- Upgrated to 1.0.5
  1.1110 +
  1.1111 +* Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
  1.1112 +- Added security update
  1.1113 +- Fixed the drop-privs.patch which means the chroot
  1.1114 +patch could be removed.
  1.1115 +
  1.1116 +* Mon Jun  9 2003 Steve Dickson <SteveD@RedHat.com>
  1.1117 +- Defined the differ kinds of debugging avaliable for mountd in
  1.1118 +the mountd man page. 
  1.1119 +
  1.1120 +* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  1.1121 +- rebuilt
  1.1122 +
  1.1123 +* Tue Jun  3 2003 Steve Dickson <SteveD@RedHat.com>
  1.1124 +- Upgraded to 1.0.3 
  1.1125 +- Fixed numerous bugs in init scrips
  1.1126 +- Added nfsstat overflow patch
  1.1127 +
  1.1128 +* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
  1.1129 +- rebuild
  1.1130 +
  1.1131 +* Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
  1.1132 +- change init script to not start rpc.lock if already running
  1.1133 +
  1.1134 +* Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
  1.1135 +- Moved access code to be after dropping privs
  1.1136 +
  1.1137 +* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
  1.1138 +- Build with %%configure
  1.1139 +- Add nhfsgraph, nhfsnums and nhfsrun to the files list
  1.1140 +
  1.1141 +* Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
  1.1142 +- Don't drop privs until we've bound the notification socket
  1.1143 +
  1.1144 +* Thu Nov  7 2002 Stephen C. Tweedie <sct@redhat.com>
  1.1145 +- Ignore SIGPIPE in rpc.mountd
  1.1146 +
  1.1147 +* Thu Aug  1 2002 Bob Matthews <bmatthews@redhat.com>
  1.1148 +- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
  1.1149 +- to nfs init script.
  1.1150 +
  1.1151 +* Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com>
  1.1152 +- Move to nfs-utils-1.0.1
  1.1153 +
  1.1154 +* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
  1.1155 +- "service nfs restart" should start services even if currently 
  1.1156 +-   not running (#59469)
  1.1157 +- bump version to 0.3.3-4
  1.1158 +
  1.1159 +* Wed Oct  3 2001 Bob Matthews <bmatthews@redhat.com>
  1.1160 +- Move to nfs-utils-0.3.3
  1.1161 +- Make nfsnobody a system account (#54221)
  1.1162 +
  1.1163 +* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
  1.1164 +- if UID 65534 is unassigned, add user nfsnobody (#22685)
  1.1165 +
  1.1166 +* Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
  1.1167 +- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
  1.1168 +
  1.1169 +* Tue Aug  7 2001 Bob Matthews <bmatthews@redhat.com>
  1.1170 +- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
  1.1171 +
  1.1172 +* Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
  1.1173 +- Make %%pre useradd consistent with other Red Hat packages.
  1.1174 +
  1.1175 +* Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
  1.1176 +- Added sh-utils dependency for uname -r in nfs init script
  1.1177 +
  1.1178 +* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
  1.1179 +- make non RH kernel release strings scan correctly in 
  1.1180 +-   nfslock init script (#44186)
  1.1181 +
  1.1182 +* Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com>
  1.1183 +- don't install any rquota pages in _mandir: (#39707, #44119)
  1.1184 +- don't try to manipulate rpc.rquotad in init scripts 
  1.1185 +-   unless said program actually exists: (#43340)
  1.1186 +
  1.1187 +* Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
  1.1188 +- don't translate initscripts for 6.x
  1.1189 +
  1.1190 +* Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
  1.1191 +- do not start lockd on kernel 2.2.18 or higher (done automatically)
  1.1192 +
  1.1193 +* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
  1.1194 +- don't use rquotad from here now; quota package contains a version that 
  1.1195 +  works with 2.4 (#33738)
  1.1196 +
  1.1197 +* Tue Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
  1.1198 +- Statd logs at LOG_DAEMON rather than LOG_LOCAL5
  1.1199 +- s/nfs/\$0/ where appropriate in init scripts
  1.1200 +
  1.1201 +* Tue Mar  6 2001 Jeff Johnson <jbj@redhat.com>
  1.1202 +- Move to nfs-utils-0.3.1
  1.1203 +
  1.1204 +* Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
  1.1205 +- #include <time.h> patch
  1.1206 +
  1.1207 +* Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
  1.1208 +- Really enable netgroups
  1.1209 +
  1.1210 +* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1.1211 +- i18nize initscripts
  1.1212 +
  1.1213 +* Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
  1.1214 +- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
  1.1215 +
  1.1216 +* Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
  1.1217 +- Hackish fix in build section to enable netgroups
  1.1218 +
  1.1219 +* Wed Jan  3 2001 Bob Matthews <bmatthews@redhat.com>
  1.1220 +- Fix incorrect file specifications in statd manpage.
  1.1221 +- Require gawk 'cause it's used in nfslock init script.
  1.1222 +
  1.1223 +* Thu Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
  1.1224 +- Require sed because it's used in nfs init script
  1.1225 +
  1.1226 +* Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
  1.1227 +- Don't do a chroot(2) after dropping privs, in statd.
  1.1228 +
  1.1229 +* Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
  1.1230 +- NFSv3 if kernel >= 2.2.18, detected in init script
  1.1231 +
  1.1232 +* Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  1.1233 +- update to 0.2.1
  1.1234 +
  1.1235 +* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
  1.1236 +- don't start lockd on 2.4 kernels; it's unnecessary
  1.1237 +
  1.1238 +* Tue Sep  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1.1239 +- more portable fix for mandir
  1.1240 +
  1.1241 +* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1.1242 +- update to 0.2-release
  1.1243 +
  1.1244 +* Fri Sep  1 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1.1245 +- fix reload script
  1.1246 +
  1.1247 +* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  1.1248 +- update to 0.2 from CVS
  1.1249 +- adjust statd-drop-privs patch
  1.1250 +- disable tcp_wrapper support
  1.1251 +
  1.1252 +* Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
  1.1253 +- fix stop priority of nfslock
  1.1254 +
  1.1255 +* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
  1.1256 +- um, actually *include and apply* the statd-drop-privs patch
  1.1257 +
  1.1258 +* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
  1.1259 +- fix init script ordering (#14502)
  1.1260 +
  1.1261 +* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
  1.1262 +- run statd chrooted and as non-root
  1.1263 +- add prereqs
  1.1264 +
  1.1265 +* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
  1.1266 +- use "License", not "Copyright"
  1.1267 +- use %%{_tmppath} and %%{_mandir}
  1.1268 +
  1.1269 +* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
  1.1270 +- built for next release
  1.1271 +
  1.1272 +* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
  1.1273 +- 0.1.9.1
  1.1274 +- remove patch0, has been integrated upstream
  1.1275 +
  1.1276 +* Wed Feb  9 2000 Bill Nottingham <notting@redhat.com>
  1.1277 +- the wonderful thing about triggers, is triggers are wonderful things...
  1.1278 +
  1.1279 +* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  1.1280 +- switch to nfs-utils as the base tree
  1.1281 +- fix the statfs patch for the new code base
  1.1282 +- single package that obsoletes everything we had before (if I am to keep
  1.1283 +  some traces of my sanity with me...)
  1.1284 +
  1.1285 +* Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
  1.1286 +- use statfs syscall instead of stat to determinal optimal blksize

mercurial