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