nfs-utils-vl.spec 35 KB

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