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