source: projects/specs/trunk/e/e2fsprogs/e2fsprogs-vl.spec @ 12546

Revision 12546, 17.4 KB checked in by tomop, 3 years ago (diff)

updated 28 packages

autoconf-2.71-1

automake-1.16.3-1

bison-3.7.5-1

e2fsprogs-1.46.1-1

findutils-4.8.0-1

galera-26.4.7-1

gawk-5.1.0-1

gdbm-1.19-1

gjs-1.66.2-1

gnome-initial-setup-3.36.4-2

grep-3.6-1

help2man-1.48.1-1

ipvsadm-1.31-1

less-563-1

libidn-1.36-1

make-4.3-1

mariadb-10.5.9-1

mozjs78-78.7.0-1

mpfr-4.1.0-1

nettle-3.7.1-1

parted-3.4-1

pcre2-10.36-1

polkit-0.118-1

strongswan-5.9.1-1

tar-1.34-1

trousers-0.3.15-1

wget-1.21-1

wireshark-3.4.3-1

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