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

Revision 7032, 35.7 KB checked in by daisuke, 12 years ago (diff)

update to 1.2.7-rc5

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