nfs-utils-vl.spec 35 KB

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