nfs-utils-vl.spec 37 KB

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