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