nfs-utils-vl.spec 39 KB

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