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

Revision 12465, 41.5 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

librsvg2-2.48.8-1

nfs-utils-2.5.1-1

quota-4.05-1

xl2tpd-1.3.15-1

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