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