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