walters / rpms / nfs-utils

Forked from rpms/nfs-utils 6 years ago
Clone
475aa40
Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
cvsdist c905793
Name: nfs-utils
475aa40
URL: http://sourceforge.net/projects/nfs
c6baeee
Version: 2.1.1
b4bc034
Release: 6.rc5%{?dist}
95b1830
Epoch: 1
cvsdist 4bc0e7f
eb4b3d1
# group all 32bit related archs
f0f4483
%define all_32bit_archs i386 i486 i586 i686 athlon ppc sparcv9
eb4b3d1
e956a44
Source0: https://www.kernel.org/pub/linux/utils/nfs-utils/%{version}/%{name}-%{version}.tar.xz
47aa7d9
Source1: id_resolver.conf
47aa7d9
Source2: nfs.sysconfig
47aa7d9
Source3: nfs-utils_env.sh
Jeff Layton 8a88dcd
Source4: lockd.conf
c199a6d
Source5: 24-nfs-server.conf
1b5f469
b4bc034
Patch001: nfs-utils-2.1.2-rc5.patch
d2d905a
80be375
Patch100: nfs-utils-1.2.1-statdpath-man.patch
01c725d
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
01c725d
Patch102: nfs-utils-1.2.3-sm-notify-res_init.patch
e167f16
Patch103: nfs-utils-1.2.5-idmap-errmsg.patch
368cd44
Patch104: nfs-utils-2.1.1-nfs-config.patch
2f32795
cvsdist c905793
Group: System Environment/Daemons
475aa40
Provides: exportfs    = %{epoch}:%{version}-%{release}
475aa40
Provides: nfsstat     = %{epoch}:%{version}-%{release}
475aa40
Provides: showmount   = %{epoch}:%{version}-%{release}
475aa40
Provides: rpcdebug    = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.idmapd  = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.mountd  = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.nfsd    = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.statd   = %{epoch}:%{version}-%{release}
475aa40
Provides: rpc.gssd    = %{epoch}:%{version}-%{release}
475aa40
Provides: mount.nfs   = %{epoch}:%{version}-%{release}
475aa40
Provides: mount.nfs4  = %{epoch}:%{version}-%{release}
475aa40
Provides: umount.nfs  = %{epoch}:%{version}-%{release}
475aa40
Provides: umount.nfs4 = %{epoch}:%{version}-%{release}
cafae3a
Provides: sm-notify   = %{epoch}:%{version}-%{release}
cafae3a
Provides: start-statd = %{epoch}:%{version}-%{release}
475aa40
3f80ebd
License: MIT and GPLv2 and GPLv2+ and BSD
e6adf82
Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep
a94b5a9
Requires: kmod, keyutils, quota
a5859b2
BuildRequires: libevent-devel libcap-devel
b5a0964
BuildRequires: libnfsidmap-devel libtirpc-devel libblkid-devel
1b5f469
BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
9768139
BuildRequires: automake, libtool, gcc, device-mapper-devel
eff46c4
BuildRequires: krb5-devel, tcp_wrappers-devel, libmount-devel
e7ec556
BuildRequires: sqlite-devel
1d7d067
BuildRequires: python3-devel
475aa40
Requires(pre): shadow-utils >= 4.0.3-25
c77a3e5
Requires(pre): util-linux
a5859b2
Requires: libnfsidmap libevent
a5859b2
Requires: libtirpc >= 0.2.3-1 libblkid libcap libmount
67ebcf9
Requires(post): systemd-units
67ebcf9
Requires(preun): systemd-units
67ebcf9
Requires(postun): systemd-units
c199a6d
Requires: gssproxy => 0.7.0-3
cvsdist c905793
cvsdist c905793
%description
cvsdist c905793
The nfs-utils package provides a daemon for the kernel NFS server and
cvsdist 59bb715
related tools, which provides a much higher level of performance than the
cvsdist c905793
traditional Linux NFS server used by most users.
cvsdist c905793
cvsdist 59bb715
This package also contains the showmount program.  Showmount queries the
cvsdist 59bb715
mount daemon on a remote host for information about the NFS (Network File
cvsdist 59bb715
System) server on the remote host.  For example, showmount can display the
cvsdist 59bb715
clients which are mounted on that host.
cvsdist c905793
538c985
This package also contains the mount.nfs and umount.nfs program.
538c985
cvsdist c905793
%prep
7e4a8ea
%setup -q
9c991d6
d2d905a
%patch001 -p1
d2d905a
3bed751
%patch100 -p1
67df246
%patch101 -p1
75c26a1
%patch102 -p1
e167f16
%patch103 -p1
368cd44
%patch104 -p1
3bed751
d4be3ab
# Remove .orig files
d4be3ab
find . -name "*.orig" | xargs rm -f
d4be3ab
1d7d067
# Change shebangs
1d7d067
find -name \*.py -exec sed -r -i '1s|^#!\s*/usr/bin.*python.*|#!%{__python3}|' {} \;
1d7d067
cvsdist c905793
%build
cvsdist 9e6d913
ccff5b6
%ifarch s390 s390x sparcv9 sparc64
f9a6955
PIE="-fPIE"
f9a6955
%else
f9a6955
PIE="-fpie"
f9a6955
%endif
f9a6955
export PIE
f9a6955
5f47f9c
sh -x autogen.sh
cvsdist 9e6d913
4f0634d
CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE -D_FILE_OFFSET_BITS=64`"
ef7bedc
ef7bedc
%define _statdpath /var/lib/nfs/statd
f9a6955
%configure \
475aa40
    CFLAGS="$CFLAGS" \
475aa40
    CPPFLAGS="$DEFINES" \
475aa40
    LDFLAGS="-pie" \
a658956
    --enable-mountconfig \
9eb7748
    --enable-ipv6 \
ef7bedc
	--with-statdpath=%{_statdpath} \
718f39a
	--enable-libmount-mount \
718f39a
	--with-systemd
cvsdist 9e6d913
9e655dd
make %{?_smp_mflags} all
cvsdist c905793
cvsdist c905793
%install
718f39a
%define _pkgdir %{_prefix}/lib/systemd
718f39a
d87e9cb
rm -rf $RPM_BUILD_ROOT/*
d87e9cb
d87e9cb
mkdir -p $RPM_BUILD_ROOT%/sbin
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
12f9a07
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/nfs-utils/
718f39a
mkdir -p $RPM_BUILD_ROOT%{_pkgdir}/system
718f39a
mkdir -p $RPM_BUILD_ROOT%{_pkgdir}/system-generators
c1fc9c1
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/request-key.d
Jeff Layton 8a88dcd
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/
c199a6d
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gssproxy
f9a6955
make DESTDIR=$RPM_BUILD_ROOT install
d87e9cb
install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT%{_sbindir}
d87e9cb
install -m 644 utils/mount/nfsmount.conf  $RPM_BUILD_ROOT%{_sysconfdir}
c6baeee
install -m 644 nfs.conf  $RPM_BUILD_ROOT%{_sysconfdir}
47aa7d9
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/request-key.d
47aa7d9
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/nfs
67ebcf9
47aa7d9
mkdir -p $RPM_BUILD_ROOT/run/sysconfig
47aa7d9
mkdir -p $RPM_BUILD_ROOT/usr/lib/systemd/scripts
12f9a07
install -m 755 %{SOURCE3} $RPM_BUILD_ROOT/usr/libexec/nfs-utils/nfs-utils_env.sh
Jeff Layton 8a88dcd
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/lockd.conf
c199a6d
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/gssproxy
47aa7d9
47aa7d9
#
47aa7d9
# For backwards compatablity 
47aa7d9
#
d87e9cb
cd $RPM_BUILD_ROOT%{_unitdir}
96eb3bc
ln -s nfs-server.service nfs.service
47aa7d9
ln -s rpc-gssd.service nfs-secure.service
47aa7d9
ln -s nfs-idmapd.service  nfs-idmap.service
47aa7d9
ln -s rpc-statd.service nfs-lock.service
96eb3bc
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/nfs/rpc_pipefs
d87e9cb
d87e9cb
touch $RPM_BUILD_ROOT%{_sharedstatedir}/nfs/rmtab
d87e9cb
mv $RPM_BUILD_ROOT%{_sbindir}/rpc.statd $RPM_BUILD_ROOT/sbin
cvsdist 4bc0e7f
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/nfs/statd/sm
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/nfs/statd/sm.bak
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/nfs/v4recovery
d87e9cb
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/exports.d
8280d7e
d87e9cb
%clean
d87e9cb
rm -rf $RPM_BUILD_ROOT/*
cvsdist c905793
cvsdist c905793
%pre
84b3b82
# move files so the running service will have this applied as well
edd6b5f
for x in gssd idmapd ; do
475aa40
    if [ -f /var/lock/subsys/rpc.$x ]; then
d87e9cb
		mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x
475aa40
    fi
84b3b82
done
84b3b82
fb165f0
%define rpcuser_uid 29
9b8382d
# Create rpcuser gid as long as it does not already exist
9b8382d
cat /etc/group | cut -d':' -f 1 | grep --quiet rpcuser 2>/dev/null
9b8382d
if [ "$?" -eq 1 ]; then
2fcac9c
    /usr/sbin/groupadd -g %{rpcuser_uid} rpcuser >/dev/null 2>&1 || :
9b8382d
else
2fcac9c
    /usr/sbin/groupmod -g %{rpcuser_uid} rpcuser >/dev/null 2>&1 || :
9b8382d
fi
9b8382d
fb165f0
# Create rpcuser uid as long as it does not already exist.
fb165f0
cat /etc/passwd | cut -d':' -f 1 | grep --quiet rpcuser 2>/dev/null
fb165f0
if [ "$?" -eq 1 ]; then
fb165f0
    /usr/sbin/useradd -l -c "RPC Service User" -r -g %{rpcuser_uid} \
2fcac9c
        -s /sbin/nologin -u %{rpcuser_uid} -d /var/lib/nfs rpcuser >/dev/null 2>&1 || :
fb165f0
else
2fcac9c
 /usr/sbin/usermod -u %{rpcuser_uid} -g %{rpcuser_uid} rpcuser >/dev/null 2>&1 || :
fb165f0
fi 
67ebcf9
67ebcf9
# Using the 16-bit value of -2 for the nfsnobody uid and gid
d87e9cb
%define nfsnobody_uid	65534
eb4b3d1
67ebcf9
# Create nfsnobody gid as long as it does not already exist
529c8bc
cat /etc/group | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
8da4391
if [ "$?" -eq 1 ]; then
2fcac9c
    /usr/sbin/groupadd -g %{nfsnobody_uid} nfsnobody >/dev/null 2>&1 || :
67ebcf9
else
2fcac9c
    /usr/sbin/groupmod -g %{nfsnobody_uid} nfsnobody >/dev/null 2>&1 || :
8da4391
fi
8da4391
67ebcf9
# Create nfsnobody uid as long as it does not already exist.
529c8bc
cat /etc/passwd | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
9b8382d
if [ $? -eq 1 ]; then
8da4391
    /usr/sbin/useradd -l -c "Anonymous NFS User" -r -g %{nfsnobody_uid} \
2fcac9c
		-s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody >/dev/null 2>&1 || :
67ebcf9
else
67ebcf9
2fcac9c
   /usr/sbin/usermod -u %{nfsnobody_uid} -g %{nfsnobody_uid} nfsnobody >/dev/null 2>&1 || :
cvsdist 85eb2b5
fi
cvsdist c905793
cvsdist c905793
%post
a6e040b
if [ $1 -eq 1 ] ; then
a6e040b
	# Initial installation
a6e040b
	/bin/systemctl enable nfs-client.target >/dev/null 2>&1 || :
a6e040b
	/bin/systemctl start nfs-client.target  >/dev/null 2>&1 || :
a6e040b
fi
1af376f
%systemd_post nfs-config
1af376f
%systemd_post nfs-server
1af376f
22317d4
# Make sure statd used the correct uid/gid.
e49be65
chown -R rpcuser:rpcuser /var/lib/nfs/statd
cvsdist c905793
cvsdist c905793
%preun
45233d4
if [ $1 -eq 0 ]; then
47aa7d9
	%systemd_preun nfs-client.target
47aa7d9
	%systemd_preun nfs-server.server
47aa7d9
475aa40
    rm -rf /var/lib/nfs/statd
475aa40
    rm -rf /var/lib/nfs/v4recovery
cvsdist c905793
fi
cvsdist c905793
cvsdist 3e42301
%postun
1af376f
%systemd_postun_with_restart  nfs-client.target
1af376f
%systemd_postun_with_restart  nfs-server
1af376f
67ebcf9
/bin/systemctl --system daemon-reload >/dev/null 2>&1 || :
cvsdist 8fe6bc0
cdcdf26
%triggerin -- nfs-utils > 1:2.1.1-3
cdcdf26
/bin/systemctl try-restart gssproxy
cdcdf26
cvsdist c905793
%files
d87e9cb
%defattr(-,root,root,-)
131a583
%config(noreplace) /etc/sysconfig/nfs
7a30154
%config(noreplace) /etc/nfsmount.conf
d87e9cb
%dir %{_sysconfdir}/exports.d
d87e9cb
%dir %{_sharedstatedir}/nfs/v4recovery
d87e9cb
%dir %{_sharedstatedir}/nfs/rpc_pipefs
d87e9cb
%dir %{_sharedstatedir}/nfs
d87e9cb
%dir %attr(700,rpcuser,rpcuser) %{_sharedstatedir}/nfs/statd
d87e9cb
%dir %attr(700,rpcuser,rpcuser) %{_sharedstatedir}/nfs/statd/sm
d87e9cb
%dir %attr(700,rpcuser,rpcuser) %{_sharedstatedir}/nfs/statd/sm.bak
f8c8e2f
%ghost %attr(644,rpcuser,rpcuser) %{_statdpath}/state
d87e9cb
%config(noreplace) %{_sharedstatedir}/nfs/etab
d87e9cb
%config(noreplace) %{_sharedstatedir}/nfs/rmtab
e167f16
%config(noreplace) %{_sysconfdir}/request-key.d/id_resolver.conf
Jeff Layton 8a88dcd
%config(noreplace) %{_sysconfdir}/modprobe.d/lockd.conf
c6baeee
%config(noreplace) %{_sysconfdir}/nfs.conf
c199a6d
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/24-nfs-server.conf
3d4fbdf
%doc linux-nfs/ChangeLog linux-nfs/KNOWNBUGS linux-nfs/NEW linux-nfs/README
3d4fbdf
%doc linux-nfs/THANKS linux-nfs/TODO
cvsdist c905793
/sbin/rpc.statd
2eff033
/sbin/osd_login
93bdd9d
/sbin/nfsdcltrack
d87e9cb
%{_sbindir}/exportfs
d87e9cb
%{_sbindir}/nfsstat
d87e9cb
%{_sbindir}/rpcdebug
d87e9cb
%{_sbindir}/rpc.mountd
d87e9cb
%{_sbindir}/rpc.nfsd
d87e9cb
%{_sbindir}/showmount
d87e9cb
%{_sbindir}/rpc.idmapd
d87e9cb
%{_sbindir}/rpc.gssd
d87e9cb
%{_sbindir}/sm-notify
d87e9cb
%{_sbindir}/start-statd
d87e9cb
%{_sbindir}/mountstats
d87e9cb
%{_sbindir}/nfsiostat
d87e9cb
%{_sbindir}/nfsidmap
d87e9cb
%{_sbindir}/blkmapd
cvsdist c905793
%{_mandir}/*/*
718f39a
%{_pkgdir}/*/*
12f9a07
%attr(755,root,root) /usr/libexec/nfs-utils/nfs-utils_env.sh
cvsdist c905793
d87e9cb
%attr(4755,root,root)	/sbin/mount.nfs
d87e9cb
/sbin/mount.nfs4
d87e9cb
/sbin/umount.nfs
d87e9cb
/sbin/umount.nfs4
8280d7e
cvsdist c905793
%changelog
b4bc034
* Thu Jul 27 2017 Steve Dickson <steved@redhat.com> 2.1.1-6.rc5
b4bc034
- Updated to the latest RC releease: nfs-utils-2-1-2-rc5
b4bc034
ec636d1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.1-6.rc4.1
ec636d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ec636d1
e7ec556
* Wed Jul 19 2017 Steve Dickson <steved@redhat.com> 2.1.1-6.rc4
e7ec556
- Removed build dependency on fedfs-utils-devel (bz 1427493)
e7ec556
fe3c582
* Wed Jun 21 2017 Steve Dickson <steved@redhat.com> 2.1.1-5.rc4
fe3c582
- Updated to the latest RC releease: nfs-utils-2-1-2-rc4 (bz 1462218)
9725c5f
- rpc.c: added include file so UINT16_MAX is defined
fe3c582
0b26fc7
* Thu Jun  1 2017 Steve Dickson <steved@redhat.com> 2.1.1-5.rc3
0b26fc7
- Updated to the latest RC releease: nfs-utils-2-1-2-rc3 (bz 1457921)
0b26fc7
8de6133
* Wed Apr 26 2017 Steve Dickson <steved@redhat.com> 2.1.1-5.rc2
cdcdf26
- Conditionally restart gssproxy now that config file is installed (bz 1440885)
8de6133
- systemd: Afters are also needed for the Wants=network-online.target (bz 1419351)
d356fbe
- nfsdcltrack: silence some expected errors (bz 1445863)
7afed0d
- Cleaned up fuzzy patches
cdcdf26
49f282c
* Mon Apr 10 2017 Steve Dickson <steved@redhat.com> 2.1.1-4.rc2
49f282c
- Updated to the latest RC release: nfs-utils-2-1-2-rc2 (bz 1419351)
1e668ec
- Fixed typo in nfs.sysconfig  (bz 1422249)
1e668ec
1e668ec
* Tue Mar 28 2017 Steve Dickson <steved@redhat.com> 2.1.1-3.rc1
c199a6d
- Added gssproxy server config file (bz 1431272)
c199a6d
d2d905a
* Wed Feb 15 2017 Steve Dickson <steved@redhat.com> 2.1.1-2.rc1
d2d905a
- Updated to the latest RC release: nfs-utils-2-1-2-rc1
d2d905a
e238a59
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.1-2
e238a59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e238a59
368cd44
* Thu Jan 19 2017 Steve Dickson <steved@redhat.com> 2.1.1-1
368cd44
- Added back the nfs-config service for backwards compatibility
368cd44
c6baeee
* Thu Jan 19 2017 Steve Dickson <steved@redhat.com> 2.1.1-0
368cd44
- Updated to latest upstream release: nfs-utils-2-1-1 (bz 1413232)
c6baeee
d2d905a
* Mon Dec 19 2016 Miro Hronok <mhroncok@redhat.com> - 1:1.3.4-1.rc3.1
d49b0b1
- Rebuild for Python 3.6
d49b0b1
8de6133
* Wed Nov 23 2016 Steve Dickson <steved@redhat.com> 1.3.4-1.rc3
ac11495
- Updated to the latest RC release: nfs-utils-1-3-5-rc3
ac11495
ebd41d1
* Thu Aug 25 2016 Steve Dickson <steved@redhat.com> 1.3.4-1.rc2
ebd41d1
- Updated to the latest RC release: nfs-utils-1-3-5-rc2 (bz 1369714)
ebd41d1
64d56de
* Mon Aug 22 2016 Steve Dickson <steved@redhat.com> 1.3.4-1.rc1
64d56de
- Stop removing users and groups (bz 1364836)
64d56de
718f39a
* Sat Aug 20 2016 Steve Dickson <steved@redhat.com> 1.3.4-0.rc1
718f39a
- Updated to the latest RC release: nfs-utils-1-3-5-rc1
c77a3e5
- Updated the Requires(pre) (bz 1319196)
718f39a
5cfda9d
* Sat Aug  6 2016 Steve Dickson <steved@redhat.com> 1.3.4-0
5cfda9d
- Updated to latest upstream version 1.3.4
5cfda9d
5c413d9
* Thu Jul 21 2016 Steve Dickson <steved@redhat.com> 1.3.3-9.rc6
5c413d9
- Removed the rpc-svcgssd.service systemd file (bz 1334741)
5c413d9
e2f0f0a
* Tue Jul 19 2016 Steve Dickson <steved@redhat.com> 1.3.3-8.rc6
e2f0f0a
- Updated to the latest RC release: nfs-utils-1-3-4-rc6
e2f0f0a
12f9a07
* Mon May  2 2016 Steve Dickson <steved@redhat.com> 1.3.3-8.rc5
e2f0f0a
- Updated to the latest RC release: nfs-utils-1-3-4-rc5
12f9a07
246fcbd
* Wed Mar 16 2016 Steve Dickson <steved@redhat.com> 1.3.3-7.rc4
246fcbd
- Updated to the latest RC release: nfs-utils-1-3-4-rc4 (bz 1316701)
9768139
- Changed BuildRequires: glibc-headers ==> BuildRequires: gcc (bz 1230477)
246fcbd
de01b8a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.3-6.rc3.1
de01b8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
de01b8a
1b2b7ba
* Sat Jan 16 2016 Steve Dickson <steved@redhat.com> 1.3.3-6.rc3
1b2b7ba
- Updated to the latest RC release: nfs-utils-1-3-4-rc3
1b2b7ba
2583527
* Wed Dec 16 2015 Steve Dickson <steved@redhat.com> 1.3.3-6.rc2
2583527
- mountd: fix netgroup lookup for short hostnames (bz 1284079)
2583527
55621f8
* Fri Dec 11 2015 Steve Dickson <steved@redhat.com> 1.3.3-5.rc2
55621f8
- Updated to the latest RC release: nfs-utils-1-3-4-rc2
55621f8
f8c8e2f
* Tue Nov 17 2015 Steve Dickson <steved@redhat.com> 1.3.3-4.rc1
f8c8e2f
- ghost-ed rpc.statd state file (bz 1158466)
f8c8e2f
82b58ca
* Mon Nov 16 2015 Steve Dickson <steved@redhat.com> 1.3.3-3.rc1
82b58ca
-  Improving rpc.gssd's debugging (bz 1282600) 
82b58ca
a561989
* Mon Nov 16 2015 Steve Dickson <steved@redhat.com> 1.3.3-2.rc1
a561989
- Decouple the starting of nfs-service and rpcbind (bz 1279526)
a561989
0fb5416
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.3-1.rc1.1
0fb5416
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
0fb5416
4f302ee
* Wed Nov  4 2015 Steve Dickson <steved@redhat.com> 1.3.3-1.rc1
4f302ee
- Updated to the latest RC release: nfs-utils-1-3-4-rc1
4f302ee
55621f8
* Tue Nov  3 2015 Steve Dickson <steved@redhat.com> 1.3.3-1
229e956
- Removed legacy triggers to remove rpm build errors 
229e956
229e956
* Mon Nov  2 2015 Steve Dickson <steved@redhat.com> 1.3.3-0
d5a7f16
- Updated to latest upstream version 1.3.3
d5a7f16
689375a
* Fri Jul 31 2015 Steve Dickson <steved@redhat.com> 1.3.2-12
689375a
- Fixed return value being overrun in gssd (bz 1249046)
689375a
689375a
* Mon Jul 13 2015 Miro Hronok <mhroncok@redhat.com> - 1:1.3.2-11
1d7d067
- Replace Python scripts shebangs with %%{__python3} and require python3-devel to have that
1d7d067
f320c86
* Fri Jun 26 2015 Steve Dickson <steved@redhat.com> 1.3.2-10
f320c86
- Update to latest RC release: nfs-utils-1-3-3-rc5 (bz 1233005)
f320c86
9803832
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.2-9
9803832
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9803832
aa52848
* Wed Jun 10 2015 Steve Dickson <steved@redhat.com> 1.3.2-8
aa52848
- Make systemd args backwards compatible (bz 1210751)
2fcac9c
- Stop scribbling on stderr (bz 1211008)
aa52848
Colin Walters a99eb8d
* Tue May 12 2015 Colin Walters <walters@redhat.com> - 1:1.3.2-7
Colin Walters a99eb8d
- Add patch to fix initial start on OSTree managed systems (bz 1219871)
Colin Walters a99eb8d
084cf0a
* Thu May  7 2015 Steve Dickson <steved@redhat.com> 1.3.2-4
084cf0a
- Update to latest RC release: nfs-utils-1-3-3-rc4
084cf0a
e0d0ace
* Mon Apr  6 2015 Steve Dickson <steved@redhat.com> 1.3.2-3
e0d0ace
- Update to latest RC release: nfs-utils-1-3-3-rc3
e0d0ace
b4168bd
* Thu Apr  2 2015 Steve Dickson <steved@redhat.com> 1.3.2-2.1
b4168bd
- Removed RPCRQUOTADOPTS from /etc/sysconfig/nfs  (bz 1208516)
b4168bd
e43577d
* Thu Mar 19 2015 Steve Dickson <steved@redhat.com> 1.3.2-2.0
e43577d
- Update to latest RC release: nfs-utils-1-3-3-rc2 (bz 1088665)
e43577d
b838a8f
* Thu Feb 26 2015 Steve Dickson <steved@redhat.com> 1.3.2-1.0
b838a8f
- Update to latest RC release: nfs-utils-1-3-3-rc1
b838a8f
9b8382d
* Mon Feb  9 2015 Steve Dickson <steved@redhat.com> 1.3.2-0.2
9b8382d
- Change statd-notify.service to not wait for network to come up (bz 1183293)
9b8382d
- Added the rpcuser group before adding the rpcuser uid (bz 1165322)
9b8382d
f6e169f
* Sun Feb  1 2015 Steve Dickson <steved@redhat.com> 1.3.2-0.1
f6e169f
- statd: Fix test for foreground mode (bz 1188040)
f6e169f
bddd73d
* Sat Jan 31 2015 Steve Dickson <steved@redhat.com> 1.3.2-0.0
edd6b5f
- Updated to latest upstream release: 1-3-2
edd6b5f
95ef45b
* Mon Jan 19 2015 Steve Dickson <steved@redhat.com> 1.3.1-6.0
6f19146
- Set the GSS_USE_PROXY variable in nfs-utils_env.sh (bz 1183787)
95ef45b
a9ce71e
* Thu Jan 15 2015 Steve Dickson <steved@redhat.com> 1.3.1-5.0
a9ce71e
- Updated to latest upstream RC release: nfs-utils-1-3-2-rc5 (bz 1181708)
a9ce71e
2515f5f
* Wed Jan 14 2015 Steve Dickson <steved@redhat.com> 1.3.1-4.2
2515f5f
- Added SMNOTIFYARGS to /etc/sysconf/nfs (bz 1182227)
2515f5f
e8edaf2
* Fri Jan  2 2015 Steve Dickson <steved@redhat.com> 1.3.1-4.1
e8edaf2
- Change if statments to string comparisons in nfs-utils_env.sh (bz 1170354)
e8edaf2
fb165f0
* Sat Dec 13 2014 Steve Dickson <steved@redhat.com> 1.3.1-4.0
7859467
- Updated to latest upstream RC release: nfs-utils-1-3-2-rc4 (bz 1164477)
fb165f0
- Handle the rpcuser like other created users (bz 1165322)
c94303d
- Restored lockd port and v4 grace/lease interface (bz 1115225)
a6e040b
- Make sure nfs-client target is enabled (bz 1173564)
7859467
5fc4da5
* Wed Dec  3 2014 Steve Dickson <steved@redhat.com> 1.3.1-2.4
5fc4da5
- Fixed typos in nfs-utils sysconfig files (bz 1170354)
5fc4da5
07864a2
* Thu Nov 13 2014 Steve Dickson <steved@redhat.com> 1.3.1-2.3
07864a2
- Fixed a mount DOS (bz 1163886)
07864a2
b48773b
* Thu Nov  6 2014 Richard W.M. Jones <rjones@redhat.com> 1.3.1-2.2
b48773b
- Rebuild against new libnfsimap (bz 1160883)
b48773b
407f5b7
* Thu Nov  6 2014 Steve Dickson <steved@redhat.com> 1.3.1-2.1
407f5b7
- Rebuild against new libnfsimap (bz 1160883)
407f5b7
a534dda
* Tue Nov  4 2014 Steve Dickson <steved@redhat.com> 1.3.1-2.0
a534dda
- Updated to latest upstream RC release: nfs-utils-1-3-2-rc2 (bz 1115179)
a534dda
78a7987
* Tue Nov  4 2014 Steve Dickson <steved@redhat.com> 1.3.1-1.2
78a7987
- Rebuild with new glibc (bz 1158846)
78a7987
2b1f11f
* Fri Oct 24 2014 Steve Dickson <steved@redhat.com> 1.3.1-1.1
2b1f11f
- Added fix to umount in the nfs-utils-1.3.2-rc1.patch
2b1f11f
c4b85f0
* Wed Oct 22 2014 Steve Dickson <steved@redhat.com> 1.3.1-1.0
c4b85f0
- Updated to latest upstream RC release: nfs-utils-1-3-2-rc1 (bz 1142842)
c4b85f0
5747f80
* Thu Sep 25 2014 Steve Dickson <steved@redhat.com> 1.3.1-0.0
5747f80
- Update to the latest upstream release: nfs-utils-1-3-1
5747f80
- Enable gssproxy to manage the GSSAPI creds on the server.
5747f80
5f97c3c
* Fri Sep 12 2014 Steve Dickson <steved@redhat.com> 1.3.0-7.0
5f97c3c
- Updated to latest upstream RC release: nfs-utils-1-3-1-rc4 (bz 1108615)
5f97c3c
2464a34
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.0-6.0
2464a34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2464a34
ef7bedc
* Sun Jul 27 2014 Steve Dickson <steved@redhat.com> 1.3.0-5.0
5f97c3c
- Updated to latest upstream RC release: nfs-utils-1-3-1-rc3
ef7bedc
- Use _statdpath to define where statd's state lives
5bcbe4c
Jeff Layton 8a88dcd
* Tue Jul 01 2014 Jeff Layton <jlayton@primarydata.com> - 1:1.3.0-4.0
Jeff Layton 8a88dcd
- clean up lockd configuration
Jeff Layton 8a88dcd
b9e6f8c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.0-3.0
b9e6f8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b9e6f8c
ab479db
* Sun Jun  1 2014 Steve Dickson <steved@redhat.com> 1.3.0-2.0
ab479db
- Updated to latest upstream RC release: nfs-utils-1-3-1-rc2
ab479db
1af376f
* Sat May 24 2014 Steve Dickson <steved@redhat.com> 1.3.0-1.3
1af376f
- Use systemd_post macro to enable services (bz 1087950)
1af376f
cd0d5ea
* Thu May  1 2014 Steve Dickson <steved@redhat.com> 1.3.0-1.2
cd0d5ea
- mountd: fix segfault in add_name with newer gcc compilers
cd0d5ea
2abd2dd
* Thu May  1 2014 Steve Dickson <steved@redhat.com> 1.3.0-1.1
2abd2dd
- start-statd: rpc.statd's systemd unit changed names
2abd2dd
93bdd9d
* Wed Apr 30 2014 Steve Dickson <steved@redhat.com> 1.3.0-1.0
93bdd9d
- Updated to latest upstream RC release: nfs-utils-1-3-1-rc1
93bdd9d
84b4f75
* Fri Apr 25 2014 Steve Dickson <steved@redhat.com> 1.3.0-0.2
84b4f75
- Fix PATH problem in start-statd (bz 1088226)
84b4f75
47aa7d9
* Mon Apr 14 2014 Steve Dickson <steved@redhat.com> 1.3.0-0.1
47aa7d9
- Incorporated new upstream systemd units
47aa7d9
e956a44
* Tue Mar 25 2014 Steve Dickson <steved@redhat.com> 1.3.0-0.0
e956a44
- Updated to latest major release: nfs-utils-1-3-0
e956a44
9a794c3
* Wed Jan 22 2014 Steve Dickson <steved@redhat.com> 1.2.9-3.0
9a794c3
- Updated to latest upstream RC release: nfs-utils-1-2-10-rc3
9a794c3
  - gssd: Improve first attempt at acquiring GSS credentials (bz 1055077)
9a794c3
- gssd: set $HOME to prevent recursion (bz 1052902)
9a794c3
1798749
* Fri Jan 10 2014 Steve Dickson <steved@redhat.com> 1.2.9-2.1
1798749
- Fixed typo in nfs-service file. (bz 1047972)
1798749
d5b22cf
* Wed Jan 8 2014  Steve Dickson <steved@redhat.com> 1.2.9-2.0
d5b22cf
- Updated to latest upstream RC release: nfs-utils-1-2-10-rc2
1fb39d4
- Added Also=nfs.target to nfs-service file. (bz 1047972)
d5b22cf
1ac0943
* Wed Nov 20 2013 Steve Dickson <steved@redhat.com> 1.2.9-1.0
1ac0943
- Updated to latest upstream RC release: nfs-utils-1-2-10-rc1
1ac0943
e29dd70
* Tue Nov  5 2013 Steve Dickson <steved@redhat.com> 1.2.9-0.0
e29dd70
- Updated to latest upstream Release: nfs-utils-1-2-9
e29dd70
3936b52
* Tue Sep 24 2013 Steve Dickson <steved@redhat.com> 1.2.8-6.0
3936b52
- Updated to latest upstream RC release: nfs-utils-1-2-9-rc6
3936b52
e074f85
* Wed Sep 18 2013 Steve Dickson <steved@redhat.com> 1.2.8-5.0
e074f85
- Updated to latest upstream RC release: nfs-utils-1-2-9-rc5
e074f85
d87e9cb
* Thu Aug 22 2013 Steve Dickson <steved@redhat.com> 1.2.8-4.1
d87e9cb
- nfs-utils: fix a number of specfile problems
d87e9cb
67a1db4
* Mon Aug 19 2013 Steve Dickson <steved@redhat.com> 1.2.8-4.0
67a1db4
- Updated to latest upstream RC release: nfs-utils-1-2-9-rc4
67a1db4
3d7e306
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.8-4.0
3d7e306
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3d7e306
55d0b59
* Tue Jul 23 2013 Steve Dickson <steved@redhat.com> 1.2.8-3.0
55d0b59
- Updated to latest upstream RC release: nfs-utils-1-2-9-rc3
55d0b59
4b85a9a
* Tue Jul 23 2013 Steve Dickson <steved@redhat.com> 1.2.8-2.1
4b85a9a
- Make sure nfs.target is enabled (bz 970595)
ef189b2
- Fix nfs server reloads (bz 951247)
4b85a9a
6464d61
* Fri May 31 2013 Steve Dickson <steved@redhat.com> 1.2.8-2.0
6464d61
- Update to latest upstream RC release: nfs-utils.1.2.9-rc1
6464d61
- Added GSS_USE_PROXY variable to nfs.sysconfig (bz 967112)
6464d61
30a12be
* Tue May  7 2013 Steve Dickson <steved@redhat.com> 1.2.8-1.1
30a12be
  systemd: nfs-server.service needs to be split up (bz 769879)
30a12be
87701ec
* Tue May  7 2013 Steve Dickson <steved@redhat.com> 1.2.8-1
87701ec
- Updated to the latest upstream RC release: nfs-utils.1.2.9-rc1
87701ec
a5859b2
* Tue Apr 23 2013 Steve Dickson <steved@redhat.com> 1.2.8-0
a5859b2
- Updated to latest upstream release: 1.2.8
a5859b2
- Removed the libgssglue dependency
a5859b2
a2169b1
* Mon Apr  1 2013 Steve Dickson <steved@redhat.com> 1.2.7-6
a2169b1
- Added v4.1 support rpc.nfsd (bz 947073)
a2169b1
a7ffdee
* Mon Mar 25 2013 Steve Dickson <steved@redhat.com> 1.2.7-5
446b32a
- Updated to latest upstream RC release: nfs-utils.1.2.8-rc4
a7ffdee
- Added nfs-lock.service to After line in nfs-server.service (bz 914792)
a7ffdee
65f820d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.7-4
65f820d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
65f820d
cb920b1
* Wed Jan 16 2013 Steve Dickson <steved@redhat.com> 1.2.7-3
2b7eb82
- Updated to latest upstream RC release: nfs-utils.1.2.8-rc3
cb920b1
- Took ownership of /usr/lib/nfs-utils (bz 894535)
cb920b1
0c0aefe
* Mon Dec 17 2012 Steve Dickson <steved@redhat.com> 1.2.7-2
0c0aefe
- Update to latest upstream RC release: nfs-utils.1.2.8-rc2
0c0aefe
004a74f
* Wed Nov 28 2012 Steve Dickson <steved@redhat.com> 1.2.7-1
0c0aefe
- Update to latest upstream RC release: nfs-utils.1.2.8-rc1
004a74f
84a560a
* Fri Nov  9 2012 Steve Dickson <steved@redhat.com> 1.2.7-0
84a560a
- Updated to latest upstream release: nfs-utils.1.2.7
84a560a
905f51b
* Thu Nov  8 2012 Steve Dickson <steved@redhat.com> 1.2.6-14
905f51b
- Allow the service to start when RPCNFSDCOUNT is comment out. (bz 870143)
289f4d8
- Removed some old cruft from the spec file (bz 226198)
905f51b
a94b5a9
* Mon Oct 15 2012 Steve Dickson <steved@redhat.com> 1.2.6-13
a94b5a9
- Added a Requires for the quota package (bz 866225)
a94b5a9
92667aa
* Thu Aug 23 2012 Steve Dickson <steved@redhat.com> 1.2.6-12 
429c5c8
- Added FedFS support by added a BuildRequires for fedfs-utils-devel
92667aa
- Introduce new systemd-rpm macros (bz 850227)
fdd3f87
- Updated to latest upstream RC release: nfs-utils.1.2.7-rc5 (bz 833024)
429c5c8
2ee2404
* Mon Aug  6 2012 Steve Dickson <steved@redhat.com> 1.2.6-11
2ee2404
- Updated to latest upstream RC release: nfs-utils.1.2.7-rc4
2ee2404
1f3cdd6
* Thu Aug  2 2012 Steve Dickson <steved@redhat.com> 1.2.6-10
1f3cdd6
- Removed modprobe.d/nfs.conf 
1f3cdd6
d1a427f
* Thu Jul 19 2012 Steve Dickson <steved@redhat.com> 1.2.6-9
d1a427f
- Updated to latest upstream RC release: nfs-utils.1.2.7-rc3
d1a427f
798d010
* Thu Jul  5 2012 Steve Dickson <steved@redhat.com> 1.2.6-8
798d010
- nfsidmap: default domain no being set (bz 829362)
798d010
96eb3bc
* Fri Jun 22 2012 Steve Dickson <steved@redhat.com> 1.2.6-7
96eb3bc
- Reworked how the legacy names are enabled in systemd
54a3999
- Fixed typo in nfs-mountd.service
96eb3bc
d960e68
* Tue Jun 12 2012 Steve Dickson <steved@redhat.com> 1.2.6-6
d960e68
- Updated to latest upstream RC release: nfs-utils.1.2.7-rc2 (bz 833555)
d960e68
d7a76f3
* Tue Jun 12 2012 Steve Dickson <steved@redhat.com> 1.2.6-5
d7a76f3
- Reworked how the services are restarted.
d7a76f3
0082850
* Tue Jun 12 2012 Steve Dickson <steved@redhat.com> 1.2.6-4
0082850
- Enable legacy service names.
0082850
d9bf18f
* Tue May 29 2012 Steve Dickson <steved@redhat.com> 1.2.6-3
d9bf18f
- Updated to latest upstream RC release: nfs-utils.1.2.7-rc1
d9bf18f
d9bf18f
* Tue May 29 2012 Steve Dickson <steved@redhat.com> 1.2.6-2
529c8bc
* Fixed typo in the checking of nfsnobody (bz 816149)
529c8bc
40c2a71
* Fri May 25 2012 Steve Dickson <steved@redhat.com> 1.2.6-1
40c2a71
- Correctly search for the existence of nfsnobody (bz 816149)
40c2a71
- Correctly change the default group id for nfsnobody (bz 816149)
40c2a71
470c3f7
* Tue May 15 2012 Steve Dickson <steved@redhat.com> 1.2.6-0
b9b129c
- Update to the latest upstream release: nfs-utils-1.2.6 (bz 821673)
01ad8e0
- Split out NFS server daemons into individual service files (bz 769879) 
9960743
- Removed Wants= from nfs-lock.service (bz 817895)
164610b
- Only enable services if they are enabled on upgrades (bz 807020)
470c3f7
2eff033
* Thu May  3 2012 Steve Dickson <steved@redhat.com> 1.2.5-16
2eff033
- Update to the latest RC release: nfs-utils-1.2.6-rc7
2eff033
Josh Boyer 76f0856
* Thu Apr 26 2012 Josh Boyer <jwboyer@redhat.com> 1.2.5-15
Josh Boyer 76f0856
- Add modprobe config file to alias 'nfs4' to 'nfs' (bz 806333)
Josh Boyer 76f0856
9ac8d5d
* Thu Mar 22 2012 Steve Dickson <steved@redhat.com> 1.2.5-14
9ac8d5d
- gssd: Look for user creds in user defined directory (bz 786993)
f129978
- gssd: Don't link with libgssapi_krb5 (bz 784908)
9ac8d5d
377715f
* Fri Mar 16 2012 Steve Dickson <steved@redhat.com> 1.2.5-13
e1db704
- Make sure statd is start before NFS mounts (bz 786050)
377715f
- rpc.idmap: Hide global symbols from libidmap plugins (bz 797332)
a6650d3
- nfsd: Bump up the default to 8 nprocs (bz 757452)
e1db704
4cd718f
* Wed Feb 08 2012 Harald Hoyer <harald@redhat.com> 1.2.5-12
4cd718f
- require kmod instead of modutils (bz 788571)
4cd718f
3a0f526
* Mon Jan 16 2012 Steve Dickson <steved@redhat.com> 1.2.5-11
3a0f526
- Update to upstream RC release: nfs-utils-1.2.6-rc6
b076d24
- Reworked how the nfsd service requires the rpcbind service (bz 768550)
3a0f526
46e27d4
* Mon Jan  9 2012 Steve Dickson <steved@redhat.com> 1.2.5-10
46e27d4
- Added back the SUID bits on mount commands (bz 772396)
46e27d4
- Added a decency on keyutils (bz 769724)
46e27d4
e76b719
* Thu Jan  5 2012 Steve Dickson <steved@redhat.com> 1.2.5-9
e76b719
- Update to upstream RC release: nfs-utils-1.2.6-rc5
e76b719
84e3666
* Thu Dec 15 2011 Steve Dickson <steved@redhat.com> 1.2.5-8
84e3666
- Removed the nfs-idmap service. rpc.idmap is now part of
84e3666
  the nfs-server service
84e3666
84e3666
* Tue Dec 13 2011 Steve Dickson <steved@redhat.com> 1.2.5-7
e167f16
- Enabled new idmaping by installing the id_resolver.conf file.
e167f16
- Update to upstream RC release: nfs-utils-1.2.6-rc4
e167f16
131a33e
* Fri Nov 18 2011 Steve Dickson <steved@redhat.com> 1.2.5-6
9759a1b
- Remove RQUOTAD_PORT and RQUOTAD from /etc/sysconfig/nfs (bz 754496)
131a33e
- Ensured nfs-idmap service is started after the named is up (bz 748275)
9759a1b
abe3227
* Mon Nov 14 2011 Steve Dickson <steved@redhat.com> 1.2.5-5
131a33e
- Ensured nfs-idmap service is started after the network up (bz 748275)
abe3227
- Update to upstream RC release: nfs-utils-1.2.6-rc3 (bz 746497)
4240ebb
4240ebb
* Thu Oct 20 2011 Steve Dickson <steved@redhat.com> 1.2.5-4
d3655d2
- Added pNFS debugging to rpcdebug.
d3655d2
5987d19
* Tue Oct 18 2011 Steve Dickson <steved@redhat.com> 1.2.5-3
5987d19
- Update to upstream RC release: nfs-utils-1.2.6-rc2
5987d19
69d0181
* Tue Oct  4 2011 Steve Dickson <steved@redhat.com> 1.2.5-2
348eec3
- Removed SUID bits on mount commands (bz 528498)
cd65c75
- Fixed a few typos in a couple man pages (bz 668124, 673818, 664330)
855dc13
- Fixed a I/0 problem in rpc.idmapd (bz 684308)
69d0181
b6a5bfc
* Mon Oct  3 2011 Steve Dickson <steved@redhat.com> 1.2.5-1
b6a5bfc
- Update to upstream RC release: nfs-utils-1.2.6-rc1
b6a5bfc
- Added named.service to After list in nfs-server.service (bz 742746)
b6a5bfc
09c97ac
* Tue Sep 27 2011 Steve Dickson <steved@redhat.com> 1.2.5-0
d12c30c
- Update to upstream release: nfs-utils-1.2.5 (bz 717931)
d12c30c
01c725d
* Wed Sep 21 2011 Steve Dickson <steved@redhat.com> 1.2.4-11
01c725d
- Update to upstream RC release: nfs-utils-1.2.5-rc3
01c725d
13e2063
* Wed Sep 14 2011 Steve Dickson <steved@redhat.com> 1.2.4-10
13e2063
- Created /etc/exports.d to stop a warning (bz 697006)
13e2063
084ea87
* Tue Aug 30 2011 Steve Dickson <steved@redhat.com> 1.2.4-9
084ea87
- Both the nfs.lock and nfs.idmap services should always
084ea87
  enabled on both installs and upgrades (bz 699040)
084ea87
- Fixed the paths to the server scriptlets (bz 733531)
084ea87
06d1c93
* Mon Aug 29 2011 Steve Dickson <steved@redhat.com> 1.2.4-8
06d1c93
- Update to upstream RC release: nfs-utils-1.2.5-rc2
06d1c93
c1f8448
* Wed Aug 24 2011 Steve Dickson <steved@redhat.com> 1.2.4-7
c1f8448
- Added StandardError=syslog+console to all the service files
c1f8448
  so startup errors will be logged. 
c1f8448
- Changed exportfs to only log errors on existing /etc/export.d 
c1f8448
  directory, which eliminates a needless syslog entry.
c1f8448
- Automount /proc/fs/nfsd for rpc.nfsd 
c1f8448
45233d4
* Wed Aug 10 2011 Steve Dickson <steved@redhat.com> 1.2.4-6
45233d4
- Fixed some bugs in the triggerun script as well in
45233d4
  the nfs-server scripts (bz 699040).
45233d4
eff46c4
* Wed Aug  3 2011 Steve Dickson <steved@redhat.com> 1.2.4-5
eff46c4
- Cleaned up the .preconfig and .postconfig files per
eff46c4
  code review request.
eff46c4
67ebcf9
* Wed Aug  3 2011 Steve Dickson <steved@redhat.com> 1.2.4-4
67ebcf9
- Converted init scrips to systemd services. (bz 699040)
67ebcf9
- Made nfsnobody's uid/gid to always be a 16-bit value of -2
170522c
- mount: fix for libmount from util-linux >= 2.20
67ebcf9
2281ec5
* Thu Jul 21 2011 Steve Dickson <steved@redhat.com> 1.2.4-3
2281ec5
- Updated to latest upstream release: nfs-utils-1-2-5-rc1
2281ec5
3d4fbdf
* Thu Jul  7 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:1.2.4-2
3d4fbdf
- Don't ship Makefiles or INSTALL in docs (#633934).
3d4fbdf
2281ec5
* Mon Jul  4 2011 J. Bruce Fields <bfields@redhat.com> 1.2.4-1
J. Bruce Fields bff76bd
- Rely on crypto module autoloading in init scripts
J. Bruce Fields bff76bd
- initscripts: just try to mount rpc_pipefs always
J. Bruce Fields bff76bd
2e844bd
* Wed Jun 29 2011 Steve Dickson <steved@redhat.com> 1.2.4-0
2e844bd
- Updated to latest upstream release: nfs-utils-1-2-4
2e844bd
8e1048f
* Wed Apr 20 2011 Steve Dickson <steved@redhat.com> 1.2.3-13
8e1048f
- Updated to latest upstream release: nfs-utils-1-2-4-rc8
8e1048f
9e655dd
* Wed Apr  6 2011 Steve Dickson <steved@redhat.com> 1.2.3-12
8a5c10c
- Updated to latest upstream release: nfs-utils-1-2-4-rc7
9e655dd
- Enabled the libmount code.
9e655dd
d6de48c
* Mon Mar  7 2011 Steve Dickson <steved@redhat.com> 1.2.3-11
d6de48c
- Updated to latest upstream release: nfs-utils-1-2-4-rc6
d6de48c
Christopher Aillon 4918c66
* Wed Feb 09 2011 Christopher Aillon <caillon@redhat.com> - 1.2.3-10
Christopher Aillon 4918c66
- Rebuild against newer libevent
Christopher Aillon 4918c66
014678c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.3-9
014678c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
014678c
bd01652
* Wed Jan 26 2011 Steve Dickson <steved@redhat.com> 1.2.3-8
bd01652
- Fixed segfault in rpc.mountd (bz 669065)
bd01652
9b25dd3
* Fri Jan 14 2011 Steve Dickson <steved@redhat.com> 1.2.3-7
9b25dd3
- Updated to latest upstream release: nfs-utils-1-2-4-rc5
ff6512a
- Add initscripts changes needed for rpcbind to be running when nfs is started
ff6512a
- Initscripts changes needed to support NFS over RDMA
ff6512a
- Allow the setting of the NFSv4 grace period (bz 665387)
9b25dd3
10364c6
* Mon Dec 13 2010 Steve Dickson <steved@redhat.com> 1.2.3-6
10364c6
- Updated to latest upstream release: nfs-utils-1-2-4-rc4
10364c6
b5a0964
* Wed Dec  8  2010 Steve Dickson <steved@redhat.com> 1.2.3-5
b5a0964
- Replace the nfs-utils-lib dependency with a libnfsidmap 
b5a0964
  dependency
b5a0964
5f9e463
* Wed Dec  1  2010 Steve Dickson <steved@redhat.com> 1.2.3-4
5f9e463
- The nfs service is not stopped on reboot or halt (bz 652786)
d673e62
- Removed obsolete configuration values (bz 653765)
5f9e463
f6ef5e4
* Mon Nov 29 2010 Steve Dickson <steved@redhat.com> 1.2.3-3
f6ef5e4
- Updated to latest upstream release: nfs-utils-1-2-4-rc3
f6ef5e4
0fb3f74
* Fri Oct 15 2010 Steve Dickson <steved@redhat.com> 1.2.3-2
0fb3f74
- Initscripts do not conform to LSB specification (bz 621562)
1560f8a
- sm-notify needs to call res_init() before each try (bz 625531)
dd98bc3
- exports(5) man page duplicated paragraphs (bz 590921)
0fb3f74
9c991d6
* Thu Oct 14 2010 Steve Dickson <steved@redhat.com> 1.2.3-1
9c991d6
- Updated to latest upstream release: nfs-utils-1-2-4-rc1
9c991d6
d542391
* Mon Oct  4 2010 Steve Dickson <steved@redhat.com> 1.2.3-0.1
d542391
- Fixed a regession with -p arguemnt to rpc.mountd 
d542391
860a3bd
* Thu Sep 30 2010 Steve Dickson <steved@redhat.com> 1.2.3-0
860a3bd
- Updated to latest upstream release: nfs-utils-1-2-3
860a3bd
a8b74a7
* Thu Sep 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-8
a8b74a7
- Update to upstream RC release: nfs-utils-1-2-3-rc6
a8b74a7
2672323
* Thu Sep  9 2010 Steve Dickson <steved@redhat.com> 1.2.2-7
2672323
- Update to upstream RC release: nfs-utils-1-2-3-rc5
2672323
aab427f
* Tue Jun 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-6
d44e8e1
- Update to upstream RC release: nfs-utils-1-2-3-rc4
d44e8e1
60cf896
* Thu May  6 2010 Steve Dickson <steved@redhat.com> 1.2.2-4
60cf896
- Update to upstream RC release: nfs-utils-1-2-3-rc3
60cf896
88a0551
* Fri Apr 16 2010 Steve Dickson <steved@redhat.com> 1.2.2-3
88a0551
- Update to upstream RC release: nfs-utils-1-2-3-rc2
88a0551
5f4c2ab
* Mon Mar 22 2010 Steve Dickson <steved@redhat.com> 1.2.2-2
5f4c2ab
- Update to upstream RC release: nfs-utils-1-2-3-rc1
5f4c2ab
75c26a1
* Thu Feb 18 2010 Steve Dickson <steved@redhat.com> 1.2.2-1
75c26a1
- Updated to latest upstream version: 1.2.2
75c26a1
945d2bc
* Thu Jan 28 2010 Steve Dickson <steved@redhat.com> 1.2.1-17
945d2bc
- Backed out the  "Don't fail mounts when /etc/netconfig is 
945d2bc
  nonexistent" patch
945d2bc
5ac4c31
* Wed Jan 27 2010 Steve Dickson <steved@redhat.com> 1.2.1-16
5ac4c31
- mount.nfs: Don't fail mounts when /etc/netconfig is nonexistent
5ac4c31
dd5c940
* Mon Jan 25 2010 Steve Dickson <steved@redhat.com> 1.2.1-15
dd5c940
- statd: Teach nfs_compare_sockaddr() to handle NULL 
dd5c940
  arguments
dd5c940
c1fc9c1
* Fri Jan 22 2010 Steve Dickson <steved@redhat.com> 1.2.1-14
c1fc9c1
- Update to upstream RC release: nfs-utils-1-2-2-rc9
c1fc9c1
9eb7748
* Thu Jan 21 2010 Steve Dickson <steved@redhat.com> 1.2.1-13
9eb7748
- mount.nfs: Configuration file parser ignoring options
9eb7748
- mount.nfs: Set the default family for lookups based on 
9eb7748
    defaultproto= setting
9eb7748
- Enabled ipv6 
9eb7748
257636d
* Sun Jan 17 2010 Steve Dickson <steved@redhat.com> 1.2.1-12
257636d
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
257636d
  which includes Ipv6 support for tcpwrapper (disabled by default).
257636d
80be375
* Sat Jan 16 2010 Steve Dickson <steved@redhat.com> 1.2.1-11
80be375
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc7
80be375
  which includes Ipv6 support for statd (disabled by default).
80be375
a658956
* Thu Jan 14 2010 Steve Dickson <steved@redhat.com> 1.2.1-10
a658956
- Updated to the latest pseudo root release (rel10) which
a658956
  containts the upstream pseudo root release
a658956
Henrique Martins fbbeaa4
* Tue Jan 12 2010 Steve Dickson <steved@redhat.com> 1.2.1-9
589c030
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc5
589c030
fadd6f5
* Mon Jan  4 2010 Steve Dickson <steved@redhat.com> 1.2.1-8
fadd6f5
- mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set
fadd6f5
3bed751
* Mon Dec 14 2009 Steve Dickson <steved@redhat.com> 1.2.1-7
3bed751
- Updated to latest upstream RC release: nfs-utils-1-2-2-rc3
3bed751
9d5e785
* Thu Dec 10 2009 Steve Dickson <steved@redhat.com> 1.2.1-6
9d5e785
- Update the  pseudo root to handle security flavors better.
9d5e785
fd548b1
* Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-5
fd548b1
- mount.nfs: Retry v4 mounts with v3 on ENOENT errors
fd548b1
c2754f0
* Mon Dec  7 2009 Steve Dickson <steved@redhat.com> 1.2.1-4
500795b
- Updated to the latest pseudo root release (rel9) (bz 538609).
c2754f0
3245f71
* Thu Nov 12 2009 Steve Dickson <steved@redhat.com> 1.2.1-3
3245f71
- Stop rpc.nfsd from failing to startup when the network
3245f71
  is down (bz 532270)
3245f71
e9aa863
* Wed Nov 11 2009 Steve Dickson <steved@redhat.com> 1.2.1-2
e9aa863
- Updated to the latest pseudo root release (rel8).
e9aa863
c1ec542
* Wed Nov 4 2009 Steve Dickson <steved@redhat.com> 1.2.1-1
c1ec542
- Updated to latest upstream release: 1.2.0
c1ec542
5b1bacb
* Tue Nov 3 2009 Steve Dickson <steved@redhat.com> 1.2.0-18
5b1bacb
- Reworked and remove some of the Default-Start/Stop stanzas
5b1bacb
  in the init scripts (bz 531425)
5b1bacb
c0c0c42
* Mon Nov 2 2009 Steve Dickson <steved@redhat.com> 1.2.0-17
8152f82
- Updated to the latest pseudo root release (rel7).
8152f82
- Added upstream 1.2.1-rc7 patch which fixes:
8152f82
  - Stop ignoring the -o v4 option (bz 529407)
8152f82
  - Allow network protocol roll backs when proto is set
8152f82
    in the config file (bz 529864)
c0c0c42
- v4 mounts will roll back to v3 mounts when the mount
c0c0c42
  fails with ENOENT. 
8152f82
cb3fa4c
* Mon Oct  5 2009 Steve Dickson <steved@redhat.com> 1.2.0-16
cb3fa4c
- Fixed a whole where '-o v4' was not overriding the
cb3fa4c
  version in the conf file.
cb3fa4c
172d6d1
* Wed Sep 30 2009 Steve Dickson <steved@redhat.com> 1.2.0-15
2f32795
- Change the nfsmount.conf file to define v3 as the default 
2f32795
  protocol version.
2f32795
- Make sure versions set on the command line override version
2f32795
  set in nfsmount.conf
2f32795
- Make version rollbacks still work when versions are set in
2f32795
  nfsmount.conf
2f32795
1e5327b
* Tue Sep 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-13
1e5327b
- Added upstream 1.2.1-rc5 patch
1e5327b
  - mount.nfs: Support negotiation between v4, v3, and v2
1e5327b
  - mount.nfs: Keep server's address in nfsmount_info
1e5327b
  - mount.nfs: Sandbox each mount attempt
1e5327b
  - mount.nfs: Support negotiation between v4, v3, and v2
1e5327b
faa7f39
* Wed Sep 23 2009 Steve Dickson <steved@redhat.com> 1.2.0-12
faa7f39
- Updated to the latest pseudo root release (rel6).
faa7f39
4af23bc
* Tue Sep 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-11
4af23bc
- Added upstream 1.2.1-rc5 patch
4af23bc
  - Added --sort --list functionality to nfs-iostat.py
4af23bc
  - Fixed event handler in idmapd
4af23bc
  - Added -o v4 support
4af23bc
  - Disabled IPv6 support in nfsd
4af23bc
  - Don't give client an empty flavor list
4af23bc
  - Fixed gssed so it does not blindly caches machine credentials
4af23bc
7a30154
* Mon Aug 17 2009 Steve Dickson <steved@redhat.com> 1.2.0-10
7a30154
- Added upstream 1.2.1-rc4 patch
7a30154
  - Fix bug when both crossmnt
7a30154
  - nfs(5): Add description of lookupcache mount option
7a30154
  - nfs(5): Remove trailing blanks
7a30154
  - Added nfs41 support to nfssat
7a30154
  - Added support for mount to us a configuration file.
7a30154
cd87151
* Fri Aug 14 2009 Steve Dickson <steved@redhat.com> 1.2.0-9
cd87151
- Added upstream 1.2.1-rc3 patch
cd87151
  - Add IPv6 support to nfsd
cd87151
  - Allow nfssvc_setfds to properly deal with AF_INET6
cd87151
  - Convert nfssvc_setfds to use getaddrinfo
cd87151
  - Move check for active knfsd to helper function
cd87151
  - Declare a static common buffer for nfssvc.c routine
cd87151
  - Convert rpc.nfsd to use xlog() and add --debug and --syslog options
cd87151
cd87151
* Tue Jul 28 2009 Steve Dickson <steved@redhat.com> 1.2.0-8
9f11b6e
- Fixed 4.1 versioning problem (bz 512377)
9f11b6e
cd87151
* Wed Jul 15 2009 Steve Dickson <steved@redhat.com> 1.2.0-7
e955777
- Added upstream 1.2.1-rc2 patch
e955777
  - A large number of mount command changes.
e955777
cd87151
* Mon Jul 13 2009 Steve Dickson <steved@redhat.com> 1.2.0-6
8230dd7
- Added NFSD v4 dynamic pseudo root patch which allows
8230dd7
  NFS v3 exports to be mounted by v4 clients.
8230dd7
cd87151
* Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 1.2.0-5
3524d8a
- Stopped rpc.idmapd from spinning (bz 508221)
3524d8a
cd87151
* Mon Jun 22 2009 Steve Dickson <steved@redhat.com> 1.2.0-4
ea858b4
- Added upstream 1.2.1-rc1 patch 
ea858b4
  - Fix to check in closeall()
ea858b4
  - Make --enable-tirpc the default
ea858b4
  - Set all verbose types in gssd daemons
ea858b4
  - Retry exports if getfh() fails
ea858b4
cd87151
* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-3
0ce3b8d
- Updated init scripts to add dependencies
0ce3b8d
  on other system facilities (bz 475133)
0ce3b8d
cd87151
* Wed Jun 10 2009 Steve Dickson <steved@redhat.com> 1.2.0-2
8da4391
- nfsnobody gid is wrong (bz 485379)
8da4391
cd87151
* Tue Jun  2 2009 Steve Dickson <steved@redhat.com> 1.2.0-1
16649e5
- Updated to latest upstream release: 1.2.0
16649e5
3f80ebd
* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.6-4
3f80ebd
- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
3f80ebd
95125b8
* Mon May 18 2009 Steve Dickson <steved@redhat.com> 1.1.6-3
95125b8
- Added upstream 1.1.7-rc1 patch 
95125b8
  - utils/nfsd: add support for minorvers4
95125b8
  - sm-notify: Don't orphan addrinfo structs
95125b8
  - sm-notify: Failed DNS lookups should be retried
95125b8
  - mount: remove legacy version of nfs_name_to_address()
95125b8
  - compiling error in rpcgen
95125b8
  - nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
95125b8
  - umount.nfs: Harden umount.nfs error reportin
95125b8
9cff34f
* Mon Apr 27 2009 Steve Dickson <steved@redhat.com> 1.1.6-2
9cff34f
- nfslock.init: options not correctly parsed (bz 459591)
9cff34f
43fc3de
* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 1.1.6-1
43fc3de
- Updated to latest upstream release: 1.1.6
43fc3de
27d9ad3
* Mon Mar 23 2009 Steve Dickson <steved@redhat.com> 1.1.5-4
27d9ad3
- Added upstream rc3 patch
27d9ad3
  - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
27d9ad3
  - gssd: NULL-terminate buffer after read in read_service_info (try #2)
27d9ad3
  - gssd: free buffer allocated by gssd_k5_err_msg
27d9ad3
  - gssd: fix potential double-frees in gssd
27d9ad3
  - Removed a number of warn_unused_result warnings
27d9ad3
49b3311
* Mon Mar 16 2009 Steve Dickson <steved@redhat.com> 1.1.5-3
49b3311
- Added upstream rc2 patch
49b3311
9a95968
* Fri Mar  6 2009 Steve Dickson <steved@redhat.com> 1.1.5-2
9a95968
- Fixed lockd not using settings in sysconfig/nfs (bz 461043)
eaa6c2e
- Fixed some lost externs in the tcpwrapper code
9a95968
f76c8ec
* Thu Mar  5 2009 Steve Dickson <steved@redhat.com> 1.1.5-1
f76c8ec
- Updated to latest upstream version: 1.1.5
f76c8ec
a4989af
* Wed Mar  4 2009 Steve Dickson <steved@redhat.com> 1.1.4-21
a4989af
- configure: fix AC_CACHE_VAL warnings
a4989af
31083ff
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.4-20
31083ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
31083ff
0e25fb5
* Wed Feb 18 2009 Steve Dickson <steved@redhat.com> 1.1.4-19
0e25fb5
- Exportfs and rpc.mountd optimalization (bz 76643)
0e25fb5
3de3019
* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-18
3de3019
- umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()
3de3019
- umount.nfs command: Support AF_INET6 server addresses
3de3019
- umount command: remove do_nfs_umount23 function
3de3019
0b66620
* Tue Feb 17 2009 Steve Dickson <steved@redhat.com> 1.1.4-17
0b66620
- Integrated the upstream fix for bz 483375
0b66620
- mount: segmentation faults on UDP mounts (bz 485448)
0b66620
c739570
* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-16
c739570
- Fixed typo in -mount-textbased.patch (bz 483375)
c739570
ca5a1da
* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-15
ca5a1da
- Reworked tcp wrapper code to correctly use API (bz 480223)
ca5a1da
- General clean up of tcp wrapper code.
ca5a1da
e237fe4
* Tue Jan 27 2009 Steve Dickson <steved@redhat.com> 1.1.4-14
e237fe4
- text-based mount command: make po_rightmost() work for N options
e237fe4
- text-based mount command: Function to stuff "struct pmap" from mount options
e237fe4
- text-based mount options: Use new pmap stuffer when	rewriting mount options
e237fe4
- text-based mount command: fix mount option rewriting logic
e237fe4
- text-based mount command: support AF_INET6 in rewrite_mount_options()
e237fe4
5f17b62
* Tue Jan 20 2009 Steve Dickson <steved@redhat.com> 1.1.4-13
5f17b62
- mountd: Don't do tcp wrapper check when there are no rules (bz 448898)
5f17b62
b8c490a
* Wed Jan  7 2009 Steve Dickson <steved@redhat.com> 1.1.4-12
b8c490a
- configure: Remove inet_ntop(3) check from configure.ac
b8c490a
- configure: Add new build option "--enable-tirpc"
b8c490a
- showmount command: Quiesce warning when TI-RPC is disabled
b8c490a
89af843
* Sat Jan  3 2009 Steve Dickson <steved@redhat.com> 1.1.4-11
89af843
- Added warnings to tcp wrapper code when mounts are 
89af843
  denied due to misconfigured DNS configurations.
9064ed1
- gssd: By default, don't spam syslog when users' credentials expire
a2fd65e
- mount: revert recent fix for build problems on old systems
a2fd65e
- mount: use gethostbyname(3) when building on old systems
a2fd65e
- mount: getport: don't use getaddrinfo(3) on old systems
a2fd65e
- mount: Random clean up
315e2f7
- configure: use "--disable-uuid" instead of	"--without-uuid"
89af843
36e2ddf
* Fri Dec 19 2008 Steve Dickson <steved@redhat.com> 1.1.4-10
36e2ddf
- Re-enabled and fixed/enhanced tcp wrappers.
36e2ddf
70f8963
* Wed Dec 17 2008 Steve Dickson <steved@redhat.com> 1.1.4-9
70f8963
- text-based mount command: add function to parse numeric mount options
70f8963
- text-based mount command: use po_get_numeric() for handling retry
70f8963
- sm-notify command: fix a use-after-free bug
c6aa18e
- statd: not unlinking host files
70f8963
af76049
* Thu Dec 11 2008 Steve Dickson <steved@redhat.com> 1.1.4-8
af76049
- mount command: AF_INET6 support for probe_bothports()
af76049
- mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
af76049
- mount command: full support for AF_INET6 addresses in probe_port()
a75d993
- gssd/svcgssd: add support to retrieve actual context expiration
a75d993
- svcgssd: use the actual context expiration for cache
af76049
6a83824
* Sat Dec  6 2008 Steve Dickson <steved@redhat.com> 1.1.4-7
6a83824
- sm-notify: always exiting without any notification.
6a83824
46431c9
* Tue Dec  2 2008 Steve Dickson <steved@redhat.com> 1.1.4-6
46431c9
- mount command: remove local getport() implementation
46431c9
- mount command: Replace clnt_ping() and getport() calls in probe_port()
46431c9
- mount command: Use nfs_error() instead of perror()
46431c9
- mount command: Use nfs_pmap_getport() in probe_statd()
46431c9
60a7929
* Mon Dec  1 2008 Steve Dickson <steved@redhat.com> 1.1.4-5
60a7929
- Make sure /proc/fs/nfsd exists when the nfs init script
60a7929
  does the exports (bz 473396)
0fcb349
- Fixed typo in nfs init script that caused rpc.rquotad daemons
0fcb349
  to be started but not stoppped (bz 473929)
60a7929
0023908
* Wed Nov 26 2008 Steve Dickson <steved@redhat.com> 1.1.4-4
0023908
- gssd: unblock DNOTIFY_SIGNAL in case it was blocked
0023908
- Ensure statd gets started if required when non-root
0023908
  user mounts an NFS filesystem
0023908
6201609
* Tue Nov 25 2008 Steve Dickson <steved@redhat.com> 1.1.4-3
6201609
- Give showmount support for querying via rpcbindv3/v4 
6201609
605d1f1
* Tue Nov 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-2
605d1f1
- Add AF_INET6-capable API to acquire an RPC CLIENT
605d1f1
- Introduce rpcbind client utility functions
605d1f1
6785cb4
* Sat Oct 18 2008 Steve Dickson <steved@redhat.com> 1.1.4-1
6785cb4
- Updated to latest upstream version: 1.1.4
6785cb4
8ee9646
* Tue Oct 14 2008 Steve Dickson <steved@redhat.com> 1.1.3-6
8ee9646
- sm-notify exists when there are no hosts to notify
8ee9646
bf258f5
* Thu Sep 18 2008 Steve Dickson <steved@redhat.com> 1.1.3-5
adb2afe
- Reworked init scripts so service will be able to
adb2afe
  stop when some of the checks fail. (bz 462508)
bf258f5
- Pre-load nfsd when args to rpc.nfsd are given (bz 441983)
adb2afe
f5b3ef3
* Thu Aug 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-4
f5b3ef3
- Added in a number of up upstream patches (101 thru 110).
f5b3ef3
b821259
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.3-3
b821259
- fix license tag
b821259
4994286
* Thu Jul 31 2008 Steve Dickson <steved@redhat.com> 1.1.3-2
4994286
- Mount command did not compile against older glibc versions.
4994286
8bea6d7
* Mon Jul 28 2008 Steve Dickson <steved@redhat.com> 1.1.3-1
8bea6d7
- Updated to latest upstream version: 1.1.3
8bea6d7
1ae9fb3
* Wed Jul  2 2008 Steve Dickson <steved@redhat.com> 1.1.2-12
1ae9fb3
- Changed the default directories for sm-notify (bz 435480)
1ae9fb3
- Added 'condstop' to init scripts so service are not
1ae9fb3
  started when nfs-utils is removed.
1ae9fb3
ccff5b6
* Mon Jun 30 2008 Dennis Gilmore <dennis@ausil.us> 1.1.2-11
ccff5b6
- add sparc arch handling 
ccff5b6
eb60de9
* Mon Jun 30 2008 Steve Dickson <steved@redhat.com>  1.1.2-10
eb60de9
- Rebuild for the updated libevent lib.
eb60de9
e49be65
* Fri Jun 27 2008 Steve Dickson <steved@redhat.com>  1.1.2-9
e49be65
- Removed the nfslock service start/stop from %%post section 
e49be65
  (bz 453046)
e49be65
29a3afd
* Wed Jun 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-8
29a3afd
- FQDNs in the rmtab causes exportfs to seg fault (bz 444275)
29a3afd
4f0634d
* Mon Jun 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-7
4f0634d
- Added -D_FILE_OFFSET_BITS=64 to CFLAGS
4f0634d
- make nfsstat read and print stats as unsigned integers
4f0634d
- Added (but not installed) the mountstats and nfs-iostat
4f0634d
  python scripts.
4f0634d
bbc1dcf
* Fri Jun  6 2008 Steve Dickson <steved@redhat.com>  1.1.2-6
bbc1dcf
- Added 5 (111 thru 115) upstream patches that fixed
bbc1dcf
  things mostly in the text mounting code.
bbc1dcf
85ed8ab
* Thu May  8 2008 Steve Dickson <steved@redhat.com>  1.1.2-5
85ed8ab
- Added 10 (101 thru 110) upstream patches that fixed
85ed8ab
  things mostly in the mount and gssd code.
85ed8ab
6b300bd
* Wed May  7 2008 Steve Dickson <steved@redhat.com>  1.1.2-4
6b300bd
- Added ppc arch to the all_32bit_archs list (bz 442847)
6b300bd
6b300bd
* Wed Apr 23 2008 Steve Dickson <steved@redhat.com>  1.1.2-3
ed0365d
- Documented how to turn off/on protocol support for
4744930
  rpc.nfsd in /etc/sysconfig/nfs (bz443625)
76623f8
- Corrected the nfslock initscript 'status' return code (bz 441605)
76623f8
- Removed obsolete code from the nfslock initscript (bz 441604)
4744930
c2cd263
* Mon Apr 14 2008 Steve Dickson <steved@redhat.com>  1.1.2-2
c2cd263
- Make EACCES a non fatal error (bz 439807)
c2cd263
2038fc4
* Tue Mar 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-1
2038fc4
- Upgrade to nfs-utils-1.1.2
2038fc4
4c886b7
* Mon Mar  3 2008 Steve Dickson <steved@redhat.com>  1.1.1-5
4c886b7
- Stopped mountd from incorrectly logging an error
4c886b7
  (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
4c886b7
- Stop gssd from ignoring the machine credential caches
4c886b7
  (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931)
4c886b7
- Fixed typo in the nfsstat command line arugments.
4c886b7
  (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
4c886b7
- Added test to stop buffer overflow in idmapd
4c886b7
  (commit bcd0fcaf0966c546da5043be700587f73174ae25)
4c886b7
aa447ac
* Sat Feb  9 2008 Steve Dickson <steved@redhat.com>  1.1.1-4
aa447ac
- Cleaned up some typos that were found in the various
aa447ac
  places in the mountd code
aa447ac
2efacfd
* Thu Jan 24 2008 Steve Dickson <steved@redhat.com>  1.1.1-3
2efacfd
- Added in relatime mount option so mount.nfs stays
2efacfd
  compatible with the mount command in util-linux-ng (bz 274301)
2efacfd
51df58e
* Tue Jan 22 2008 Steve Dickson <steved@redhat.com>  1.1.1-2
51df58e
- Added -S/--since to the nfsstat(1) manpage
51df58e
- The wording in the exportfs man page can be a bit confusing, implying
51df58e
  that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't
51df58e
- Removed nfsprog option since the kernel no longer supports it.
51df58e
- Removed mountprog option since the kernel no longer supports it.
51df58e
- Stop segfaults on amd64 during warnings messages.
51df58e
- Fix bug when both crossmnt and fsid are set.
51df58e
c0c131b
* Sat Jan  5 2008 Steve Dickson <steved@redhat.com>  1.1.1-1
c0c131b
- Updated to latest upstream release, nfs-utils-1.1.1
c0c131b
- Added the removal of sm-notify.pid to nfslock init script.
c0c131b
- Changed spec file to use condrestart instead of condstop
c0c131b
  when calling init scripts.
61dc860
- Fixed typo in rpc.mountd man page 
aa7cac0
- Turn on 'nohide' automatically for all refer exports (bz 313561)
cf6d5cf
e32c58d
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
e32c58d
 - Rebuild for openldap bump
e32c58d
6f3afb9
* Wed Oct 17 2007 Steve Dickson <steved@redhat.com>  1.1.0-6
6f3afb9
- Switch the libgssapi dependency to libgssglue
6f3afb9
b67cdcd
* Fri Sep 14 2007 Steve Dickson <steved@redhat.com>  1.1.0-5
b67cdcd
- Changed the default paths in sm-notify to 
b67cdcd
  /var/lib/nfs/statd (bz 258461)
557c859
- Updated exportfs manpage (bz 262861)
b67cdcd
1702f2c
* Wed Aug 15 2007 Steve Dickson <steved@redhat.com>  1.1.0-4
1702f2c
- Make sure the open() system calling in exportfs uses
f408267
  mode bits when creating the etab file (bz 252440).
1702f2c
a24ef7b
* Mon Aug 13 2007 Steve Dickson <steved@redhat.com>  1.1.0-3
a24ef7b
- Added nosharecache mount option which re-enables
a24ef7b
  rw/ro mounts to the same server (bz 243913).
a24ef7b
0c53dbc
* Thu Aug  2 2007 Steve Dickson <steved@redhat.com>  1.1.0-2
0c53dbc
- Make sure the gss and idmap daemons remove thier lock
0c53dbc
  files when they are stopped.
0c53dbc
cafae3a
* Sat Jul 28 2007 Steve Dickson <steved@redhat.com>  1.1.0-1
cafae3a
- Upgraded to the latest upstream version (nfs-utils-1.1.0)
cafae3a
f543a22
* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
f543a22
- Fixed typo in mount.nfs4 that causes a segfault during
f543a22
  error processing (bz 241190)
f543a22
be8827d
* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
f4efa10
- Make sure the condrestarts exit with a zero value (bz 240225)
be8827d
- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
be8827d
- Added -o nordirplus mount option to disable READDIRPLUS (bz 240357)
be8827d
- Disabled the FSCache patch, for now... 
f4efa10
Henrique Martins fbbeaa4
* Thu May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5
2d06576
- Fix mount.nfs4 to display correct error message (bz 227212)
56e771a
- Updated mountd and showmount reverse lookup flags (bz 220772)
46b1090
- Eliminate timeout on nfsd shutdowns (bz 222001)
28dbfad
- Eliminate memory leak in mountd (bz 239536)
22317d4
- Make sure statd uses correct uid/gid by chowning
22317d4
  the /var/lib/nfs/statd with the rpcuser id. (bz 235216)
c2060be
- Correct some sanity checking in rpc.nfsd. (bz 220887) 
b865252
- Added missing unlock_mtab() call in moutnd
c11fb47
- Have mountd hold open etab file to force inode number to change (bz 236823)
d95e551
- Create a /etc/sysconfig/nfs with all the possible init script
d95e551
  variables (bz 234543)
2bedd64
- Changed nfs initscript to exit with correct value (bz 221874)
2d06576
e6adf82
* Tue Apr  3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
e6adf82
- Replace portmap dependency with an rpcbind dependency (bz 228894)
e6adf82
475aa40
* Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3
475aa40
- Incorporated Merge Review comments (bz 226198)
475aa40
ab5220e
* Fri Mar  9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2
ab5220e
- Added condstop to all the initscripts (bz 196934)
bf13fea
- Made no_subtree_check a default export option (bz 212218)
ab5220e
e02e861
* Tue Mar  6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1
e02e861
- Upgraded to 1.0.12 
b960797
- Fixed typo in Summary.
e02e861
a38af1c
* Thu Mar  1 2007 Karel Zak <kzak@redhat.com>  1.0.11-2
a38af1c
- Fixed mount.nfs -f (fake) option (bz 227988)
a38af1c
741a610
* Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1
741a610
- Upgraded to 1.0.11 
741a610
a414c9a
* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
a414c9a
- Added FS_Location support
a414c9a
1b6200f
* Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6
1b6200f
- add support for mount options that contain commas (bz 219645)
1b6200f
e5de6eb
* Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5
e5de6eb
- Stopped v4 umounts from ping rpc.mountd (bz 215553)
e5de6eb
Henrique Martins fbbeaa4
* Tue Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4
8e42668
- Doing a connect on UDP sockets causes the linux network
8e42668
  stack to reject UDP patches from multi-home server with
8e42668
  nic on the same subnet. (bz 212471)
8e42668
ea9ae8e
* Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
ea9ae8e
- Removed some old mounting versioning code that was
ea9ae8e
  stopping tcp mount from working (bz 212471)
ea9ae8e
6173722
* Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
6173722
- Fixed -o remount (bz 210346)
6173722
- fix memory leak in rpc.idmapd (bz 212547)
6173722
- fix use after free bug in dirscancb (bz 212547)
6173722
- Made no_subtree_check a default export option (bz 212218)
6173722
65049c3
* Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1
65049c3
- Upgraded to 1.0.10 
65049c3
e6e33fa
* Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10
e6e33fa
- Fixed typo in nfs man page (bz 210864).
e6e33fa
264f0b3
* Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9
264f0b3
- Unable to mount NFS V3 share where sec=none is specified (bz 210644)
264f0b3
53f8365
* Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8
53f8365
- mount.nfs was not returning a non-zero exit value 
53f8365
  on failed mounts (bz 206705)
53f8365
538c985
* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7
538c985
- Added support for the mount -s (sloppy) option (#205038)
538c985
- Added nfs.5 man page from util-linux
538c985
- Added info about [u]mount.nfs to the package description
538c985
25a44bc
* Mon Sep 11 2006  <SteveD@RedHat.com> 1.0.9-6
25a44bc
- Removed the compiling of getiversion and getkversion since
25a44bc
  UTS_RELEASE is no longer defined and these binary are
25a44bc
  not installed.
25a44bc
8d4314a
* Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5
8d4314a
- Changed gssd daemons to cache things in memory
8d4314a
  instead of /tmp which makes selinux much happier.
8d4314a
  (bz 203078)
8d4314a
8d4314a
* Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4
9f6d694
- Allow variable for HA callout program in /etc/init.d/nfslock
f3b49a4
  (bz 202790)
9f6d694
95b1830
* Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3
95b1830
- add epoch (#196359)
95b1830
8280d7e
* Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2
8280d7e
- Enabled the creating of mount.nfs and umount.nfs binaries
8280d7e
- Added mount option fixes suggested by upstream.
8280d7e
- Fix lazy umounts (bz 169299)
8280d7e
- Added -o fsc mount option.
8280d7e
22ba356
* Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1
22ba356
- Updated to 1.0.9 release
22ba356
c4f4dd0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1
c4f4dd0
- rebuild
c4f4dd0
18e60a6
* Sun Jul  2 2006 <jkeating@redhat.com> 1:1.0.8-5
18e60a6
- Introduce epoch to fix upgrade path
18e60a6
d126bac
* Sat Jul  1 2006 <SteveD@RedHat.com> 1.0.8-3
d126bac
- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
d126bac
90d1091
* Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
90d1091
- Split the controlling of nfs version, ports, and protocol 
90d1091
  into two different patches
7060f16
- Fixed and added debugging statements to rpc.mountd.
7060f16
- Fixed -p arg to work with priviledged ports (bz 156655)
7060f16
- Changed nfslock initscript to set LOCKD_TCPPORT and
7060f16
  LOCKD_UDPPORT (bz 162133)
7060f16
- Added MOUNTD_NFS_V1 variable to version 1 of the
7060f16
  mount protocol can be turned off. (bz 175729)
7060f16
- Fixed gssd to handel mixed case characters in
7060f16
  the domainname. (bz 186069)
90d1091
7e4a8ea
* Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2
7e4a8ea
- Updated to nfs-utils-1.0.8
7e4a8ea
63f5087
* Thu Jun  8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1
1b511ae
- Upgraded to the upstream 1.0.8.rc4 version
1b511ae
a4fd473
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2
a4fd473
- bump again for double-long bug on ppc(64)
a4fd473
a641efa
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1
a641efa
- rebuilt for new gcc4.1 snapshot and glibc changes
a641efa
802d4f3
* Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5
802d4f3
- Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd
802d4f3
  which turns on debugging in the libarary.
802d4f3
5f47f9c
* Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5
0031278
- Added innetgr patch that changes configure scripts to 
0031278
  check for the innetgr function. (bz 177899)
5f47f9c
ba86d89
* Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5
ba86d89
- Fix lockfile naming in the initscripts so they're stopped correctly.
ba86d89
ba86d89
* Mon Jan  9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5
f9a6955
- Updated to 1.0.8-rc2 release
f9a6955
- Broke out libgssapi into its own rpm
f9a6955
- Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm
f9a6955
- Removed libevent code; Required to be installed.
f9a6955
0714dfc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0714dfc
- rebuilt
0714dfc
b3ebcae
* Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19
b3ebcae
- Updated to latest code in SourceForge CVS
b3ebcae
- Updated to latest CITI patches (1.0.7-4)
b3ebcae
- Fix bug in nfsdreopen by compiling in server defaults
b3ebcae
231454b
* Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18
880eb5f
- Updated libnfsidmap to 0.11
880eb5f
- Updated libgssapi to 0.5
231454b
- Made sure the gss daemons and new libs are
231454b
  all using the same include files.
231454b
- Removed code from the tree that is no longer used.
50d268c
- Add ctlbits patch that introduced the -N -T and -U
50d268c
  command line flags to rpc.nfsd.
880eb5f
1b5f469
* Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17
1b5f469
- Updated to latest nfs-utils code in upstream CVS tree
1b5f469
- Updated libevent from 1.0b to 1.1a
1b5f469
- Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI
1b5f469
Henrique Martins fbbeaa4
* Thu Sep  8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
819e6dc
- Reworked the nfslock init script so if lockd is running
819e6dc
  it will be killed which is what the HA community needs. (bz 162446)
819e6dc
- Stopped rpcidmapd.init from doing extra echoing when
819e6dc
  condstart-ed.
68e592b
160a845
* Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
160a845
- don't strip during "make install", so debuginfo packages are generated right
160a845
Florian La Roche ea59080
* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche ea59080
- no need to still keep a requirement for kernel-2.2 or newer
Florian La Roche ea59080
1c90634
* Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
1c90634
- Changed mountd to use stat64() (bz 165062)
1c90634
de71245
* Tue Aug  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
de71245
- Changed useradd to use new -l flag (bz149407)
de71245
- 64bit fix in gssd code (bz 163139)
99de3f0
- updated broken dependencies
241ffcd
- updated rquotad to compile with latest
241ffcd
  quota version.
de71245
3a2487d
* Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8
3a2487d
- Fixed subscripting problem in idmapd (bz 158188)
3a2487d
6b8cbae
* Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7
6b8cbae
- Fixed buffer overflow in rpc.svcgssd (bz 114288)
6b8cbae
bb3850c
* Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
bb3850c
- Fixed misformated output from nfslock script (bz 154648)
bb3850c
Henrique Martins fbbeaa4
* Tue Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
d4be3ab
- Fixed a compile error on x86_64 machines in the gss code.
992fd5f
- Updated the statd-notify-hostname.patch to eliminate 
992fd5f
  a segmentation fault in rpc.statd when an network 
992fd5f
  interface was down. (bz 151828)
992fd5f
5089228
* Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
82699ad
- Changed xlog to use LOG_INFO instead of LOG_DEBUG
82699ad
  so debug messages will appear w/out any config
82699ad
  changes to syslog.conf.
5089228
- Reworked how /etc/exports is setup (bz 151389)
5089228
0f0b0e3
* Wed Mar  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2
0f0b0e3
- Tied the rpcsecgss debugging in with gssd and
0f0b0e3
  svcgssd debugging
0f0b0e3
3f418c2
* Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com>
3f418c2
- Added support to rpcgssd.init and rpcsvcgssd.init scripts
3f418c2
  to insmod security modules.
3f418c2
- Changed the nfs.init script to bring rpc.svcgssd up and down,
3f418c2
  since rpc.svcgssd is only needed with the NFS server is running.
3f418c2
f17a429
* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
db806f5
- Fix problem in idmapd that was causing "xdr error 10008"
db806f5
  errors (bz 142813)
f17a429
- make sure the correct hostname is used in the SM_NOTIFY
f17a429
  message that is sent from a rebooted server which has 
f17a429
  multiple network interfaces. (bz 139101)
f17a429
f17a429
- Changed nfslock to send lockd a -KILL signal
f17a429
  when coming down. (bz 125257)
f17a429
9606d55
* Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com>
9606d55
- Replaced a memcopy with explicit assignments
9606d55
  in getquotainfo() of rquotad to fix potential overflow
9606d55
  that can occur on 64bit machines. (bz 138068)
9606d55
cdbbbed
* Mon Nov  8 2004 Steve Dickson <SteveD@RedHat.com>
cdbbbed
- Updated to latest sourceforge code
cdbbbed
- Updated to latest CITIT nfs4 patches
cdbbbed
cc01757
* Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com>
cc01757
- Changed nfs.init to bring down rquotad correctly
cc01757
  (bz# 136041)
cc01757
44d986f
* Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com>
44d986f
- Added "$RQUOTAD_PORT" variable to nfs.init which
44d986f
  allows the rpc.rquotad to use a predefined port
44d986f
  (bz# 124676)
44d986f
ae9da60
* Fri Oct  1 2004 
ae9da60
- Incorporate some clean up code from Ulrich Drepper (bz# 134025)
ae9da60
- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and 
ae9da60
  rpcsvcgssd initscrpts (bz# 132284)
ae9da60
eb4b3d1
* Fri Sep 24 2004 <SteveD@RedHat.com>
eb4b3d1
- Make sure the uid/gid of nfsnobody is the
eb4b3d1
  correct value for all archs (bz# 123900)
eb4b3d1
- Fixed some security issues found by SGI (bz# 133556)
eb4b3d1
cvsdist 9e6d913
* Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 9e6d913
- Major clean up. 
cvsdist 9e6d913
- Removed all unused/old patches
cvsdist 9e6d913
- Rename and condensed a number of patches
cvsdist 9e6d913
- Updated to CITI's nfs-utils-1.0.6-13 patches
cvsdist 9e6d913
cvsdist 3e42301
* Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
cvsdist 3e42301
- move if..fi condrestart stanza to %%postun (#127914, #128601)
cvsdist 3e42301
cvsdist 1ae9d4b
* Wed Jun 16 2004 <SteveD@RedHat.com>
cvsdist 1ae9d4b
- nfslock stop is now done on package removals
cvsdist 4999365
- Eliminate 3 syslog messages that are logged for
cvsdist 1ae9d4b
  successful events.
cvsdist 1ae9d4b
cvsdist 8fe6bc0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8fe6bc0
- rebuilt
cvsdist 8fe6bc0
cvsdist 70faca5
* Mon Jun 14 2004 <SteveD@RedHat.com>
cvsdist 8fe6bc0
- Fixed syntax error in nfs initscripts when
cvsdist 8fe6bc0
  NETWORKING is not defined
cvsdist 70faca5
- Removed sync warning on readonly exports.
cvsdist 70faca5
- Changed run levels in rpc initscripts.
cvsdist 70faca5
- Replaced modinfo with lsmod when checking
cvsdist 70faca5
  for loaded modules.
cvsdist 70faca5
cvsdist 70faca5
* Tue Jun  1 2004 <SteveD@RedHat.com>
cvsdist 70faca5
- Changed the rpcgssd init script to ensure the 
cvsdist 70faca5
  rpcsec_gss_krb5 module is loaded
cvsdist 70faca5
cvsdist 70faca5
* Tue May 18 2004 <SteveD@RedHat.com>
cvsdist 70faca5
- Removed the auto option from MOUNTD_NFS_V2 and
cvsdist 70faca5
  MOUNTD_NFS_V3 variables. Since v2 and v3 are on
cvsdist 70faca5
  by default, there only needs to be away of 
cvsdist 70faca5
  turning them off.
cvsdist 70faca5
Henrique Martins fbbeaa4
* Mon May 10 2004 <SteveD@RedHat.com>
cvsdist 70faca5
- Rebuilt
cvsdist 70faca5
cvsdist 603bcc0
* Thu Apr 15 2004 <SteveD@RedHat.com>
cvsdist 603bcc0
- Changed the permission on idmapd.conf to 644
cvsdist 603bcc0
- Added mydaemon code to svcgssd
cvsdist 603bcc0
- Updated the add_gssd.patch from upstream
cvsdist 603bcc0
cvsdist 603bcc0
* Wed Apr 14 2004 <SteveD@RedHat.com>
cvsdist 603bcc0
- Created a pipe between the parent and child so 
cvsdist 603bcc0
  the parent process can report the correct exit
cvsdist 603bcc0
  status to the init scripts
cvsdist 603bcc0
- Added SIGHUP processing to rpc.idmapd and the 
cvsdist 603bcc0
  rpcidmapd init script.
cvsdist 603bcc0
cvsdist 4bc0e7f
* Mon Mar 22 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Make sure check_new_cache() is looking in the right place 
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Wed Mar 17 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Changed the v4 initscripts to use $prog for the
cvsdist 4bc0e7f
  arugment to daemon
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Tue Mar 16 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Made the nfs4 daemons initscripts work better when 
cvsdist 4bc0e7f
  sunrpc is not a module
cvsdist 4bc0e7f
- added more checks to see if modules are being used.
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Mon Mar 15 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Add patch that sets up gssapi_mech.conf correctly
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Fri Mar 12 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the shutting down of the rpc v4 daemons.
cvsdist 4bc0e7f
- Updated the Red Hat only patch with some init script changes.
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
cvsdist 4bc0e7f
- rpc_pipefs mounting and aliases are now in modutils; require that
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Thu Mar 11 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Updated the gssd patch.
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Sun Mar  7 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the addition and deletion of rpc_pipefs to /etc/fstab
cvsdist 4bc0e7f
- Added the addition and deletion of module aliases to /etc/modules.conf
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Mon Mar  1 2004 <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Removed gssd tarball and old nfsv4 patch.
cvsdist 4bc0e7f
- Added new nfsv4 patches that include both the
cvsdist 4bc0e7f
   gssd and idmapd daemons
cvsdist 4bc0e7f
- Added redhat-only v4 patch that reduces the
cvsdist 4bc0e7f
   static librpc.a to only contain gss rpc related
cvsdist 4bc0e7f
   routines (I would rather have gssd use the glibc 
cvsdist 4bc0e7f
   rpc routines)
cvsdist 4bc0e7f
-Changed the gssd svcgssd init scripts to only
cvsdist 4bc0e7f
   start up if SECURE_NFS is set to 'yes' in
cvsdist 4bc0e7f
   /etc/sysconfig/nfs
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 4bc0e7f
- rebuilt
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
cvsdist 4bc0e7f
- make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the NFSv4 bits
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Added the -z flag to nfsstat
cvsdist 4bc0e7f
cvsdist 4bc0e7f
* Wed Dec 24 2003  Steve Dickson <SteveD@RedHat.com>
cvsdist 4bc0e7f
- Fixed lockd port setting in nfs.int script
cvsdist 4bc0e7f
cvsdist 9d8f355
* Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Upgrated to 1.0.6
cvsdist 9d8f355
- Commented out the acl path for fedora
cvsdist 9d8f355
Henrique Martins fbbeaa4
* Wed Aug  27 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Added the setting of lockd ports via sysclt interface
cvsdist 9d8f355
- Removed queue setting code since its no longer needed
cvsdist 9d8f355
cvsdist 9d8f355
* Thu Aug  7 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Added back the acl patch Taroon b2
cvsdist 9d8f355
cvsdist 9d8f355
* Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Commented out the acl patch (for now)
cvsdist 9d8f355
Henrique Martins fbbeaa4
* Mon Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Upgrated to 1.0.5
cvsdist 9d8f355
cvsdist 9d8f355
* Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Added security update
cvsdist 9d8f355
- Fixed the drop-privs.patch which means the chroot
cvsdist 9d8f355
patch could be removed.
cvsdist 9d8f355
cvsdist 9d8f355
* Mon Jun  9 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Defined the differ kinds of debugging avaliable for mountd in
cvsdist 9d8f355
the mountd man page. 
cvsdist 9d8f355
cvsdist 9d8f355
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 9d8f355
- rebuilt
cvsdist 9d8f355
cvsdist 9d8f355
* Tue Jun  3 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 9d8f355
- Upgraded to 1.0.3 
cvsdist 9d8f355
- Fixed numerous bugs in init scrips
cvsdist 9d8f355
- Added nfsstat overflow patch
cvsdist 19b677a
cvsdist 5816d0e
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
cvsdist 5816d0e
- rebuild
cvsdist 5816d0e
cvsdist 5816d0e
* Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
cvsdist 5816d0e
- change init script to not start rpc.lock if already running
cvsdist 5816d0e
cvsdist 5816d0e
* Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
cvsdist 5816d0e
- Moved access code to be after dropping privs
cvsdist 5816d0e
cvsdist c4251ba
* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
dcac4b7
- Build with %%configure
cvsdist c4251ba
- Add nhfsgraph, nhfsnums and nhfsrun to the files list
cvsdist c4251ba
cvsdist c4251ba
* Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
cvsdist c4251ba
- Don't drop privs until we've bound the notification socket
cvsdist c4251ba
cvsdist c4251ba
* Thu Nov  7 2002 Stephen C. Tweedie <sct@redhat.com>
cvsdist c4251ba
- Ignore SIGPIPE in rpc.mountd
cvsdist c4251ba
cvsdist e53021f
* Thu Aug  1 2002 Bob Matthews <bmatthews@redhat.com>
cvsdist e53021f
- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
cvsdist e53021f
- to nfs init script.
cvsdist e53021f
cvsdist 6ae4499
* Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com>
cvsdist 6ae4499
- Move to nfs-utils-1.0.1
cvsdist 6ae4499
cvsdist af1fa63
* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
cvsdist af1fa63
- "service nfs restart" should start services even if currently 
cvsdist af1fa63
-   not running (#59469)
cvsdist af1fa63
- bump version to 0.3.3-4
cvsdist af1fa63
cvsdist af1fa63
* Wed Oct  3 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist af1fa63
- Move to nfs-utils-0.3.3
cvsdist af1fa63
- Make nfsnobody a system account (#54221)
cvsdist 9e219a7
cvsdist 85eb2b5
* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 4f69ea4
- if UID 65534 is unassigned, add user nfsnobody (#22685)
cvsdist 85eb2b5
cvsdist 85eb2b5
* Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 85eb2b5
- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
cvsdist 85eb2b5
cvsdist 1c22dc7
* Tue Aug  7 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 1c22dc7
- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
cvsdist 1c22dc7
cvsdist 7a8b656
* Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
475aa40
- Make %%pre useradd consistent with other Red Hat packages.
cvsdist 4e513ec
cvsdist 7a8b656
* Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 7a8b656
- Added sh-utils dependency for uname -r in nfs init script
cvsdist 7a8b656
cvsdist 7a8b656
* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 7a8b656
- make non RH kernel release strings scan correctly in 
cvsdist 7a8b656
-   nfslock init script (#44186)
cvsdist 7a8b656
cvsdist 7a8b656
* Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 7a8b656
- don't install any rquota pages in _mandir: (#39707, #44119)
cvsdist 7a8b656
- don't try to manipulate rpc.rquotad in init scripts 
cvsdist 7a8b656
-   unless said program actually exists: (#43340)
cvsdist 7a8b656
cvsdist 7a8b656
* Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
cvsdist 7a8b656
- don't translate initscripts for 6.x
cvsdist 4e513ec
cvsdist 426d8c6
* Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 426d8c6
- do not start lockd on kernel 2.2.18 or higher (done automatically)
cvsdist 426d8c6
cvsdist 71d63d6
* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
cvsdist 71d63d6
- don't use rquotad from here now; quota package contains a version that 
cvsdist 71d63d6
  works with 2.4 (#33738)
cvsdist 71d63d6
Henrique Martins fbbeaa4
* Mon Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Statd logs at LOG_DAEMON rather than LOG_LOCAL5
cvsdist 71d63d6
- s/nfs/\$0/ where appropriate in init scripts
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Mar  6 2001 Jeff Johnson <jbj@redhat.com>
cvsdist 71d63d6
- Move to nfs-utils-0.3.1
cvsdist 71d63d6
cvsdist 71d63d6
* Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- #include <time.h> patch
cvsdist 71d63d6
cvsdist 71d63d6
* Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Really enable netgroups
cvsdist 71d63d6
cvsdist 71d63d6
* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 71d63d6
- i18nize initscripts
cvsdist 71d63d6
cvsdist 71d63d6
* Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Hackish fix in build section to enable netgroups
cvsdist 71d63d6
cvsdist 71d63d6
* Wed Jan  3 2001 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Fix incorrect file specifications in statd manpage.
cvsdist 71d63d6
- Require gawk 'cause it's used in nfslock init script.
cvsdist 71d63d6
Henrique Martins fbbeaa4
* Wed Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Require sed because it's used in nfs init script
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- Don't do a chroot(2) after dropping privs, in statd.
cvsdist 71d63d6
cvsdist 71d63d6
* Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
cvsdist 71d63d6
- NFSv3 if kernel >= 2.2.18, detected in init script
cvsdist 71d63d6
cvsdist 71d63d6
* Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 71d63d6
- update to 0.2.1
cvsdist 71d63d6
cvsdist 71d63d6
* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist 71d63d6
- don't start lockd on 2.4 kernels; it's unnecessary
cvsdist 71d63d6
cvsdist 1ea8452
* Tue Sep  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- more portable fix for mandir
cvsdist 1ea8452
cvsdist 1ea8452
* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- update to 0.2-release
cvsdist 1ea8452
cvsdist 1ea8452
* Fri Sep  1 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- fix reload script
cvsdist 1ea8452
cvsdist 1ea8452
* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1ea8452
- update to 0.2 from CVS
cvsdist 1ea8452
- adjust statd-drop-privs patch
cvsdist 1ea8452
- disable tcp_wrapper support
cvsdist 1ea8452
cvsdist c905793
* Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- fix stop priority of nfslock
cvsdist c905793
cvsdist c905793
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- um, actually *include and apply* the statd-drop-privs patch
cvsdist c905793
cvsdist c905793
* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- fix init script ordering (#14502)
cvsdist c905793
cvsdist c905793
* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- run statd chrooted and as non-root
cvsdist c905793
- add prereqs
cvsdist c905793
475aa40
* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist c905793
- use "License", not "Copyright"
cvsdist c905793
- use %%{_tmppath} and %%{_mandir}
cvsdist c905793
cvsdist c905793
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
cvsdist c905793
- built for next release
cvsdist c905793
cvsdist c905793
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
cvsdist c905793
- 0.1.9.1
cvsdist c905793
- remove patch0, has been integrated upstream
cvsdist c905793
cvsdist c905793
* Wed Feb  9 2000 Bill Nottingham <notting@redhat.com>
cvsdist c905793
- the wonderful thing about triggers, is triggers are wonderful things...
cvsdist c905793
cvsdist c905793
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
cvsdist c905793
- switch to nfs-utils as the base tree
cvsdist c905793
- fix the statfs patch for the new code base
cvsdist c905793
- single package that obsoletes everything we had before (if I am to keep
cvsdist c905793
  some traces of my sanity with me...)
cvsdist c905793
cvsdist c905793
* Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
cvsdist c905793
- use statfs syscall instead of stat to determinal optimal blksize