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