e2fsprogs-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define _root_sbindir /sbin
  3. %define _root_libdir /%{_lib}
  4. Summary: Utilities for managing ext2/3/4 filesystem.
  5. Summary(ja): ext2/3/4 ファイルシステム操作ユーティリティ
  6. Name: e2fsprogs
  7. Version: 1.42.6
  8. Release: 1%{?_dist_release}
  9. License: GPL
  10. Group: System Environment/Base
  11. Url: http://e2fsprogs.sourceforge.net/
  12. Source0: ftp://download.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
  13. Source1: ext2_types-wrapper.h
  14. Patch2: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. BuildRequires: gettext, texinfo
  17. BuildRequires: pkgconfig, device-mapper-devel, gawk
  18. BuildRequires: libblkid-devel
  19. BuildRequires: libuuid-devel
  20. Requires(post): /sbin/install-info
  21. Requires(postun): /sbin/install-info
  22. Requires(post): chkconfig
  23. Requires(pre): shadow-utils
  24. %description
  25. The e2fsprogs package contains a number of utilities for creating,
  26. checking, modifying, and correcting any inconsistencies in ext2/3/4
  27. filesystems. E2fsprogs contains e2fsck (used to repair filesystem
  28. inconsistencies after an unclean shutdown), mke2fs (used to
  29. initialize a partition to contain an empty ext2/3/4 filesystem),
  30. debugfs (used to examine the internal structure of a filesystem, to
  31. manually repair a corrupted filesystem, or to create test cases for
  32. e2fsck), tune2fs (used to modify filesystem parameters), and most of
  33. the other core ext2fs filesystem utilities.
  34. You should install the e2fsprogs package if you need to manage the
  35. performance of an ext2/3/4 filesystem.
  36. %description -l ja
  37. e2fsprogs パッケージには,ファイルシステムの作成/チェック/変更/修正など,
  38. ext2/3/4 ファイルシステムに対する様々な操作を行うユーティリティが収めら
  39. れています.e2fsck(正しくアンマウントされずにシャットダウンされた等して
  40. 破損したファイルシステムの不整合を修正する),mke2fs (パーティションを初
  41. 期化してまっさらの ext2 ファイルシステムを作成する),debugfs(ファイルシ
  42. ステムの内部構造を直接参照して破損したファイルシステムを手で直したり
  43. e2fsck のテストケースを作りだしたりするのに使う),tune2fs(ファイルシス
  44. テムのパラメータを修正するのに使う)等,その他 ext2 ファイルシステム用基
  45. 本ユーティリティが収められています.
  46. ext2/3/4 ファイルシステムのパフォーマンスをきちんと把握しておく為にも
  47. e2fsprogs パッケージを是非インストールしておきましょう.
  48. %package devel
  49. Summary: Ext2/3/4 filesystem-specific static libraries and headers.
  50. Summary(ja): ext2/3/4 ファイルシステム特有のライブラリとヘッダ
  51. Group: Development/Libraries
  52. Requires: e2fsprogs = %{version}
  53. Requires(post): install-info
  54. %description devel
  55. E2fsprogs-devel contains the libraries and header files needed to
  56. develop ext2/3/4 filesystem-specific programs.
  57. %description devel -l ja
  58. e2fsprogs-devel には ext2/3/4 ファイルシステム固有のプログラムを開発する
  59. のに必要なライブラリとヘッダファイルが収められています.
  60. ## to build compat32 for x86_64 architecture support
  61. %package -n compat32-%{name}
  62. Summary: Utilities for managing ext2/3/4 filesystem.
  63. Group: System Environment/Base
  64. %description -n compat32-%{name}
  65. The e2fsprogs package contains a number of utilities for creating,
  66. checking, modifying, and correcting any inconsistencies in ext2/3/4
  67. filesystems. E2fsprogs contains e2fsck (used to repair filesystem
  68. inconsistencies after an unclean shutdown), mke2fs (used to initialize
  69. a partition to contain an empty ext2 filesystem), debugfs (used to
  70. examine the internal structure of a filesystem, to manually repair
  71. a corrupted filesystem, or to create test cases for e2fsck),
  72. tune2fs (used to modify filesystem parameters), and most of the
  73. other core ext2fs filesystem utilities.
  74. You should install the e2fsprogs package if you need to manage the
  75. performance of an ext2/3/4 filesystem.
  76. %package -n compat32-%{name}-devel
  77. Summary: Ext2/3/4 filesystem-specific static libraries and headers.
  78. Group: Development/Libraries
  79. Requires: compat32-%{name} = %{version}
  80. %description -n compat32-%{name}-devel
  81. E2fsprogs-devel contains the libraries and header files needed to
  82. develop second extended (ext2) filesystem-specific programs.
  83. You should install e2fsprogs-devel if you want to develop ext2
  84. filesystem-specific programs. If you install e2fsprogs-devel, you'll
  85. also want to install e2fsprogs.
  86. %prep
  87. %setup -q -n e2fsprogs-%{version}
  88. # ignore some flag differences on primary/backup sb feature checks
  89. # mildly unsafe but 'til I get something better, avoid full fsck
  90. # after an selinux install...
  91. %patch2 -p1 -b .featurecheck
  92. %build
  93. %configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
  94. --disable-e2initrd-helper --disable-libblkid --disable-libuuid
  95. make %{?_smp_mflags}
  96. %install
  97. rm -rf $RPM_BUILD_ROOT
  98. export PATH=/sbin:$PATH
  99. make install install-libs DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" \
  100. root_sbindir=%{_root_sbindir} root_libdir=%{_root_libdir}
  101. chmod 644 $RPM_BUILD_ROOT%{_libdir}/*.a
  102. %ifarch %{multilib_arches}
  103. mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types.h \
  104. %{buildroot}%{_includedir}/ext2fs/ext2_types-%{_arch}.h
  105. install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
  106. %endif
  107. %find_lang %{name}
  108. %clean
  109. rm -rf $RPM_BUILD_ROOT
  110. %post -p /sbin/ldconfig
  111. %postun -p /sbin/ldconfig
  112. %post devel
  113. /sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
  114. %preun devel
  115. if [ $1 = 0 ]; then
  116. /sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
  117. fi
  118. exit 0
  119. %post -n compat32-%{name} -p /sbin/ldconfig
  120. %postun -n compat32-%{name} -p /sbin/ldconfig
  121. %files -f %{name}.lang
  122. %defattr(-,root,root)
  123. %doc README RELEASE-NOTES
  124. %config(noreplace) %{_sysconfdir}/mke2fs.conf
  125. %{_root_sbindir}/badblocks
  126. %{_root_sbindir}/debugfs
  127. %{_root_sbindir}/dumpe2fs
  128. %{_root_sbindir}/e2fsck
  129. %{_root_sbindir}/e2image
  130. %{_root_sbindir}/e2label
  131. %{_root_sbindir}/e2undo
  132. %{_root_sbindir}/fsck.ext2
  133. %{_root_sbindir}/fsck.ext3
  134. %{_root_sbindir}/fsck.ext4
  135. %{_root_sbindir}/fsck.ext4dev
  136. %{_root_sbindir}/logsave
  137. %{_root_sbindir}/mke2fs
  138. %{_root_sbindir}/mkfs.ext2
  139. %{_root_sbindir}/mkfs.ext3
  140. %{_root_sbindir}/mkfs.ext4
  141. %{_root_sbindir}/mkfs.ext4dev
  142. %{_root_sbindir}/resize2fs
  143. %{_root_sbindir}/tune2fs
  144. %{_sbindir}/filefrag
  145. %{_sbindir}/e2freefrag
  146. %{_sbindir}/e4defrag
  147. %{_sbindir}/mklost+found
  148. %{_root_libdir}/libcom_err.so.*
  149. %{_root_libdir}/libe2p.so.*
  150. %{_root_libdir}/libext2fs.so.*
  151. %{_root_libdir}/libss.so.*
  152. %{_bindir}/chattr
  153. %{_bindir}/lsattr
  154. %{_mandir}/man1/chattr.1*
  155. %{_mandir}/man1/lsattr.1*
  156. %{_mandir}/man5/e2fsck.conf.5*
  157. %{_mandir}/man5/mke2fs.conf.5*
  158. %{_mandir}/man8/badblocks.8*
  159. %{_mandir}/man8/debugfs.8*
  160. %{_mandir}/man8/dumpe2fs.8*
  161. %{_mandir}/man8/e2fsck.8*
  162. %{_mandir}/man8/e2undo.8*
  163. %{_mandir}/man8/filefrag.8*
  164. %{_mandir}/man8/e2freefrag.8*
  165. %{_mandir}/man8/fsck.ext2.8*
  166. %{_mandir}/man8/fsck.ext3.8*
  167. %{_mandir}/man8/fsck.ext4.8*
  168. %{_mandir}/man8/fsck.ext4dev.8*
  169. %{_mandir}/man8/e2image.8*
  170. %{_mandir}/man8/e2label.8*
  171. %{_mandir}/man8/e4defrag.8*
  172. %{_mandir}/man8/logsave.8*
  173. %{_mandir}/man8/mke2fs.8*
  174. %{_mandir}/man8/mkfs.ext2.8*
  175. %{_mandir}/man8/mkfs.ext3.8*
  176. %{_mandir}/man8/mkfs.ext4.8*
  177. %{_mandir}/man8/mkfs.ext4dev.8*
  178. %{_mandir}/man8/mklost+found.8*
  179. %{_mandir}/man8/resize2fs.8*
  180. %{_mandir}/man8/tune2fs.8*
  181. %files devel
  182. %defattr(-,root,root)
  183. %{_infodir}/libext2fs.info*
  184. %{_bindir}/compile_et
  185. %{_bindir}/mk_cmds
  186. %{_libdir}/libcom_err.a
  187. %{_libdir}/libcom_err.so
  188. %{_libdir}/libe2p.a
  189. %{_libdir}/libe2p.so
  190. %{_libdir}/libext2fs.a
  191. %{_libdir}/libext2fs.so
  192. %{_libdir}/libss.a
  193. %{_libdir}/libss.so
  194. %{_libdir}/libquota.a
  195. %{_libdir}/pkgconfig/*.pc
  196. %{_datadir}/et
  197. %{_datadir}/ss
  198. %{_includedir}/e2p
  199. %{_includedir}/et
  200. %{_includedir}/com_err.h
  201. %{_includedir}/ext2fs
  202. %{_includedir}/ss
  203. %{_includedir}/quota
  204. %{_mandir}/man1/compile_et.1*
  205. %{_mandir}/man1/mk_cmds.1*
  206. %{_mandir}/man3/com_err.3*
  207. %if %{build_compat32}
  208. %files -n compat32-%{name}
  209. %defattr(-,root,root)
  210. %{_root_libdir}/libcom_err.so.*
  211. %{_root_libdir}/libe2p.so.*
  212. %{_root_libdir}/libext2fs.so.*
  213. %{_root_libdir}/libss.so.*
  214. %files -n compat32-%{name}-devel
  215. %defattr(-,root,root)
  216. %{_libdir}/libcom_err.a
  217. %{_libdir}/libcom_err.so
  218. %{_libdir}/libe2p.a
  219. %{_libdir}/libe2p.so
  220. %{_libdir}/libext2fs.a
  221. %{_libdir}/libext2fs.so
  222. %{_libdir}/libss.a
  223. %{_libdir}/libss.so
  224. %{_libdir}/pkgconfig/*.pc
  225. %endif
  226. %changelog
  227. * Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.42.6-1
  228. - new upstream reelase
  229. * Thu Jan 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.42-1
  230. - new upstram release
  231. * Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.14-1
  232. - new upstream release
  233. * Fri Oct 01 2010 Shu KONNO <owa@bg.wakwak.com> 1.41.10-2
  234. - rebuilt with rpm-4.8.1 for pkg-config
  235. * Sun Feb 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.10-1
  236. - new upstream release
  237. * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.9-1
  238. - new upstream release
  239. - disable libuuid/uuidd/libblkid/fsck (replaced by util-linux-ng)
  240. * Thu Jan 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.4-1
  241. - new upstream release
  242. * Sat Jan 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.3-2
  243. - add Requires(pre): shadow-utils
  244. - add Requires(post): chkconfig
  245. * Tue Oct 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.3-1
  246. - new upstream release
  247. * Wed Sep 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.1-1
  248. - new upstream release
  249. - drop patch5 (merged in upstream)
  250. * Sun Aug 17 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.41.0-1
  251. - new upstream release
  252. - drop patch4 (included in upstream)
  253. - add e2undo and some ext4 related files in %%files section
  254. - add patch5 to fix "mount -l" segmentation fault
  255. * Fri Jul 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.40.10-1
  256. - new upstream release
  257. * Mon Apr 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.40.9-1
  258. - new upstream release
  259. * Fri Apr 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.40.8-1
  260. - new upstream release
  261. - drop unneeded patches
  262. - update fedora patches
  263. * Sat Dec 22 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.40.2-0vl3
  264. - removed %%if !%%{build_compat32} case condition
  265. * Mon Dec 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.40.2-0vl2
  266. - add Patch100 for CVE-2007-5497 (see also <BTS:316>)
  267. * Sun Dec 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.40.2-0vl1
  268. - new upstream release
  269. - import fedora patches
  270. - drop ext2resize(ext2online), online resize is now supported by resize2fs
  271. * Thu Mar 09 2006 Shu KONNO <owa@bg.wakwak.com> 1.38-2vl2
  272. - rebuilt for x86_64 architecture support
  273. - added compat32-* packages for x86_64
  274. * Sun Dec 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.38-2vl1
  275. - new upstream release based on Fedora package
  276. * Thu Nov 10 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2.1
  277. - fixed file conflicts between 32bit and 64bit packages (#168815)
  278. - fixed mklost+found crashes with buffer overflow (#157773)
  279. Thanks to Arjan van de Ven for the patch
  280. * Thu Sep 8 2005 Thomas Woerner <twoerner@redhat.com> 1.38-1
  281. - Close File descriptor for unregognized devices (#159878)
  282. Thanks to David Milburn for the patch.
  283. Merged from RHEL-4
  284. - enable tune2fs to set and clear feature resize_inode (#167816)
  285. - removed outdated information from ext2online man page (#164383)
  286. * Mon Sep 5 2005 Karel Zak <kzak@redhat.com> - 1.37-5
  287. - fix swsuspend partition detection (#165863)
  288. - fix revalidate from ext2 to ext3 (#162927)
  289. - fix vfat without magic detection (#161873)
  290. * Wed Sep 1 2004 Stephen C. Tweedie <sct@redhat.com> 1.35-9.4
  291. - Build and package ext2online during the e2fsprogs build
  292. * Fri Jun 25 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.35-0vl2
  293. - import Patch7 from fedora package to fix 'check after next mount'
  294. for filesystems with maximum mount count -1
  295. * Sun Apr 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.35-0vl1
  296. - new upstream release
  297. * Mon Nov 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.34-0vl1
  298. - new upstream release
  299. * Sat May 24 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.33-2vl1
  300. - syncd with rawhide
  301. * Wed Nov 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.32-0vl1
  302. - new upstream release
  303. * Sun Sep 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.29-0vl1
  304. - new upstream release 1.29
  305. * Tue Mar 12 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.27-0vl1
  306. - updated to new upstream bugfix release 1.27
  307. (the fix associated with Patch10 has been merged)
  308. - added missing man pages
  309. * Tue Mar 05 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.26-0vl2
  310. - added Patch10 (upstream fix)
  311. * Thu Feb 14 2002 Toru Sagami <sagami@vinelinux.org> 1.26-0vl1
  312. - updated to current release 1.26 with minor spec fixes
  313. * Sun Oct 28 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.25-0vl1
  314. - updated to newest 1.25 release
  315. * Fri Aug 31 2001 Toru Sagami <sagami@vinelinux.org>
  316. - 1.24-0vl1: updated to 1.24
  317. * Thu Aug 16 2001 <sagami@vinelinux.org>
  318. - 1.23-0vl1: updated to 1.23 and added e2image files
  319. * Fri Jul 13 2001 <sagami@vinelinux.org>
  320. - 1.22-0vl1: updated to 1.22
  321. * Sun Jun 17 2001 <sagami@vinelinux.org>
  322. - 1.21-0vl1: updated to 1.21
  323. * Sun Jun 10 2001 <sagami@vinelinux.org>
  324. - 1.20-0vl1: updated to 1.20
  325. * Sat May 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  326. - 1.19-4vl2
  327. - added Japanese summary and description
  328. - revamp spec file
  329. * Wed May 09 2001 <sagami@vinelinux.org>
  330. - 1.19-4vl1: in sync with RH 1.19-4
  331. * added some documant entries in %doc
  332. * Fri Apr 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  333. - add further IDE and SCSI disks to a hardcoded list in fsck #34190
  334. * Tue Feb 27 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  335. - require the main rpm from the devel rpm
  336. * Thu Feb 22 2001 Helge Deller <hdeller@redhat.de>
  337. - fix fsck -A bug (#21242)
  338. * Mon Feb 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  339. - fix bug with 16 byte long labels #27071
  340. * Mon Sep 11 2000 Jeff Johnson <jbj@redhat.com>
  341. - build for Red Hat 7.1.
  342. * Tue Aug 8 2000 Jeff Johnson <jbj@redhat.com>
  343. - merge LABEL patch.
  344. - update to 1.19.
  345. * Tue Jul 25 2000 Erik Troan <ewt@redhat.com>
  346. - fixed LABEL handling
  347. * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
  348. - rebuild to cope with glibc locale binary incompatibility
  349. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  350. - automatic rebuild
  351. * Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
  352. - added resize2fs from the WIP snapshot
  353. * Thu Jun 15 2000 Matt Wilson <msw@redhat.com>
  354. - patched to build against linux 2.4 headers
  355. * Mon Jun 5 2000 Jeff Johnson <jbj@redhat.com>
  356. - FHS packaging.
  357. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
  358. - fix for ia64
  359. * Sat Feb 5 2000 Bill Nottingham <notting@redhat.com>
  360. - add install-info scripts
  361. * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
  362. - Fix bug #8585 (Y2K problems in debugfs)
  363. * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com>
  364. - allow multiline errors in et, so that other programs
  365. can use compile_et (from Kerberos)
  366. * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com>
  367. - build 1.18 for 6.2.
  368. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com>
  369. - update to 1.17
  370. * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com>
  371. - update to 1.16
  372. * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com>
  373. - add patch to fix SIGUSR1 kills.
  374. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com>
  375. - rebuild against new glibc in the sparc tree
  376. * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com>
  377. - update mke2fs man page so that it reflects changes in mke2fs
  378. netweem 1.14 and 1.15
  379. * Thu Aug 5 1999 Bill Nottingham <notting@redhat.com>
  380. - fix lsattr on alpha
  381. * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com>
  382. - update to 1.15.
  383. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  384. - auto rebuild in the new build environment (release 4)
  385. * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
  386. - fix fsck segfault
  387. * Tue Feb 2 1999 Jeff Johnson <jbj@redhat.com>
  388. - update to 1.14
  389. - use %configure to generate config.sub on arm
  390. * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com>
  391. - fix /usr/bin/compile_et and doco for com_err.h (#673)
  392. * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com>
  393. - build with prefix=/usr
  394. - add arm patch
  395. * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com>
  396. - update to 1.13.
  397. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com>
  398. - recompile statically linked binary for 5.2/sparc
  399. * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com>
  400. - upgrade to 1.12.
  401. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  402. - translations modified for de, fr, tr
  403. * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
  404. - include <asm/types.h> to match kernel types in utils
  405. * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
  406. - spec file cleanups
  407. * Wed Oct 01 1997 Erik Troan <ewt@redhat.com>
  408. - fixed broken llseek() prototype
  409. * Wed Aug 20 1997 Erik Troan <ewt@redhat.com>
  410. - added patch to prototype llseek
  411. * Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
  412. - built against glibc