source: projects/specs/trunk/n/nfs-utils/nfs-utils-vl.spec @ 9828

Revision 9828, 36.6 KB checked in by Takemikaduchi, 8 years ago (diff)

new upstream release

Line 
1Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
2Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プログラム
3Name: nfs-utils
4Version: 1.3.3
5Release: 1%{?_dist_release}
6
7%define enablegss 1
8
9# group all 32bit related archs
10%define all_32bit_archs i386 i686 athlon
11
12License: MIT and GPLv2 and GPLv2+ and BSD
13Group: System Environment/Daemons
14URL: http://sourceforge.net/projects/nfs
15
16Source0: %{name}-%{version}.tar.bz2
17Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz
18
19Source10: nfs.init
20Source11: nfslock.init
21Source12: rpcidmapd.init
22Source13: rpcgssd.init
23#Source14: rpcsvcgssd.init
24
25Source21: id_resolver.conf
26Source22: lockd.conf
27Source23: nfs.sysconfig
28
29Patch100: nfs-utils-1.2.1-statdpath-man.patch
30Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
31Patch102: nfs-utils-1.2.3-sm-notify-res_init.patch
32Patch103: nfs-utils-1.2.5-idmap-errmsg.patch
33
34Provides: exportfs    = %{version}-%{release}
35Provides: nfsstat     = %{version}-%{release}
36Provides: showmount   = %{version}-%{release}
37Provides: rpcdebug    = %{version}-%{release}
38Provides: rpc.idmapd  = %{version}-%{release}
39Provides: rpc.mountd  = %{version}-%{release}
40Provides: rpc.nfsd    = %{version}-%{release}
41Provides: rpc.statd   = %{version}-%{release}
42%if %{enablegss}
43Provides: rpc.gssd    = %{version}-%{release}
44%endif
45Provides: mount.nfs   = %{version}-%{release}
46Provides: mount.nfs4  = %{version}-%{release}
47Provides: umount.nfs  = %{version}-%{release}
48Provides: umount.nfs4 = %{version}-%{release}
49Provides: sm-notify   = %{version}-%{release}
50Provides: start-statd = %{version}-%{release}
51
52Buildroot: %{_tmppath}/%{name}-%{version}-root
53Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep
54Requires: kmod, keyutils, quota
55BuildRequires: libevent-devel libcap-devel
56BuildRequires: libnfsidmap-devel libtirpc-devel libblkid-devel
57BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
58BuildRequires: automake, libtool, glibc-headers, device-mapper-devel
59BuildRequires: krb5-devel, tcp_wrappers, libmount-devel
60BuildRequires: sqlite3-devel
61#if %{enablegss}
62#BuildRequires: libgssglue-devel
63#BuildRequires: librpcsecgss >= 0.17
64#endif
65Requires(pre): shadow-utils >= 4.0.3-25
66Requires(pre): /sbin/chkconfig /sbin/nologin
67Requires: libnfsidmap libevent
68Requires: libtirpc >= 0.2.3 libblkid libcap libmount
69#if %{enablegss}
70#Requires: libgssglue
71#Requires: librpcsecgss >= 0.17
72#endif
73
74
75%description
76The nfs-utils package provides a daemon for the kernel NFS server and
77related tools, which provides a much higher level of performance than the
78traditional Linux NFS server used by most users.
79
80This package also contains the showmount program.  Showmount queries the
81mount daemon on a remote host for information about the NFS (Network File
82System) server on the remote host.  For example, showmount can display the
83clients which are mounted on that host.
84
85This package also contains the mount.nfs and umount.nfs program.
86
87%description -l ja
88nfs-utils パッケージには kernel NFS サーバと関連ツールが収録されています。
89これにより、多くのユーザに使われてきた旧来の Linux NFS サーバより高い
90パフォーマンスを提供することができます。
91
92このパッケージには showmount プログラムも収録されています。
93showmount は遠隔ホストの mount デーモンに問い合わせを行い、
94NFS サーバに関する情報を得ることができます。
95例えば、showmount を使うことで、その遠隔ホストをマウントしている
96クライアントの一覧を得ることができます。
97
98本パッケージにはまた mount.nfs と umount.nfs プログラムも収録されています。
99
100
101%prep
102%setup -q
103
104%patch100 -p1
105%patch101 -p1
106%patch102 -p1
107%patch103 -p1
108
109
110# Remove .orig files
111find . -name "*.orig" | xargs rm -f
112
113
114%build
115
116%ifarch s390 s390x
117PIE="-fPIE"
118%else
119PIE="-fpie"
120%endif
121export PIE
122
123sh -x autogen.sh
124
125CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE -D_FILE_OFFSET_BITS=64`"
126%configure \
127    CFLAGS="$CFLAGS" \
128    CPPFLAGS="$DEFINES" \
129    LDFLAGS="-pie" \
130    --enable-mountconfig \
131    --enable-ipv6 \
132    --with-statdpath=/var/lib/nfs/statd \
133    --enable-libmount-mount \
134%if !%{enablegss}
135    --disable-gss
136%endif
137
138make %{?_smp_mflags} all
139
140
141%install
142rm -rf $RPM_BUILD_ROOT
143mkdir -p $RPM_BUILD_ROOT{/sbin,/usr/sbin}
144mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man5,man8}
145mkdir -p $RPM_BUILD_ROOT%{_initdir}
146mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
147mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/request-key.d
148mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d
149make DESTDIR=$RPM_BUILD_ROOT install
150install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT%{_sbindir}
151install -m 644 utils/mount/nfsmount.conf  $RPM_BUILD_ROOT%{_sysconfdir}
152install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_initdir}/nfs
153install -m 755 %{SOURCE11} $RPM_BUILD_ROOT%{_initdir}/nfslock
154install -m 755 %{SOURCE12} $RPM_BUILD_ROOT%{_initdir}/rpcidmapd
155%if %{enablegss}
156install -m 755 %{SOURCE13} $RPM_BUILD_ROOT%{_initdir}/rpcgssd
157%endif
158
159install -m 644 %{SOURCE21} $RPM_BUILD_ROOT%{_sysconfdir}/request-key.d
160install -m 644 %{SOURCE22} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/lockd.conf
161install -m 644 %{SOURCE23} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/nfs
162
163mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
164
165touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
166mv $RPM_BUILD_ROOT/usr/sbin/rpc.statd $RPM_BUILD_ROOT/sbin
167
168mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm
169mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm.bak
170mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery
171mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/exports.d
172
173# temporarily remove nfs.5 man page until util-linux gets upgraded...
174rm -f $RPM_BUILD_ROOT/%{_mandir}/man5/nfs.5*
175
176
177%clean
178rm -rf $RPM_BUILD_ROOT
179
180
181%pre
182# move files so the running service will have this applied as well
183for x in gssd svcgssd idmapd ; do
184    if [ -f /var/lock/subsys/rpc.$x ]; then
185        mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x
186    fi
187done
188
189/usr/sbin/useradd -r -c "RPC Service User" \
190        -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || :
191cat /etc/group | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
192if [ "$?" -eq 1 ]; then
193    /usr/sbin/groupadd -g 29 rpcuser 2>/dev/null || :
194else
195    /usr/sbin/groupmod -g 29 rpcuser 2>/dev/null || :
196fi
197
198# Using the 16-bit value of -2 for the nfsnobody uid and gid
199%define nfsnobody_uid   65534
200
201# Create nfsnobody gid as long as it does not already exist
202cat /etc/group | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
203if [ "$?" -eq 1 ]; then
204    /usr/sbin/groupadd -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
205else
206    /usr/sbin/groupmod -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
207fi
208
209# Create nfsnobody uid as long as it does not already exist.
210cat /etc/passwd | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
211if [ "$?" -eq 1 ]; then
212    /usr/sbin/useradd -l -c "Anonymous NFS User" -r -g %{nfsnobody_uid} \
213        -s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody 2>/dev/null || :
214else
215
216   /usr/sbin/usermod -u %{nfsnobody_uid} -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
217fi
218
219
220%post
221/sbin/chkconfig --add nfs
222/sbin/chkconfig --add nfslock
223/sbin/chkconfig --add rpcidmapd
224%if %{enablegss}
225/sbin/chkconfig --add rpcgssd
226%endif
227# Make sure statd used the correct uid/gid.
228if [ -f /var/lock/subsys/rpc.statd ]; then
229    /etc/rc.d/init.d/nfslock stop > /dev/null
230    chown -R rpcuser:rpcuser /var/lib/nfs/statd
231    /etc/rc.d/init.d/nfslock start > /dev/null
232else
233        chown -R rpcuser:rpcuser /var/lib/nfs/statd
234fi
235
236%preun
237if [ "$1" = "0" ]; then
238    /etc/rc.d/init.d/nfs condstop > /dev/null
239%if %{enablegss}
240    /etc/rc.d/init.d/rpcgssd condstop > /dev/null
241%endif   
242    /etc/rc.d/init.d/rpcidmapd condstop > /dev/null
243    /etc/rc.d/init.d/nfslock condstop > /dev/null
244    /sbin/chkconfig --del rpcidmapd
245%if %{enablegss}
246    /sbin/chkconfig --del rpcgssd
247%endif
248    /sbin/chkconfig --del nfs
249    /sbin/chkconfig --del nfslock
250    /usr/sbin/userdel rpcuser 2>/dev/null || :
251    /usr/sbin/groupdel rpcuser 2>/dev/null || :
252    /usr/sbin/userdel nfsnobody 2>/dev/null || :
253    /usr/sbin/groupdel nfsnobody 2>/dev/null || :
254    rm -rf /var/lib/nfs/statd
255    rm -rf /var/lib/nfs/v4recovery
256fi
257
258%postun
259if [ "$1" -ge 1 ]; then
260    if [ -f /etc/rc.d/init.d/rpcidmapd ]; then
261        /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
262    fi
263%if %{enablegss}
264    if [ -f /etc/rc.d/init.d/rpcgssd ]; then
265        /etc/rc.d/init.d/rpcgssd condrestart > /dev/null
266    fi
267%endif
268    if [ -f /etc/rc.d/init.d/nfs ]; then
269        /etc/rc.d/init.d/nfs condrestart > /dev/null
270    fi
271    if [ -f /etc/rc.d/init.d/nfslock ]; then
272        /etc/rc.d/init.d/nfslock condrestart > /dev/null
273    fi
274fi
275
276%triggerpostun -- nfs-server
277/sbin/chkconfig --add nfs
278
279%triggerpostun -- knfsd
280/sbin/chkconfig --add nfs
281
282%triggerpostun -- knfsd-clients
283/sbin/chkconfig --add nfslock
284
285%files
286%defattr(-,root,root)
287%doc linux-nfs/ChangeLog linux-nfs/KNOWNBUGS linux-nfs/NEW linux-nfs/README
288%doc linux-nfs/THANKS linux-nfs/TODO
289%config %{_initdir}/nfs
290%config %{_initdir}/rpcidmapd
291%if %{enablegss}
292%config %{_initdir}/rpcgssd
293%endif
294%config(noreplace) %{_sysconfdir}/sysconfig/nfs
295%config(noreplace) %{_sysconfdir}/nfsmount.conf
296%config(noreplace) %{_sysconfdir}/request-key.d/id_resolver.conf
297%config(noreplace) %{_sysconfdir}/modprobe.d/lockd.conf
298%dir %{_sysconfdir}/exports.d
299%dir /var/lib/nfs/v4recovery
300%dir /var/lib/nfs/rpc_pipefs
301%dir /var/lib/nfs
302%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd
303%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm
304%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm.bak
305%config(noreplace) /var/lib/nfs/xtab
306%config(noreplace) /var/lib/nfs/etab
307%config(noreplace) /var/lib/nfs/rmtab
308%config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/statd/state
309/sbin/rpc.statd
310/sbin/osd_login
311/sbin/nfsdcltrack
312%{_sbindir}/exportfs
313%{_sbindir}/nfsstat
314%{_sbindir}/rpcdebug
315%{_sbindir}/rpc.mountd
316%{_sbindir}/rpc.nfsd
317%{_sbindir}/showmount
318%{_sbindir}/rpc.idmapd
319%if %{enablegss}
320%{_sbindir}/rpc.gssd
321%endif
322%{_sbindir}/sm-notify
323%{_sbindir}/start-statd
324%{_sbindir}/mountstats
325%{_sbindir}/nfsiostat
326%{_sbindir}/nfsidmap
327%{_sbindir}/blkmapd
328%{_mandir}/*/*
329%config %{_initdir}/nfslock
330
331%attr(4755,root,root)   /sbin/mount.nfs
332/sbin/mount.nfs4
333/sbin/umount.nfs
334/sbin/umount.nfs4
335
336
337%changelog
338* Mon Nov 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-1
339- new upstream release
340- remove Patch1,2
341- update Source10 (nfs.init)
342
343* Thu Feb 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.3.2-1
344- new upstream release
345- updated Source10-13
346- added Patch1 and 2 from Fedora
347- added BR: libmount-devel, sqlite3-devel
348- used BR: libnfsidmap-devel instead of libnfsidmap
349- used more macros
350- set %%enablegss to 1
351
352* Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6-2
353- update to 1.2.7-rc5
354
355* Sat Oct 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6-1
356- update to 1.2.6
357- Made nfsnobody's uid/gid to always be a 16-bit value of -2
358- change rpcuser's gid to fixed value 29
359
360* Sat Jan 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
361- update to 1.2.5
362- add patches (update to 1.2.6-rc6)
363- enable-ipv6 (add BR: libtirpc-devel)
364- add BR: device-mapper-devel
365
366* Sun Feb 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.5-5
367- add BuildRequires: libblkid-devel
368
369* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-4
370- rebuilt with libevent-2.0.10
371
372* Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-3
373- add INIT INFO headers to initscripts
374
375* Fri Jun 12 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1.5-2
376- import more patches from FC11 1.1.5-5
377  - Patch101: upstream rc2 patch
378  - Patch102: upstream rc3 patch
379    - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
380    - gssd: NULL-terminate buffer after read in read_service_info (try #2)
381    - gssd: free buffer allocated by gssd_k5_err_msg
382    - gssd: fix potential double-frees in gssd
383    - Removed a number of warn_unused_result warnings
384  - Patch103: Update nfsstat with --sleep and --list options
385  - Patch104: Fixed umount from using non-privilege ports (bz 492598)
386
387* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-1
388- new upstream release
389- fix %%post, remove '-l' from useradd option
390
391* Sun Jan 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.2-4
392- rebuilt with openldap-2.4.11
393- spec in UTF-8
394
395* Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.2-3
396- updated to 1.1.2, based on Fedora 1.1.2-2
397- disable RPC Sec-GSS feature for Vine (and we won't any longer? Let me know)
398- temporarily remove nfs.5 man page until util-linux gets upgraded
399- previous Vine changelogs as follows:
400
401  - Wed Apr 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.9-1
402  - rebuilt with libevent-1.4.3-1
403
404  - Sun Jul  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.9-0vl4
405  - rebuilt with libevent-1.3b-0vl1
406
407  - Tue Aug 29 2006 MATSUBAYASHI <shaolin@vinelinux.org> 1.0.9-0vl3
408  - rebuilt with libevent-1.1b-0vl1
409
410  - Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.9-0vl2
411  - rebuilt with openldap-2.3.27-0vl1
412
413  - Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.9-0vl1
414  - new upstream release
415  - drop obsolete patches
416
417  - Wed Mar 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.8-0vl0.rc2.2
418  - add libevent-devel and libnfsidmap to BuidRequires
419
420  - Mon Mar 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.8-0vl0.rc2.1
421  - update to nfs-utils-1.0.8-rc2
422  - merged some patches from FC
423  - fix kanji code of spec file
424
425  - Tue Apr 26 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.6-0vl1
426  - updated to 1.0.6
427  - merged several files from 1.0.6-22
428
429  - Sun Feb  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
430  - new upstream release
431  - remove quota related files, now we are using it from quota utils.
432
433  - Sat Sep 01 2001 Toru Sagami <sagami@vinelinux.org>
434  - 0.3.1-12vl2: revive rpc.rquotad for the time being
435
436  - Fri Aug 24 2001 Toru Sagami <sagami@vinelinux.org>
437  - 0.3.1-12vl1: ported to Vine
438
439* Mon Apr 14 2008 Steve Dickson <steved@redhat.com>  1.1.2-2
440- Make EACCES a non fatal error (bz 439807)
441
442* Tue Mar 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-1
443- Upgrade to nfs-utils-1.1.2
444
445* Mon Mar  3 2008 Steve Dickson <steved@redhat.com>  1.1.1-5
446- Stopped mountd from incorrectly logging an error
447  (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
448- Stop gssd from ignoring the machine credential caches
449  (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931)
450- Fixed typo in the nfsstat command line arugments.
451  (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
452- Added test to stop buffer overflow in idmapd
453  (commit bcd0fcaf0966c546da5043be700587f73174ae25)
454
455* Sat Feb  9 2008 Steve Dickson <steved@redhat.com>  1.1.1-4
456- Cleaned up some typos that were found in the various
457  places in the mountd code
458
459* Thu Jan 24 2008 Steve Dickson <steved@redhat.com>  1.1.1-3
460- Added in relatime mount option so mount.nfs stays
461  compatible with the mount command in util-linux-ng (bz 274301)
462
463* Tue Jan 22 2008 Steve Dickson <steved@redhat.com>  1.1.1-2
464- Added -S/--since to the nfsstat(1) manpage
465- The wording in the exportfs man page can be a bit confusing, implying
466  that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't
467- Removed nfsprog option since the kernel no longer supports it.
468- Removed mountprog option since the kernel no longer supports it.
469- Stop segfaults on amd64 during warnings messages.
470- Fix bug when both crossmnt and fsid are set.
471
472* Sat Jan  5 2008 Steve Dickson <steved@redhat.com>  1.1.1-1
473- Updated to latest upstream release, nfs-utils-1.1.1
474- Added the removal of sm-notify.pid to nfslock init script.
475- Changed spec file to use condrestart instead of condstop
476  when calling init scripts.
477- Fixed typo in rpc.mountd man page
478- Turn on 'nohide' automatically for all refer exports (bz 313561)
479
480* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
481 - Rebuild for openldap bump
482
483* Wed Oct 17 2007 Steve Dickson <steved@redhat.com>  1.1.0-6
484- Switch the libgssapi dependency to libgssglue
485
486* Fri Sep 14 2007 Steve Dickson <steved@redhat.com>  1.1.0-5
487- Changed the default paths in sm-notify to
488  /var/lib/nfs/statd (bz 258461)
489- Updated exportfs manpage (bz 262861)
490
491* Wed Aug 15 2007 Steve Dickson <steved@redhat.com>  1.1.0-4
492- Make sure the open() system calling in exportfs uses
493  mode bits when creating the etab file (bz 252440).
494
495* Mon Aug 13 2007 Steve Dickson <steved@redhat.com>  1.1.0-3
496- Added nosharecache mount option which re-enables
497  rw/ro mounts to the same server (bz 243913).
498
499* Thu Aug  2 2007 Steve Dickson <steved@redhat.com>  1.1.0-2
500- Make sure the gss and idmap daemons remove thier lock
501  files when they are stopped.
502
503* Sat Jul 28 2007 Steve Dickson <steved@redhat.com>  1.1.0-1
504- Upgraded to the latest upstream version (nfs-utils-1.1.0)
505
506* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
507- Fixed typo in mount.nfs4 that causes a segfault during
508  error processing (bz 241190)
509
510* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
511- Make sure the condrestarts exit with a zero value (bz 240225)
512- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
513- Added -o nordirplus mount option to disable READDIRPLUS (bz 240357)
514- Disabled the FSCache patch, for now...
515
516* Wed May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5
517- Fix mount.nfs4 to display correct error message (bz 227212)
518- Updated mountd and showmount reverse lookup flags (bz 220772)
519- Eliminate timeout on nfsd shutdowns (bz 222001)
520- Eliminate memory leak in mountd (bz 239536)
521- Make sure statd uses correct uid/gid by chowning
522  the /var/lib/nfs/statd with the rpcuser id. (bz 235216)
523- Correct some sanity checking in rpc.nfsd. (bz 220887)
524- Added missing unlock_mtab() call in moutnd
525- Have mountd hold open etab file to force inode number to change (bz 236823)
526- Create a /etc/sysconfig/nfs with all the possible init script
527  variables (bz 234543)
528- Changed nfs initscript to exit with correct value (bz 221874)
529
530* Tue Apr  3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
531- Replace portmap dependency with an rpcbind dependency (bz 228894)
532
533* Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3
534- Incorporated Merge Review comments (bz 226198)
535
536* Fri Mar  9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2
537- Added condstop to all the initscripts (bz 196934)
538- Made no_subtree_check a default export option (bz 212218)
539
540* Tue Mar  6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1
541- Upgraded to 1.0.12
542- Fixed typo in Summary.
543
544* Thu Mar  1 2007 Karel Zak <kzak@redhat.com>  1.0.11-2
545- Fixed mount.nfs -f (fake) option (bz 227988)
546
547* Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1
548- Upgraded to 1.0.11
549
550* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
551- Added FS_Location support
552
553* Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6
554- add support for mount options that contain commas (bz 219645)
555
556* Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5
557- Stopped v4 umounts from ping rpc.mountd (bz 215553)
558
559* Wed Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4
560- Doing a connect on UDP sockets causes the linux network
561  stack to reject UDP patches from multi-home server with
562  nic on the same subnet. (bz 212471)
563
564* Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
565- Removed some old mounting versioning code that was
566  stopping tcp mount from working (bz 212471)
567
568* Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
569- Fixed -o remount (bz 210346)
570- fix memory leak in rpc.idmapd (bz 212547)
571- fix use after free bug in dirscancb (bz 212547)
572- Made no_subtree_check a default export option (bz 212218)
573
574* Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1
575- Upgraded to 1.0.10
576
577* Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10
578- Fixed typo in nfs man page (bz 210864).
579
580* Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9
581- Unable to mount NFS V3 share where sec=none is specified (bz 210644)
582
583* Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8
584- mount.nfs was not returning a non-zero exit value
585  on failed mounts (bz 206705)
586
587* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7
588- Added support for the mount -s (sloppy) option (#205038)
589- Added nfs.5 man page from util-linux
590- Added info about [u]mount.nfs to the package description
591
592* Mon Sep 11 2006  <SteveD@RedHat.com> 1.0.9-6
593- Removed the compiling of getiversion and getkversion since
594  UTS_RELEASE is no longer defined and these binary are
595  not installed.
596
597* Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5
598- Changed gssd daemons to cache things in memory
599  instead of /tmp which makes selinux much happier.
600  (bz 203078)
601
602* Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4
603- Allow variable for HA callout program in /etc/init.d/nfslock
604  (bz 202790)
605
606* Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3
607- add epoch (#196359)
608
609* Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2
610- Enabled the creating of mount.nfs and umount.nfs binaries
611- Added mount option fixes suggested by upstream.
612- Fix lazy umounts (bz 169299)
613- Added -o fsc mount option.
614
615* Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1
616- Updated to 1.0.9 release
617
618* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1
619- rebuild
620
621* Sun Jul  2 2006 <jkeating@redhat.com> 1:1.0.8-5
622- Introduce epoch to fix upgrade path
623
624* Sat Jul  1 2006 <SteveD@RedHat.com> 1.0.8-3
625- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
626
627* Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
628- Split the controlling of nfs version, ports, and protocol
629  into two different patches
630- Fixed and added debugging statements to rpc.mountd.
631- Fixed -p arg to work with priviledged ports (bz 156655)
632- Changed nfslock initscript to set LOCKD_TCPPORT and
633  LOCKD_UDPPORT (bz 162133)
634- Added MOUNTD_NFS_V1 variable to version 1 of the
635  mount protocol can be turned off. (bz 175729)
636- Fixed gssd to handel mixed case characters in
637  the domainname. (bz 186069)
638
639* Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2
640- Updated to nfs-utils-1.0.8
641
642* Thu Jun  8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1
643- Upgraded to the upstream 1.0.8.rc4 version
644
645* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2
646- bump again for double-long bug on ppc(64)
647
648* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1
649- rebuilt for new gcc4.1 snapshot and glibc changes
650
651* Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5
652- Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd
653  which turns on debugging in the libarary.
654
655* Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5
656- Added innetgr patch that changes configure scripts to
657  check for the innetgr function. (bz 177899)
658
659* Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5
660- Fix lockfile naming in the initscripts so they're stopped correctly.
661
662* Mon Jan  9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5
663- Updated to 1.0.8-rc2 release
664- Broke out libgssapi into its own rpm
665- Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm
666- Removed libevent code; Required to be installed.
667
668* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
669- rebuilt
670
671* Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19
672- Updated to latest code in SourceForge CVS
673- Updated to latest CITI patches (1.0.7-4)
674- Fix bug in nfsdreopen by compiling in server defaults
675
676* Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18
677- Updated libnfsidmap to 0.11
678- Updated libgssapi to 0.5
679- Made sure the gss daemons and new libs are
680  all using the same include files.
681- Removed code from the tree that is no longer used.
682- Add ctlbits patch that introduced the -N -T and -U
683  command line flags to rpc.nfsd.
684
685* Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17
686- Updated to latest nfs-utils code in upstream CVS tree
687- Updated libevent from 1.0b to 1.1a
688- Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI
689
690* Tue Sep  8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
691- Reworked the nfslock init script so if lockd is running
692  it will be killed which is what the HA community needs. (bz 162446)
693- Stopped rpcidmapd.init from doing extra echoing when
694  condstart-ed.
695
696* Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
697- don't strip during "make install", so debuginfo packages are generated right
698
699* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
700- no need to still keep a requirement for kernel-2.2 or newer
701
702* Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
703- Changed mountd to use stat64() (bz 165062)
704
705* Tue Aug  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
706- Changed useradd to use new -l flag (bz149407)
707- 64bit fix in gssd code (bz 163139)
708- updated broken dependencies
709- updated rquotad to compile with latest
710  quota version.
711
712* Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8
713- Fixed subscripting problem in idmapd (bz 158188)
714
715* Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7
716- Fixed buffer overflow in rpc.svcgssd (bz 114288)
717
718* Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
719- Fixed misformated output from nfslock script (bz 154648)
720
721* Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
722- Fixed a compile error on x86_64 machines in the gss code.
723- Updated the statd-notify-hostname.patch to eliminate
724  a segmentation fault in rpc.statd when an network
725  interface was down. (bz 151828)
726
727* Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
728- Changed xlog to use LOG_INFO instead of LOG_DEBUG
729  so debug messages will appear w/out any config
730  changes to syslog.conf.
731- Reworked how /etc/exports is setup (bz 151389)
732
733* Wed Mar  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2
734- Tied the rpcsecgss debugging in with gssd and
735  svcgssd debugging
736
737* Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com>
738- Added support to rpcgssd.init and rpcsvcgssd.init scripts
739  to insmod security modules.
740- Changed the nfs.init script to bring rpc.svcgssd up and down,
741  since rpc.svcgssd is only needed with the NFS server is running.
742
743* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
744- Fix problem in idmapd that was causing "xdr error 10008"
745  errors (bz 142813)
746- make sure the correct hostname is used in the SM_NOTIFY
747  message that is sent from a rebooted server which has
748  multiple network interfaces. (bz 139101)
749
750- Changed nfslock to send lockd a -KILL signal
751  when coming down. (bz 125257)
752
753* Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com>
754- Replaced a memcopy with explicit assignments
755  in getquotainfo() of rquotad to fix potential overflow
756  that can occur on 64bit machines. (bz 138068)
757
758* Mon Nov  8 2004 Steve Dickson <SteveD@RedHat.com>
759- Updated to latest sourceforge code
760- Updated to latest CITIT nfs4 patches
761
762* Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com>
763- Changed nfs.init to bring down rquotad correctly
764  (bz# 136041)
765
766* Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com>
767- Added "$RQUOTAD_PORT" variable to nfs.init which
768  allows the rpc.rquotad to use a predefined port
769  (bz# 124676)
770
771* Fri Oct  1 2004 <SteveD@RedHat.com
772- Incorporate some clean up code from Ulrich Drepper (bz# 134025)
773- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and
774  rpcsvcgssd initscrpts (bz# 132284)
775
776* Fri Sep 24 2004 <SteveD@RedHat.com>
777- Make sure the uid/gid of nfsnobody is the
778  correct value for all archs (bz# 123900)
779- Fixed some security issues found by SGI (bz# 133556)
780
781* Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com>
782- Major clean up.
783- Removed all unused/old patches
784- Rename and condensed a number of patches
785- Updated to CITI's nfs-utils-1.0.6-13 patches
786
787* Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
788- move if..fi condrestart stanza to %%postun (#127914, #128601)
789
790* Wed Jun 16 2004 <SteveD@RedHat.com>
791- nfslock stop is now done on package removals
792- Eliminate 3 syslog messages that are logged for
793  successful events.
794
795* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
796- rebuilt
797
798* Mon Jun 14 2004 <SteveD@RedHat.com>
799- Fixed syntax error in nfs initscripts when
800  NETWORKING is not defined
801- Removed sync warning on readonly exports.
802- Changed run levels in rpc initscripts.
803- Replaced modinfo with lsmod when checking
804  for loaded modules.
805
806* Tue Jun  1 2004 <SteveD@RedHat.com>
807- Changed the rpcgssd init script to ensure the
808  rpcsec_gss_krb5 module is loaded
809
810* Tue May 18 2004 <SteveD@RedHat.com>
811- Removed the auto option from MOUNTD_NFS_V2 and
812  MOUNTD_NFS_V3 variables. Since v2 and v3 are on
813  by default, there only needs to be away of
814  turning them off.
815
816* Thu May 10 2004 <SteveD@RedHat.com>
817- Rebuilt
818
819* Thu Apr 15 2004 <SteveD@RedHat.com>
820- Changed the permission on idmapd.conf to 644
821- Added mydaemon code to svcgssd
822- Updated the add_gssd.patch from upstream
823
824* Wed Apr 14 2004 <SteveD@RedHat.com>
825- Created a pipe between the parent and child so
826  the parent process can report the correct exit
827  status to the init scripts
828- Added SIGHUP processing to rpc.idmapd and the
829  rpcidmapd init script.
830
831* Mon Mar 22 2004 <SteveD@RedHat.com>
832- Make sure check_new_cache() is looking in the right place
833
834* Wed Mar 17 2004 <SteveD@RedHat.com>
835- Changed the v4 initscripts to use $prog for the
836  arugment to daemon
837
838* Tue Mar 16 2004 <SteveD@RedHat.com>
839- Made the nfs4 daemons initscripts work better when
840  sunrpc is not a module
841- added more checks to see if modules are being used.
842
843* Mon Mar 15 2004 <SteveD@RedHat.com>
844- Add patch that sets up gssapi_mech.conf correctly
845
846* Fri Mar 12 2004 <SteveD@RedHat.com>
847- Added the shutting down of the rpc v4 daemons.
848- Updated the Red Hat only patch with some init script changes.
849
850* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
851- rpc_pipefs mounting and aliases are now in modutils; require that
852
853* Thu Mar 11 2004 <SteveD@RedHat.com>
854- Updated the gssd patch.
855
856* Sun Mar  7 2004 <SteveD@RedHat.com>
857- Added the addition and deletion of rpc_pipefs to /etc/fstab
858- Added the addition and deletion of module aliases to /etc/modules.conf
859
860* Mon Mar  1 2004 <SteveD@RedHat.com>
861- Removed gssd tarball and old nfsv4 patch.
862- Added new nfsv4 patches that include both the
863   gssd and idmapd daemons
864- Added redhat-only v4 patch that reduces the
865   static librpc.a to only contain gss rpc related
866   routines (I would rather have gssd use the glibc
867   rpc routines)
868-Changed the gssd svcgssd init scripts to only
869   start up if SECURE_NFS is set to 'yes' in
870   /etc/sysconfig/nfs
871
872* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
873- rebuilt
874
875* Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
876- make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
877
878* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
879- Added the NFSv4 bits
880
881* Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
882- Added the -z flag to nfsstat
883
884* Wed Dec 24 2003  Steve Dickson <SteveD@RedHat.com>
885- Fixed lockd port setting in nfs.int script
886
887* Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
888- Upgrated to 1.0.6
889- Commented out the acl path for fedora
890
891* Thu Aug  27 2003 Steve Dickson <SteveD@RedHat.com>
892- Added the setting of lockd ports via sysclt interface
893- Removed queue setting code since its no longer needed
894
895* Thu Aug  7 2003 Steve Dickson <SteveD@RedHat.com>
896- Added back the acl patch Taroon b2
897
898* Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
899- Commented out the acl patch (for now)
900
901* Wed Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
902- Upgrated to 1.0.5
903
904* Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
905- Added security update
906- Fixed the drop-privs.patch which means the chroot
907patch could be removed.
908
909* Mon Jun  9 2003 Steve Dickson <SteveD@RedHat.com>
910- Defined the differ kinds of debugging avaliable for mountd in
911the mountd man page.
912
913* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
914- rebuilt
915
916* Tue Jun  3 2003 Steve Dickson <SteveD@RedHat.com>
917- Upgraded to 1.0.3
918- Fixed numerous bugs in init scrips
919- Added nfsstat overflow patch
920
921* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
922- rebuild
923
924* Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
925- change init script to not start rpc.lock if already running
926
927* Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
928- Moved access code to be after dropping privs
929
930* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
931- Build with %%configure
932- Add nhfsgraph, nhfsnums and nhfsrun to the files list
933
934* Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
935- Don't drop privs until we've bound the notification socket
936
937* Thu Nov  7 2002 Stephen C. Tweedie <sct@redhat.com>
938- Ignore SIGPIPE in rpc.mountd
939
940* Thu Aug  1 2002 Bob Matthews <bmatthews@redhat.com>
941- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
942- to nfs init script.
943
944* Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com>
945- Move to nfs-utils-1.0.1
946
947* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
948- "service nfs restart" should start services even if currently
949-   not running (#59469)
950- bump version to 0.3.3-4
951
952* Wed Oct  3 2001 Bob Matthews <bmatthews@redhat.com>
953- Move to nfs-utils-0.3.3
954- Make nfsnobody a system account (#54221)
955
956* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
957- if UID 65534 is unassigned, add user nfsnobody (#22685)
958
959* Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
960- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
961
962* Tue Aug  7 2001 Bob Matthews <bmatthews@redhat.com>
963- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
964
965* Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
966- Make %%pre useradd consistent with other Red Hat packages.
967
968* Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
969- Added sh-utils dependency for uname -r in nfs init script
970
971* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
972- make non RH kernel release strings scan correctly in
973-   nfslock init script (#44186)
974
975* Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com>
976- don't install any rquota pages in _mandir: (#39707, #44119)
977- don't try to manipulate rpc.rquotad in init scripts
978-   unless said program actually exists: (#43340)
979
980* Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
981- don't translate initscripts for 6.x
982
983* Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
984- do not start lockd on kernel 2.2.18 or higher (done automatically)
985
986* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
987- don't use rquotad from here now; quota package contains a version that
988  works with 2.4 (#33738)
989
990* Tue Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
991- Statd logs at LOG_DAEMON rather than LOG_LOCAL5
992- s/nfs/\$0/ where appropriate in init scripts
993
994* Tue Mar  6 2001 Jeff Johnson <jbj@redhat.com>
995- Move to nfs-utils-0.3.1
996
997* Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
998- #include <time.h> patch
999
1000* Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
1001- Really enable netgroups
1002
1003* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1004- i18nize initscripts
1005
1006* Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
1007- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
1008
1009* Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
1010- Hackish fix in build section to enable netgroups
1011
1012* Wed Jan  3 2001 Bob Matthews <bmatthews@redhat.com>
1013- Fix incorrect file specifications in statd manpage.
1014- Require gawk 'cause it's used in nfslock init script.
1015
1016* Thu Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
1017- Require sed because it's used in nfs init script
1018
1019* Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
1020- Don't do a chroot(2) after dropping privs, in statd.
1021
1022* Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
1023- NFSv3 if kernel >= 2.2.18, detected in init script
1024
1025* Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1026- update to 0.2.1
1027
1028* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
1029- don't start lockd on 2.4 kernels; it's unnecessary
1030
1031* Tue Sep  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1032- more portable fix for mandir
1033
1034* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1035- update to 0.2-release
1036
1037* Fri Sep  1 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1038- fix reload script
1039
1040* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1041- update to 0.2 from CVS
1042- adjust statd-drop-privs patch
1043- disable tcp_wrapper support
1044
1045* Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
1046- fix stop priority of nfslock
1047
1048* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
1049- um, actually *include and apply* the statd-drop-privs patch
1050
1051* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
1052- fix init script ordering (#14502)
1053
1054* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
1055- run statd chrooted and as non-root
1056- add prereqs
1057
1058* Tue Jul 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
1059- use "License", not "Copyright"
1060- use %%{_tmppath} and %%{_mandir}
1061
1062* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
1063- built for next release
1064
1065* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
1066- 0.1.9.1
1067- remove patch0, has been integrated upstream
1068
1069* Wed Feb  9 2000 Bill Nottingham <notting@redhat.com>
1070- the wonderful thing about triggers, is triggers are wonderful things...
1071
1072* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
1073- switch to nfs-utils as the base tree
1074- fix the statfs patch for the new code base
1075- single package that obsoletes everything we had before (if I am to keep
1076  some traces of my sanity with me...)
1077
1078* Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
1079- use statfs syscall instead of stat to determinal optimal blksize
Note: See TracBrowser for help on using the repository browser.