Whamcloud - gitweb
LDEV-325 e2fsprogs: even up build version of distros
[tools/e2fsprogs.git] / e2fsprogs-SUSE_LINUX-11.spec.in
1 #
2 # spec file for package e2fsprogs (Version 1.41.9)
3 #
4 # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
5 #
6 # All modifications and additions to the file contributed by third parties
7 # remain the property of their copyright owners, unless otherwise agreed
8 # upon. The license for this file, and modifications and additions to the
9 # file, is the same license as for the pristine package itself (unless the
10 # license for the pristine package is not an Open Source License, in which
11 # case the license is the MIT License). An "Open Source License" is a
12 # license that conforms to the Open Source Definition (Version 1.9)
13 # published by the Open Source Initiative.
14
15 # Please submit bugfixes or comments via http://bugs.opensuse.org/
16 #
17
18 # norootforbuild
19
20
21 Name:           e2fsprogs
22 License:        GPL v2 or later
23 Group:          System/Filesystems
24 Supplements:    filesystem(ext2) filesystem(ext3) filesystem(ext4)
25 BuildRequires:  libblkid-devel libuuid-devel pkg-config
26 BuildRequires:  libdb-4_5-devel gettext-tools
27 PreReq:         %install_info_prereq
28 AutoReqProv:    on
29 # bug437293
30 %ifarch ppc64
31 Obsoletes:      e2fsprogs-64bit
32 %endif
33 #
34 Version:        @E2FSPROGS_PKGVER@
35 Release:        7%{_vendor}
36 Summary:        Utilities for the Second Extended File System
37 Url:            https://downloads.hpdd.intel.com/public/e2fsprogs/
38 Provides:       ldiskfsprogs = %{version}
39 Source:         %{name}-%{version}.tar.gz
40 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
41
42 %description
43 Utilities needed to create and maintain ext2 and ext3 file systems
44 under Linux. Included in this package are: chattr, lsattr, mke2fs,
45 mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
46
47
48
49 Authors:
50 --------
51     Remy Card <card@masi.ibp.fr>
52     Theodore Ts'o <tytso@mit.edu>
53
54 %package devel
55 License:        GPL v2 or later
56 Summary:        Dummy development package
57 Group:          Development/Libraries/C and C++
58 AutoReqProv:    on
59 # bug437293
60 %ifarch ppc64
61 Obsoletes:      e2fsprogs-devel-64bit
62 %endif
63 #
64 Requires:       libext2fs-devel = %version libblkid-devel libuuid-devel
65
66 %description devel
67 Dummy development package for backwards compatibility.
68
69
70
71 Authors:
72 --------
73     Remy Card <card@masi.ibp.fr>
74     Theodore Ts'o <tytso@mit.edu>
75
76 %package -n libext2fs2
77 License:        GPL v2 or later
78 Summary:        Ext2fs libray
79 Group:          System/Filesystems
80 AutoReqProv:    on
81
82 %description -n libext2fs2
83 The basic Ext2fs library.
84
85
86
87 Authors:
88 --------
89     Remy Card <card@masi.ibp.fr>
90     Theodore Ts'o <tytso@mit.edu>
91
92 %package -n libext2fs-devel
93 License:        GPL v2 or later
94 Summary:        Development files for libext2fs
95 Group:          Development/Libraries/C and C++
96 AutoReqProv:    on
97 Requires:       libext2fs2 = %version libcom_err-devel
98
99 %description -n libext2fs-devel
100 Development files for libext2fs.
101
102
103
104 Authors:
105 --------
106     Remy Card <card@masi.ibp.fr>
107     Theodore Ts'o <tytso@mit.edu>
108
109 %package -n libcom_err2
110 License:        GPL v2 or later
111 Summary:        E2fsprogs error reporting library
112 Group:          System/Filesystems
113 # bug437293
114 %ifarch ppc64
115 Obsoletes:      libcom_err-64bit
116 Obsoletes:      libcom_err2-64bit
117 %endif
118 #
119 Provides:       libcom_err = %{version}
120 Obsoletes:      libcom_err <= 1.40
121 AutoReqProv:    on
122
123 %description -n libcom_err2
124 com_err is an error message display library.
125
126
127
128 Authors:
129 --------
130     Remy Card <card@masi.ibp.fr>
131     Theodore Ts'o <tytso@mit.edu>
132
133 %package -n libcom_err-devel
134 License:        GPL v2 or later
135 Summary:        Development files for libcom_err
136 Group:          Development/Libraries/C and C++
137 AutoReqProv:    on
138 # bug437293
139 %ifarch ppc64
140 Obsoletes:      libcom_err-devel-64bit
141 %endif
142 #
143 Requires:       libcom_err2 = %version
144
145 %description -n libcom_err-devel
146 Development files for the com_err error message display library.
147
148
149
150 Authors:
151 --------
152     Remy Card <card@masi.ibp.fr>
153     Theodore Ts'o <tytso@mit.edu>
154
155 %prep
156 %setup -q
157 # e2fsprogs patches
158 patch -p1 < patches/sles/11/rpm/e2fsprogs-1.41.1-splash_support.patch
159 # libcom_err patches
160 patch -p1 < patches/sles/11/rpm/libcom_err-compile_et_permissions.patch
161 cp patches/sles/11/rpm/README.SUSE .
162 #cp patches/sles/11/rpm/%{name}-1.41.4.de.po po/de.po
163
164 %build
165 autoreconf --force --install
166 ./configure --prefix=%{_prefix} \
167   --with-root-prefix=''   \
168   --mandir=%{_mandir} \
169   --infodir=%{_infodir} \
170   --libdir=%{_libdir} \
171   --enable-elf-shlibs \
172   --disable-defrag \
173   --disable-evms \
174   --disable-libblkid \
175   --disable-libuuid \
176   --disable-uuidd \
177   --disable-fsck \
178   --enable-quota \
179   %{?extra_config_flags:%extra_config_flags} CFLAGS="$RPM_OPT_FLAGS"
180 make V=1
181
182 %check
183 make check
184
185 %install
186 make install install-libs DESTDIR=$RPM_BUILD_ROOT ELF_INSTALL_DIR=/%{_lib}
187 %{find_lang} %{name}
188 rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper
189 rm -f $RPM_BUILD_ROOT/sbin/mkfs.ext4dev
190 rm -f $RPM_BUILD_ROOT/sbin/fsck.ext4dev
191 rm -f $RPM_BUILD_ROOT/usr/share/man/man8/mkfs.ext4dev.8*
192 rm -f $RPM_BUILD_ROOT/usr/share/man/man8/fsck.ext4dev.8*
193
194 %clean
195 rm -rf $RPM_BUILD_ROOT
196
197 %post
198 /sbin/ldconfig
199 %install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
200
201 %postun
202 /sbin/ldconfig
203 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
204
205 %post -n libext2fs2
206 /sbin/ldconfig
207
208 %postun -n libext2fs2
209 /sbin/ldconfig
210
211 %post -n libcom_err2
212 /sbin/ldconfig
213
214 %postun -n libcom_err2
215 /sbin/ldconfig
216
217 %files -f %{name}.lang
218 %defattr(-, root, root)
219 %doc RELEASE-NOTES README
220 %config /etc/mke2fs.conf
221 /sbin/badblocks
222 /sbin/debugfs
223 /sbin/dumpe2fs
224 /sbin/e2undo
225 /sbin/e2fsck
226 /sbin/e2label
227 /sbin/fsck.ext2
228 /sbin/fsck.ext3
229 /sbin/fsck.ext4
230 /sbin/mke2fs
231 /sbin/mkfs.ext2
232 /sbin/mkfs.ext3
233 /sbin/mkfs.ext4
234 /sbin/resize2fs
235 /sbin/tune2fs
236 /sbin/e2image
237 /sbin/logsave
238 /usr/bin/chattr
239 /usr/bin/lsattr
240 /usr/sbin/mklost+found
241 /usr/sbin/filefrag
242 /usr/sbin/e2freefrag
243 @E2SCAN_CMT@/usr/sbin/e2scan
244 %{_infodir}/libext2fs.info.gz
245 %{_mandir}/man1/chattr.1.gz
246 %{_mandir}/man1/lsattr.1.gz
247 %{_mandir}/man5/e2fsck.conf.5.gz
248 %{_mandir}/man5/mke2fs.conf.5.gz
249 %{_mandir}/man5/ext2.5*
250 %{_mandir}/man5/ext3.5*
251 %{_mandir}/man5/ext4.5*
252 %{_mandir}/man8/*.8.gz
253
254 %files devel
255 %defattr(-,root,root)
256 %doc README.SUSE
257
258 %files -n libext2fs2
259 %defattr(-, root, root)
260 /%{_lib}/libext2fs.so.*
261 /%{_lib}/libe2p.so.*
262
263 %files -n libext2fs-devel
264 %defattr(-, root, root)
265 %{_libdir}/libext2fs.so
266 %{_libdir}/libext2fs.a
267 %{_libdir}/libe2p.a
268 %{_libdir}/libe2p.so
269 /usr/include/ext2fs
270 /usr/include/e2p
271 %_libdir/pkgconfig/e2p.pc
272 %_libdir/pkgconfig/ext2fs.pc
273
274 %files -n libcom_err2
275 %defattr(-, root, root)
276 /%{_lib}/libcom_err.so.*
277 /%{_lib}/libss.so.*
278
279 %files -n libcom_err-devel
280 %defattr(-, root, root)
281 %_bindir/compile_et
282 %_bindir/mk_cmds
283 %{_libdir}/libcom_err.so
284 %{_libdir}/libcom_err.a
285 %{_libdir}/libss.a
286 %{_libdir}/libss.so
287 %_libdir/pkgconfig/com_err.pc
288 %_libdir/pkgconfig/ss.pc
289 %_includedir/com_err.h
290 %_includedir/et
291 %_includedir/ss
292 %_datadir/et
293 %_datadir/ss
294 %{_mandir}/man1/compile_et.1.gz
295 %{_mandir}/man1/mk_cmds.1.gz
296 %{_mandir}/man3/com_err.3.gz
297
298 %changelog
299 * Thu Nov 19 2009 hvogel@suse.de
300 - Update to version 1.41.9 [FATE#305340]
301 * Thu Oct  8 2009 crrodriguez@suse.de
302 - fsck during boot up fails with Too many open files [bnc#503008]
303 * Thu Sep 10 2009 coolo@novell.com
304 - fix the super block even if someone mounted the file system
305   in wrong timezone in between (bnc#537542)
306 * Thu Sep  3 2009 coolo@novell.com
307 - update to 1.41.9:
308   "All users of e2fsprogs are urged to upgrade to the 1.41.9
309     version as soon as possible"
310   * Fix a bug in e2fsck routines for reallocating an inode table which
311   could cause it to loop forever on an ext4 filesystem with the FLEX_BG
312   filesystem feature with a relatively rare (and specific) filesystem
313   corruption.  This fix causes e2fsck to try to find space for a new
314   portion of the inode table in the containing flex_bg, and if that
315   fails, the new portion of the inode table will be allocated in any
316   free space available in the filesystem.
317   * Make e2fsck less annoying by only asking for permission to relocate a
318   block group's inode table once, instead of for every overlapping
319   block.  Similarly, only ask once to recompute the block group
320   checksums, instead of once for each corrupted block group's checksum.
321   see more changes in RELEASE-NOTES
322 * Mon Aug  3 2009 aschnell@suse.de
323 - added Supplements for ext4
324 * Mon Jul 13 2009 coolo@novell.com
325 - look for libreadline.so.6 too
326 - refresh patches to avoid fuzz
327 * Mon Jul 13 2009 kay.sievers@novell.com
328 - update to 1.41.8
329   - Fix resize2fs's online resizing, fixing a regression which in
330     e2fpsrogs 1.41.7.
331   - Fix resize2fs bugs when shrinking ext4 filesystems
332   - If the resize2fs operation fails, the user will be told to fix up
333     the filesystem using e2fsck -fy.
334   - do not install disabled uuid binary and man page
335   - Fix filefrag program for files that have more than 144 extents.
336   - allow V=1 to disable silent build
337 - enable verbose build again (V=1 merged upstream)
338 - move awk scripts from libcom_err2 to libcom_err2-devel
339 * Wed Jul  8 2009 meissner@suse.de
340 - moved baselibs.conf changes to util-linux.
341 * Mon Jun 29 2009 kay.sievers@novell.com
342 - update to 1.41.7
343 - disable libuuid and libblkid packages (moved to util-linux)
344 - drop libvolume_id support (util-linux's libblkid will work)
345 - removed patches:
346     e2fsprogs-libvolume_id-support.patch
347     e2fsprogs-no_cmd_hiding.patch
348     e2fsprogs-base_devt.patch
349     e2fsprogs-mdraid.patch
350 * Mon Mar  9 2009 pth@suse.de
351 - Fix errors in German messages.
352 * Fri Feb 20 2009 coolo@suse.de
353 - ext4dev is now ext4 (2.6.29)
354 - don't call autoconf as long as it works without
355 * Tue Feb  3 2009 mkoenig@suse.de
356 - update to version 1.41.4:
357   debugfs:
358   * enhance the "ncheck" command
359   * enhance "hash" command
360   * fix a potential memory leak
361   * fix the usage message for logdump command
362   * fix ncheck command so that it prints all of the names of
363     hardlinks in the same directory
364   * e2fsprogs 1.41 broke debugfs's logdump command for normal
365     ext3/4 filesystems with 32-bit block numbers, when the headers
366     for 64-bit block numbers was added.  This regression has been fixed
367   * ncheck command has been fixed to avoid printing garbage
368     characters at the end of file names
369   e2fsck:
370   * don't accidentally print the translation file's
371     header when asking the user a custom question
372   * print the correct inode number for uinit_bg related problems
373   * will now offer to clear the test_fs flag if the ext4 filesystem
374     is available on linux
375   * fix a bug where in preen mode, if there are disk I/O errors
376     while trying to close a filesystem can lead to infinite loops
377   * no longer abort an fsck run if block group has an errant
378     INODE_UNINIT flag
379   * distinguish between fragmented directories and fragmented
380     files in verbose mode statistics and in the fragcheck report
381   * fix a bug which caused it double count non-contiguous
382     extent-based inodes
383   * e2fsck will leave some slack space when repacking directories
384     to allow room for a few directory entries to be added without
385     causing leaf nodes to be split right away
386   * fix a bug which caused e2fsck to crash when it comes across a
387     corrupted interior node in an extent tree
388   * e2fsck problem descriptions involving the journal are no longer
389     referred to as "ext3" problems, since ext4 filesystems also have
390     journals
391   * fix a long-standing bug in e2fsck which would cause it to crash
392     when replying journals for filesystems with block sizes greater
393     than 8k
394   badblocks:
395   * support for normal files which are greater than 2GB
396   * display the time and percentage complete when in verbose mode
397   resize2fs:
398   * fix a potential memory corruption problem
399   * fix a bug in resize2fs where passing in a bogus new size of
400     0 blocks will cause resize2fs to drop into an infinite loop
401   * fix resize2fs for ext4 filesystems
402   tune2fs:
403   * now updates the block group checksums when changing the UUID
404     to avoid causing e2fsck to complain vociferously at the next reboot
405   * inode size resizing algorithms have been fixed so it is not
406     vastly inefficient for moderate-to-large filesystems
407   * fix inode resizing algorithm so it will not corrupt filesystems
408     laid out for RAID filesystems; in addition, tune2fs will refuse
409     to change the inode size for filesystems that have the flex_bg
410     feature enabled
411   dumpe2fs:
412   * fix bug which caused dumpe2fs to abort with an error if run on a
413     filesystem that contained an external journal
414   mke2fs:
415   * new option -U, which allows the user to specify the UUID that
416     should be used for the new filesystem
417   * treat devices that are exactly 16TB as if they were 16TB minus
418     one block
419   blkid:
420   * fix a file descriptor leak in libblkid
421   * correctly detect whether the ext4 and ext4dev filesystems
422     are available, so that the ext4dev->ext4 fallback code works
423     correctly
424   * fixed a bug which could sometimes cause blkid to return an
425     exit value of zero for a non-existent device
426   * recognize ext3 filesystems that have the test_fs flag
427     set as ext3 filesystems
428   * recognize btrfs filesystems and swap devices currently used
429     by user-level software suspend
430   libext2fs:
431   * add a check in the Unix I/O functions in libext2fs so that
432     when a device is opened read/write, return an error if the
433     device is read-only using the BLKROGET ioctl
434 - the libcom_err patches for bnc#66534 have been removed because
435   git commit d7f45af802330a0e1450afa05185d3722e77a76c
436   should fix the problem
437 - remove patches
438   e2fsprogs-1.41.1-e2fsck_fix_automatic_blocksize_detection.patch
439   e2fsprogs-1.41.1-function_signature_fix.patch
440   e2fsprogs-1.41.1-link_fix.patch
441   libcom_err-disable_test.patch
442   libcom_err-mutex.patch
443   libcom_err-no-init_error_table.patch
444 * Tue Jan 13 2009 olh@suse.de
445 - obsolete old -XXbit packages (bnc#437293)
446 * Thu Dec  4 2008 mkoenig@suse.de
447 - send bootsplash messages in one write call
448 * Tue Oct 28 2008 mkoenig@suse.de
449 - fix function signature to avoid compiler warning [bnc#439129]
450 * Tue Oct  7 2008 mkoenig@suse.de
451 - e2fsck: fix e2fsck automatic blocksize detetion
452 * Mon Sep 29 2008 mkoenig@suse.de
453 - e2fsck: shut off splash screen when check is needed [bnc#237283]
454 * Mon Sep 15 2008 mkoenig@suse.de
455 - remove recommends of uuid-runtime from libuuid [bnc#426278]
456 - move uuid hints README.SUSE.uuidd to uuid-runtime package
457 * Fri Sep  5 2008 mkoenig@suse.de
458 - update to version 1.41.1
459   * mke2fs
460     + issues now a warning if there is no definition in
461     /etc/mke2fs.conf for the filesystem to be created
462     + creates now the journal in the middle of the filesystem
463     + now avoids allocating an extra block to the journal
464     + will correctly enforce the prohibition against features
465     in revision 0 filesystems
466     + previously would occasionaly create some slightly non-optimally
467     placed inode tables; this bug has been fixed
468     + will now set the creation timestamp on the lost+found directory
469     and the root directory
470   * blkid
471     + recognize MacOS hfsx filesystems, and correctly extract the
472     label and uuid for hfs, hfsx, and hfsplus filesystems
473     + improved detection of JFS and HPFS
474     + more efficient handling of devicemapper devices
475     + fix cache validation bugs
476     + The blkid program will now print out a user-friendly listing
477     of all of the block devices in the system and what they
478     contain when given the -L option
479   * resize2fs
480     + will now correctly handle filesystems with extents and/or
481     uninitialized block groups correctly when file/directory blocks
482     need to relocated
483     + support for on-line resizing ext4 filesystem with the flex_bg
484     filesystem feature.  The method for doing so is not optimal,
485     but to do a better job will require kernel support
486     + is now correctly managing the directory in-use counts when
487     shrinking filesystems and directory inodes needed to be moved
488     from one block group to another
489   * e2fsck
490     + now correctly calculates ind/dind/tind statistics in the
491     presence of extent-based files
492     + now prints the depth of corrupt htree directories
493   * debugfs
494     + htree command now correctly understands extent-based
495     directories
496     + new command which will print the supported features
497   * Add support for setting the default hash algorithm used in b-tree
498     directories in tune2fs (from a command-line option) or mke2fs (via
499     mke2fs.conf).  In addition, change the default hash algorithm to
500     half_md4, since it is faster and better
501   * Fix support for empty directory blocks in ext4 filesystems with
502     64k blocksize filesystems
503   * The filefrag program now has a more accurate calculation for the
504     number of ideal extents
505 - fix linking of blkid
506   e2fsprogs-1.41.1-link_fix.patch
507 - remove patches
508   e2fsprogs-1.41.0-fix_messages.patch
509   e2fsprogs-1.41.0-tst_link_fix.patch
510 * Fri Aug 29 2008 kay.sievers@novell.com
511 - update libvolume_id patch to work with libvolume_id.so.1
512 * Thu Aug 21 2008 pth@suse.de
513 - Add current german messages.
514 - Fix e2fsprogs-base_devt.patch and e2fsprogs-libvolume_id-support.patch
515   so that the package tools work.
516 - Add missing space to two messages and resync message
517   catalogs by configuring with --enable-maintainer-mode.
518 * Wed Aug 20 2008 mkoenig@suse.de
519 - add uuid related manpages to uuid-runtime subpackage [bnc#418568]
520 * Mon Aug 18 2008 mkoenig@suse.de
521 - currently do not install *.ext4 links for mkfs and fsck
522   tools, but only the *.ext4dev links.
523 * Wed Jul 16 2008 mkoenig@suse.de
524 - update to version 1.41.0
525   * add support for ext4 filesystem features:
526     extents, uninit_bg, flex_bg, huge_file, dir_nlink
527   * support for checking journal checksums
528   * tune2fs supports migrating fs from 128 byte inode to 256 byte
529   * add support for "undo"
530   * e2fsck now performs more extensive and careful checks of extended
531     attributes stored in the inod
532 - fix e2fsck make check
533 * Wed Jul  2 2008 schwab@suse.de
534 - Remove doubleplusungood -fsigned-char.
535 * Tue Jun 24 2008 mkoenig@suse.de
536 - update to version 1.40.11
537   most important changes since 1.40.8:
538   * Mke2fs will not allow the logically incorect combination of
539     resize_inode and meta_bg, which had previously caused mke2fs
540     to create a corrupt fileystem
541   * Fix mke2fs's creation of resize inode when there is a
542     non-standard s_first_data_block setting
543   * Teach fsck to treat "ext4" and "ext4dev" as ext* filesystems
544   * Fix fsck so that progress information is sent back correctly
545   * Add detection for ZFS volumes to the libblkid library
546 - remove e2fsprogs-1.40.7.de.po, updated upstream
547 - remove patches
548   e2fsprogs-1.40.7-uuidd_security.patch
549   e2fsprogs-1.40.8-e2fsck_recovery_fix.patch
550   e2fsprogs-1.40.8-fix_ext2fs_swap_inode_full.patch
551   e2fsprogs-1.40.8-missing_init.patch
552 * Tue May 27 2008 ro@suse.de
553 - fix baselibs.conf to not generate unresolvable deps
554 * Wed May 21 2008 cthiel@suse.de
555 - fix baselibs.conf
556 * Wed May 21 2008 mkoenig@suse.de
557 - e2fsck: Fix potential data corruptor bug in journal recovery
558   [bnc#393095]
559 * Tue May 13 2008 mkoenig@suse.de
560 - libuuid: do not use unintialized variable [bnc#386649]
561 * Wed May  7 2008 coolo@suse.de
562 - fix provides/obsoletes for rename
563 * Thu Apr 10 2008 ro@suse.de
564 - added baselibs.conf file to build xxbit packages
565   for multilib support
566 * Tue Mar 18 2008 pth@suse.de
567 - Readd the current de.po just submitted upstream to the TP robot.
568 * Fri Mar 14 2008 mkoenig@suse.de
569 - update to version 1.40.8
570   * Fixed e2image -I so it works on image files which are larger than 2GB
571   * Fixed e2fsck's handling of directory inodes with a corrupt size field
572   * Fixed e2fsck handling of pass 2 "should never happen error"
573   * Fixed Resize2fs bug resizing large inodes with extended attributes
574 - update README.SUSE: give some hints on enabling uuidd, since it has
575   been decided to not enable it by default [bnc#354398]
576 - removed
577   de.po (updated upstream)
578 * Tue Mar  4 2008 mkoenig@suse.de
579 - update to version 1.40.7
580   * Remove support for clearing the SPARSE_SUPER feature from tune2fs, and
581     depreciate the -s option, since it can result in filesystems which
582     e2fsck can't fix easily.  There are very good reasons for wanting to
583     disable sparse_super; users who wants to turn off sparse_super can use
584     debugfs.
585   * Add missing options to mke2fs's usage message
586   * Fix bug in resize2fs when large (greater than 128 byte) inodes are
587     moved when a filesystem is shrunk
588   * E2fsck now prints an explicit message when the bad block inode is
589     updated, to avoid confusion about why the filesystem was modified.
590   * Allow mke2fs and tune2fs manipulate the large_file feature.
591     Previously we just let the kernel and e2fsck do this automatically,
592     but e2fsck will no longer automatically clear the large_file feature
593   * Suppress message about an old-style fstab if the fstab file is empty
594   * Change e2fsck to no longer clear the LARGE_FILES feature flag
595     automatically, when there are no more > 2GB files in the filesystem.
596   * Fix bug which could cause libblkid to seg fault if a device mapper
597     volume disappears while it is being probed.
598   * Enhance e2fsck's reporting of unsupported filesystem feature flags
599   * Fix option syntax in dumpe2fs for explicit superblock and blocksize
600     parameters
601   * Add support to tune2fs to clear the resize_inode feature
602   * Teach blkid to detect LVM2 physical volumes
603   * Add support for setting RAID stride and stripe-width via mke2fs and
604     tune2fs.  Teach dumpe2fs to print the RAID parameters
605   * Add support for setting new superblock fields to debugfs's
606     set_super_value
607   * Add support for printing "mostly-printable" extended attributes in
608     Debugfs
609   * Add support for the -M option to fsck, which causes it to ignore
610     mounted filesystem
611   * Fix uuidd so that it creates the pid file with the correct pid number
612 - The -M option is now used upstream to ignore mounted filesystems,
613   this has previously been in SuSE with -m. This has to be changed
614   since lower case characters are reserved for filesystem specific
615   checker options. The "like mount" behaviour previously in SuSE
616   with -M has been removed.
617 - add patch from Eric Sandeen to fix the loss of extended attributes
618   in large inodes upon resize
619 - removed patches
620   fsck-ignore-mounted.patch
621 * Wed Feb 27 2008 mkoenig@suse.de
622 - update to version 1.40.6
623   * Add support for returning labels for UDF filesystems in the blkid
624     library
625   * Fix bug in the blkid library where cached filesystems was not being
626     flushed
627   * Added logic to the blkid library to automatically choose whether a
628     filesystem should be mounted as ext4 or ext4dev, as appropriate
629   * Allow tune2fs to set and clear the test_fs flag on ext4 filesystems
630 - removed patches:
631   e2fsprogs-1.40.5-blkid_cache_file_env.patch (merged)
632   libcom_err-no-static-buffer.patch (fixed upstream with TLS)
633 * Tue Jan 29 2008 mkoenig@suse.de
634 - update to version 1.40.5:
635   * Fix a potential overflow big in e2image
636   * Mke2fs will now create new filesystems with 256 byte inodes and the
637     ext_attr feature flag by default
638   * Teach e2fsck to ignore certain "safe" filesystem features which are
639     set automatically by the kernel
640   * Add support in tune2fs and mke2fs for making a filesystem as being "ok
641     to be used with test kernel code"
642   * Change e2fsck -fD so that it sorts non-htree directories by inode
643     numbers instead of by name, since that optimizes performances much
644     more significantly
645   * If e2image fills the disk, fix it so it exits right away
646   * If ftruncate64() is not available for resize2fs, let it use ftrucate()
647     instead
648   * Add support for detecting HFS+ filesystems in the blkid library
649   * Add supprt in the blkid library for ext4/ext4dev filesystems
650   * Fix a bug in blkid where it could die on a floating point exception
651     when presented with a corrupt reiserfs image
652   * Fix blkid's handling of ntfs UUID's so that leading zeros are printed
653     such that UUID string is a fixed length
654   * Fix debugfs's 'lsdel' command so it uses ext2fs_block_iterate2 so it
655     will work with large files
656   * Allow the debugfs 'undel' command to undelete an inode without linking
657     it to a specific destination directory
658 - enhance init script
659 - add sysconfig parameter UUIDD_ON_DEMAND_ONLY setting the startup
660   policy for uuidd
661 - remove merged and obsolete patches:
662   close.patch
663   e2fsprogs-1.33-codecleanup.diff
664   e2fsprogs-1.35-libdir.diff
665   e2fsprogs-1.39-resize2fs_manpage.patch
666   e2fsprogs-1.40.4-uuid_null.patch
667   e2fsprogs-blkid.diff
668   e2fsprogs-blkid_probe_hfsplus.patch
669   e2fsprogs-strncat.patch
670   elf.diff
671   e2fsprogs-mkinstalldirs.patch
672   e2fsprogs-special_make_targets.patch
673   e2fsprogs-probe_reiserfs-fpe.patch
674   e2fsprogs-1.33-fsckdevdisplay.diff
675   e2fsprogs-uninitialized.diff
676 * Wed Jan 16 2008 mkoenig@suse.de
677 - update to version 1.40.4:
678   * Fix potential security vulnerability (CVE-2007-5497)
679   * Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
680   * Fix a bug in ext2fs_initialize() which causes mke2fs to fail while
681     allocating inode tables for some relatively rare odd disk sizes.
682   * Fix bug in ext2fs_check_desc() which will cause e2fsck to complain
683     about (valid) filesystems where the inode table extends to the last
684     block of the block group
685   * Change e2fsck so it will not complain if a file has blocks reallocated
686     up to the next multiple of a system's page size
687   * Change e2fsck so it uses sscanf() instead of atoi() so it non-numeric
688     arguments are detected as such and the parse error is reported to the
689     user
690   * Make the e2fsprogs program more robust so that they will not crash
691     when opening a corrupt filesystem where s_inode_size is zero.
692   * Fix e2fsck so that if the superblock is corrupt, but still looks
693     vaguely like an ext2/3/4 superblock, that it automatically tries to
694     fall back to the backup superblock, instead of failing with a hard
695     error
696   * Fix fsck to ignore /etc/fstab entries for bind mounts
697   * E2fsck will no longer mark a filesystem as invalid if it has time
698     errors and the user refuses to fix the problem.
699   * Enhance blkid's detection of FAT filesystems
700   * Enhance e2fsck so it will force the backup superblocks to be backed up
701     if the filesystem is consistent and key constants have been changed
702     (i.e., by an on-line resize) or by e2fsck in the course of its
703     operations.
704   * Enhance the blkid library so it will recognize squashfs filesystems
705   * Fix e2image so that in raw mode it does not create an image file which
706     is one byte too large
707   * Fix heuristics in blkid which could cause a disk without partitions to
708     be incorrectly skipped when a loopback device is present
709   * Avoid division by zero error when probing an invalid FAT filesystem in
710     the blkid library
711   * Fix sign-extension problem on 64-bit systems in in the com_err
712     library
713   * Format control characters and characters with the high eighth bit set
714     when printing the contents of the blkid cache, to prevent filesystems
715     with garbage labels from sending escape sequences
716   * Fix fsck to only treat the '#' character as a comment at the beginning
717     of the line in /etc/fstab
718   * Filter out the NEEDS_RECOVERY feature flag when writing out the backup
719     superblocks
720   * Improve time-based UUID generation.  A new daemon uuidd, is started
721     automatically by libuuid if necessary
722 - new subpackage: uuid-runtime
723   containing uuidd and uuidgen
724 - removed obsolete patches
725   e2fsprogs-1.39-uuid_duplicates.patch
726   e2fsprogs-1.40.2-open_fix.patch
727   e2fsprogs-1.40-be_swap_fix.patch
728 * Mon Nov 26 2007 mkoenig@suse.de
729 - fix build: missing third argument to open
730 - do not remove buildroot in install section
731 * Fri Jul 27 2007 mkoenig@suse.de
732 - fix typo in specfile
733 * Thu Jul 26 2007 mkoenig@suse.de
734 - Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
735   e2fsprogs-1.40-be_swap_fix.patch
736 * Wed Jul 25 2007 bk@suse.de
737 - e2fsprogs requires libext2fs2 of the same version number to work
738 - enable make check and make gcc-wall in %%check (executed last)
739 - shut up bogus gcc warning for use of uninitialised variables
740 * Wed Jul 25 2007 mkoenig@suse.de
741 - remove e2fsprogs-blkid_probe_ext4.patch
742   broken and it is way too early to support
743 * Wed Jul 18 2007 mkoenig@suse.de
744 - update to version 1.40.2
745   bugfix release
746 * Mon Jul  9 2007 mkoenig@suse.de
747 - update to version 1.40.1:
748   * Bugfix release
749 - removed patch (merged upstream)
750   e2fsprogs-1.39-cleanup.patch
751 * Wed Jul  4 2007 mkoenig@suse.de
752 - update to version 1.40
753 - branch off libraries:
754   libblkid1
755   libuuid1
756   libext2fs2
757 - renaming libcom_err to libcom_err2
758 * Tue Jun 19 2007 mkoenig@suse.de
759 - fix e2fsprogs-1.39-uuid_duplicates.patch [#189640]
760   * detach shm segment after use
761   * set SEM_UNDO for semaphore operations, otherwise we do not
762     get a clean state after interruption by a signal
763 * Wed Apr 25 2007 pth@suse.de
764 - Fix German translations.
765 * Wed Apr 11 2007 mkoenig@suse.de
766 - blkid: fix hfsplus probing to detect HFS+ volumes embedded
767   in a HFS volume
768 * Wed Apr  4 2007 mkoenig@suse.de
769 - add Supplements line [FATE#301966]
770 * Fri Mar 30 2007 mkoenig@suse.de
771 - update to current hg version from 29-03-2007
772   * Fixes a lot of memory leaks and other bugs
773 - remove merged patch:
774   e2fsprogs-1.39-check_fs_open-in-dump_unused.patch
775 * Wed Mar 28 2007 mkoenig@suse.de
776 - blkid: add hfsplus volume detection (FATE#302071)
777 - blkid: add experimental detection of ext4dev (FATE#301897)
778 * Thu Jan 25 2007 mkoenig@suse.de
779 - fix segfault in debugfs when using without open fs [#238140]
780 * Mon Jan 22 2007 mkoenig@suse.de
781 - don't chmod -w headers in compile_et to avoid build
782   problems with some packages
783 * Fri Jan 19 2007 mkoenig@suse.de
784 - update to version 1.40-WIP-1114 (FATE#301897)
785   * support for ext4
786   * several bugfixes
787 - remove ext2resize from package, because the online resizing
788   functionality has been merged into resize2fs since version 1.39
789   and ext2resize is unmaintained.
790 * Tue Dec 19 2006 meissner@suse.de
791 - fixed build
792 * Wed Nov  8 2006 ro@suse.de
793 - provide libcom_err-devel in libcom_err
794 * Thu Oct 19 2006 mkoenig@suse.de
795 - fix bug in uuid patch
796 * Mon Oct 16 2006 mkoenig@suse.de
797 - fix build of shared lib
798 * Thu Oct 12 2006 mkoenig@suse.de
799 - fix uuid bug [#189640]
800 - fix blkid problem with empty FAT labels [#211110]
801 - fix small typo in resize2fs man page
802 * Tue Sep 26 2006 mkoenig@suse.de
803 - fix bug in fsck udev/libvolume_id patch [#205671]
804 * Wed Sep 20 2006 mkoenig@suse.de
805 - update to version 1.39:
806   * Fix 32-bit cleanliness
807   * Change mke2fs to use /etc/mke2fs.conf
808   * Mke2fs will now create filesystems hash trees and
809     on-line resizing enabled by default
810   * The e2fsprogs tools (resize2fs, e2fsck, mke2fs) will open the
811     filesystem device node in exclusive mode
812   * Add support for on-line resizing to resize2fs.
813   * The blkid library will now store the UUID of the external
814     journal used by ext3 filesystems
815   * E2fsck will now consult a configuration file, /etc/e2fsck.conf
816   * E2fsck will detect if the superblock's last mount field or
817     last write field is in the future, and offer to fix if so.
818   * E2fsck now checks to see if the superblock hint for the
819     location of the external journal is incorrect
820   * Resize2fs will now automatically determine the RAID stride
821     parameter that had been used to create the filesystem
822   * Fix mke2fs so that it correctly creates external journals on
823     big-endian machines
824   * Fix a bug in the e2p library
825   * Add a new debugfs command, set_current_time
826   * Fix debugfs commands
827   * Fix mklost+found so that it creates a full-sized directory on
828     filesystems with larger block sizes.
829   * Fix a file descriptor leak in blkid library
830   * Allow fractional percentages to the -m option in mke2fs and tune2fs
831   * Add support for device mapper library to the blkid library
832   * Fix the blkid library so that it notices when an ext2 filesystem
833     is upgraded to ext3.
834   * Improve the blkid's library VFAT/FAT detectio
835   * Add support for the reiser4 and software suspend partitions
836     to the blkid library.
837 - update ext2resize to version 1.1.19:
838   * Add support for ext3 online resizing
839   * Support LARGEFILE compat flag
840   * Make the resize inode part of the fs struct
841   * Add the FL_IOCTL flag
842   * Bugfixes
843 * Fri Aug 11 2006 pth@suse.de
844 - Fix to comply with gettex 0.15.
845 - Move ext2resize sources to toplevel directory.
846 - Fix use of MKINSTALLDIRS.
847 * Fri Aug  4 2006 kay.sievers@suse.de
848 - update libvolume_id integration to match util-linux
849 * Fri Jun 16 2006 ro@suse.de
850 - added libvolume_id-devel to BuildRequires
851 - updated e2fsprogs-udev.patch to match header rename
852 * Wed Feb  8 2006 hare@suse.de
853 - Fix fsck -m (#146606) to really check filesystems.
854 * Mon Jan 30 2006 hvogel@suse.de
855 - Document -I inode-size [#145445]
856 * Sun Jan 29 2006 hvogel@suse.de
857 - fix hares patch
858 * Fri Jan 27 2006 hare@suse.de
859 - Add option to not return an error code for mounted
860   filesystems (#145400).
861 * Wed Jan 25 2006 mls@suse.de
862 - converted neededforbuild to BuildRequires
863 * Fri Jan 20 2006 hvogel@suse.de
864 - Support ext2/ext3 online resize
865 * Mon Dec 12 2005 hvogel@suse.de
866 - remove lib/et/test_cases/imap_err* from the tarball because
867   they are not distributeable.
868 * Tue Dec  6 2005 pth@suse.de
869 - remove unnecessary type-punning
870 - reduce compiler warnings
871 * Tue Nov 15 2005 jblunck@suse.de
872 - added close.patch provided by Ted Tso (IBM) to fix bug #132708
873 * Mon Nov 14 2005 hare@suse.de
874 - Use devt when comparing devices
875 - fsck: Use information provided by udev for detecting devices
876 * Wed Oct  5 2005 hvogel@suse.de
877 - fix too few arguments to a *printf function
878 - require libcom_err on e2fsprogs-devel
879 * Fri Sep  9 2005 hvogel@suse.de
880 - add gross hack to avoid divide by zero in probe_reiserfs
881   [#115827]
882 * Mon Aug  8 2005 hvogel@suse.de
883 - added environment variable BLKID_SKIP_CHECK_MDRAID to work around
884   broken software raid detection [Bug #100530]
885 * Tue Jul  5 2005 hvogel@suse.de
886 - update to version 1.38
887 - mt reworked his patches a bit. See Bug #66534
888 * Thu Jun 23 2005 hvogel@suse.de
889 - call ldconfig in post/postun
890 - add version to devel package dependencie
891 - readd missing patch (7)
892 * Thu Apr 28 2005 hvogel@suse.de
893 - update to version 1.37
894 - mt reworked one libcom_err patch a bit to provide more
895   meaningfull error handling
896 - fix retuen value in inode.c
897 * Thu Mar 31 2005 hvogel@suse.de
898 - split libcom_err to a subpackage
899 - add mutex synchronization to e2fsprogs/lib/et
900 - removed usage of a static buffer in error_message()
901 - disabled init_error_table function
902 - disabled build of unused e2fsck.static
903 * Fri Mar 18 2005 hvogel@suse.de
904 - fix endian unsafeness in getopt (#73855)
905 * Tue Feb  8 2005 hvogel@suse.de
906 - Update to 1.36 final
907 * Tue Aug 10 2004 pth@suse.de
908 - Update to 1.35 RC5
909 * Wed Mar 17 2004 pth@suse.de
910 - Don't build the EVMS plugin because it's out of date for
911   EVMS in kernel 2.6.
912 * Thu Mar  4 2004 pth@suse.de
913 - Add patch from Olaf Hering that makes fsck read a different
914   blkid file via BLKID_FILE environment var (#35156)
915 * Thu Feb 19 2004 kukuk@suse.de
916 - Remove obsolete recode call
917 * Mon Jan 12 2004 ro@suse.de
918 - removed run_ldconfig again
919 * Sat Jan 10 2004 adrian@suse.de
920 - add %%run_ldconfig
921 * Thu Oct  2 2003 pthomas@suse.de
922 - Add patch from Kurt Garloff to make e2fsprogs compile
923   with latest kernel headers (SCSI_BLK_MAJOR undefined).
924 * Mon Sep 15 2003 pthomas@suse.de
925 - Fix czech message catalog which has been transformed twice
926   from latin2 to utf-8 and add an iconv call to the spec file
927   that will make building fail if the file is corrected upstream.
928 * Sat Aug 30 2003 agruen@suse.de
929 - Fix an endianness bug in ext2fs_swap_inode: Fast symlinks that
930   have extended attributes are acidentally byte swapped on
931   big-endian machines.
932 * Fri Aug  1 2003 pthomas@suse.de
933 - Apply patch from Ted T'so for badblocks.
934 * Thu Jul 31 2003 pthomas@suse.de
935 - Update to 1.34.
936 - Various fixes to libcom_err to make it really compatible
937   to the heimdal version.
938 - Fix int<->pointer casts.
939 - Fix places that may break strict aliasing.
940 * Fri Jun 20 2003 ro@suse.de
941 - added directory to filelist
942 * Wed May 14 2003 pthomas@suse.de
943 - Use %%defattr
944 - Include all installed files.
945 * Tue Apr 29 2003 mfabian@suse.de
946 - add libblkid.so* and libblkid.a to file lists
947 * Thu Apr 24 2003 pthomas@suse.de
948 - Update to 1.33 and adapt patches.
949 - Add missing headers where necessary.
950 * Thu Apr 24 2003 ro@suse.de
951 - fix install_info --delete call and move from preun to postun
952 * Fri Feb  7 2003 ro@suse.de
953 - added install_info macros
954 * Tue Oct  1 2002 garloff@suse.de
955 - Fix segfault in display of real device in presence of volume
956   name. #20422
957 * Tue Sep  3 2002 mls@suse.de
958 - remove duplicate evms scan (already included in 1.28)
959 - fix volume group scan bug
960 * Mon Sep  2 2002 agruen@suse.de
961 - Update to 1.28. Includes very minor fixes in htree, which we have
962   disabled anyway, one fix that we had in a separate patch, and
963   has additional release notes.
964 * Mon Aug 19 2002 agruen@suse.de
965 - Update to 1.28-WIP-0817, which includes Extended Attribute
966   and several smaller fixes. We disable htree support and don't
967   install the evms library for now.
968 - Remove `make gcc-wall' for now (as it does a `make clean' in
969   doc/).
970 * Thu Aug 15 2002 mls@suse.de
971 - support jfs, reiserfs, evms in label/uuid scan (code stolen
972   from util-linux:mount)
973 * Sun Jul 28 2002 kukuk@suse.de
974 - Remove unused tetex from neededforbuild
975 * Fri Jul 19 2002 olh@suse.de
976 - use a better method for finding missed filelist entries
977 * Fri Apr 12 2002 sf@suse.de
978 - added %%{_libdir}
979 - added fix for lib/lib64
980 * Thu Mar 28 2002 bk@suse.de
981 - fix man pages, filelist and add check for missing files in packs
982 * Wed Mar 27 2002 bk@suse.de
983 - Update to 1.27, fixes resource limit problem for other archs and
984   merges many patches
985 * Thu Mar  7 2002 pthomas@suse.de
986 - Add patch from Ted T'so to keep e2fsck from dumping
987   core when the journal inode is missing.
988 * Mon Mar  4 2002 pthomas@suse.de
989 - Fix implicit function declarations and some other gcc warnings.
990 - Include patch from Kurt Garloff to make e2fsck display the
991   device name in addition to the volume label. Adapt it to 1.26.
992 - Adapt BSD_disklables.diff to new code.
993 - Set LC_CTYPE in addition to LC_MESSAGES.
994 - Repack with bzip2.
995 * Fri Mar  1 2002 bk@suse.de
996 - Update to 1.26. This release has a number of critical bug
997   fixes over the previous release, version 1.25:
998 * Fri Feb 15 2002 pthomas@suse.de
999 - Use %%{_lib} and %%{_libdir}.
1000 * Wed Feb 13 2002 pthomas@suse.de
1001 - Make heimdal-devel conflict e2fsprogs-devel.
1002   Temporary solution for bug #13145
1003 * Thu Dec 13 2001 pthomas@suse.de
1004 - Add mkfs.ext2.8 because mkfs.8 from util-linux references it.
1005   Fixes bug #12613.
1006 * Fri Nov 23 2001 pthomas@suse.de
1007 - Add accidently left out e2image to file list. Fixes bug
1008   [#12009]
1009 * Wed Oct 31 2001 ro@suse.de
1010 - fix for axp: should malloc buffer _before_ use
1011 * Wed Oct 10 2001 pthomas@suse.de
1012 - Update to 1.25.
1013 - Remove patches not needed anymore.
1014 - Change mke2fs to output warnings to stderr not stdout.
1015 - Repack as bz2.
1016 * Mon Sep 24 2001 olh@suse.de
1017 - replace ext2fs_d
1018 * Fri Sep 21 2001 pthomas@suse.de
1019 - Add patch for mke2fs from 1.25 as that bug seems to be the
1020   reason for the mk_initrd warning.
1021 * Wed Sep 12 2001 pthomas@suse.de
1022 - Update to 1.24a:
1023   - Fix brown-paper bug in mke2fs which caused it to segfault.
1024   - Revert the BLKGETSIZE64 support as this ioctl has been used
1025     by an unofficial kernel patch to update the last sector on
1026     the disk, and this was causing disk corruption problems as a
1027     result.
1028   - Mke2fs is now more careful about zapping swap space signatures
1029     and other filesystem/raid superblock magic values so.
1030   - E2fsck will no longer complain if the the mode of
1031     EXT2_RESIZE_INO is a regular file
1032   - mke2fs and tune2fs will allow the use of UUID= or LABEL=
1033     specifiers when specifying the external journal device.
1034     tune2fs will also search devices looking for the external
1035     journal device when removing.
1036 * Fri Aug 17 2001 ro@suse.de
1037 - update to 1.23 to enable external journals on ext3
1038 * Wed Aug 15 2001 pthomas@suse.de
1039 - Update to 1.22.
1040 - Drop fsck Patch as code changed.
1041 - Use LD_LIBRARY_PATH to run test programs.
1042 * Fri Jun  8 2001 pthomas@suse.de
1043 - Remove incorrect use of AC_REQUIRE (fails with autoconf 2.5)
1044 - Recompress tarball with bzip2.
1045 * Thu Jan 18 2001 schwab@suse.de
1046 - Add Obsoletes: ext2fs_d and Requires: e2fsprogs to devel
1047   subpackage.
1048 * Mon Nov  6 2000 pthomas@suse.de
1049 - use _mandir and _infodir more consistently in spec file.
1050 * Sun Nov  5 2000 ro@suse.de
1051 - renamed packages to e2fsprogs/e2fsprogs-devel
1052 * Fri Jun  9 2000 kasal@suse.cz
1053 - Build dynamic libraries.  Partition Surprise requires them.
1054 - Make /usr/lib/*.so symlinks relative.
1055 * Thu Mar 23 2000 kukuk@suse.de
1056 - Don't erase BSD labels on Alpha
1057 - Add Y2K fix to debugfs
1058 * Wed Mar 22 2000 kukuk@suse.de
1059 - Fix ifdefs for gcc 2.95.2
1060 * Tue Feb 22 2000 garloff@suse.de
1061 - Bugfix for the change ...
1062 - ... and change version no of fsck to 1.18a to reflect the change.
1063 * Sun Feb 20 2000 garloff@suse.de
1064 - Patch to be more clever WRT to basenames (used to find out wheter
1065   a fsck for this device is already running).
1066 - Give better message in case fsck fails, to tell the user what to
1067   do. (e2fsck only displays the label, nowadays :-( )
1068 * Thu Feb 10 2000 kukuk@suse.de
1069 - Use autoconf to create new configure
1070 * Wed Jan 19 2000 ro@suse.de
1071 - man,info -> /usr/share
1072 * Mon Jan 17 2000 ro@suse.de
1073 - fixed to build on kernels >= 2.3.39
1074 * Sat Nov 13 1999 kukuk@suse.de
1075 - Update to e2fsprogs 1.18
1076 - Create new sub-package ext2fs_d which includes libs and headers
1077 * Mon Nov  8 1999 ro@suse.de
1078 -fixed coredump in e2fsck
1079 * Fri Oct 29 1999 ro@suse.de
1080 -e2fsprogs: 1.17 vital bugfix in e2fsck
1081 * Sun Oct 24 1999 ro@suse.de
1082 - e2fsprogs: update to 1.16, sparse_super is default on when
1083   called on a > 2.2 kernel, can be overridden with -O none
1084 * Fri Oct 15 1999 garloff@suse.de
1085 - Disabled flushb again. (Moved to ddrescue.)
1086 * Mon Sep 13 1999 bs@suse.de
1087 - ran old prepare_spec on spec file to switch to new prepare_spec.
1088 * Wed Sep  1 1999 ro@suse.de
1089 - mke2fs: sparse superblocks default back to "off"
1090 * Tue Aug 31 1999 ro@suse.de
1091 - update to 1.15
1092 - cleanup diff and specfile
1093 * Sun Jul 18 1999 garloff@suse.de
1094 - Enabled flushb compilation
1095 * Sat Jun 26 1999 kukuk@suse.de
1096 - Add fix for fsck core dump from beta list
1097 * Tue Mar 16 1999 ro@suse.de
1098 - fixed configure call
1099 * Fri Mar 12 1999 ro@suse.de
1100 - update to 1.14
1101 * Thu Oct 29 1998 ro@suse.de
1102 - respect change in 2.1.126 SCSI_DISK_MAJOR
1103 * Tue Sep  1 1998 ro@suse.de
1104 - update to 1.12
1105 * Sat Apr 26 1997 florian@suse.de
1106 - update to new version 1.10
1107 * Sun Apr 13 1997 florian@suse.de
1108 - update to new version 1.08
1109 - do not include ext2 libs and include files as they are only used by dump
1110 * Thu Jan  2 1997 florian@suse.de
1111 - update to new version 1.06
1112 * Thu Jan  2 1997 florian@suse.de
1113 - update to newer version
1114 - use now static libs instead of 4 small shared libs
1115 * Thu Jan  2 1997 florian@suse.de
1116   update to version 1.0.4