Whamcloud - gitweb
LU-5845 build: add support for SUSE_LINUX-12 .spec file
[tools/e2fsprogs.git] / e2fsprogs-SUSE_LINUX-11+12.spec.in
1 #
2 # spec file for package e2fsprogs
3 #
4 # Copyright (c) 2018 SUSE LINUX 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
19 %define build_mini 0
20
21 Name:           e2fsprogs
22 %if 0%{?suse_version} >= 1010
23 # Hint for ZYPP
24 Supplements:    filesystem(ext2) filesystem(ext3) filesystem(ext4)
25 %endif
26 BuildRequires:  autoconf
27 BuildRequires:  automake
28 BuildRequires:  libblkid-devel
29 BuildRequires:  libuuid-devel
30 BuildRequires:  pkg-config
31 BuildRequires:  gettext-tools
32 BuildRequires:  texinfo
33 %if ! %{build_mini}
34 %if 0%{?suse_version} > 1220
35 BuildRequires:  makeinfo
36 %endif
37 # Define info macros if missing (for Fedora builds)
38 %if 0%{!?%install_info_prereq:1}
39 %define install_info_prereq info
40 %define install_info sbin/install-info
41 %define install_info_delete sbin/install-info --delete
42 %endif
43 Requires:       %install_info_prereq
44 %endif
45 # bug437293
46 %ifarch ppc64
47 Obsoletes:      e2fsprogs-64bit
48 %endif
49
50 %if %{build_mini}
51 Conflicts:      e2fsprogs
52 Conflicts:      e2fsprogs-devel
53 Conflicts:      libext2fs2
54 Conflicts:      libext2fs-devel
55 Conflicts:      libcom_err2
56 Conflicts:      libcom_err-devel
57 %else
58 Conflicts:      e2fsprogs-mini
59 Conflicts:      e2fsprogs-mini-devel
60 Conflicts:      libext2fs2-mini
61 Conflicts:      libext2fs-mini-devel
62 Conflicts:      libcom_err2-mini
63 Conflicts:      libcom_err-mini-devel
64 %endif
65 #
66 Version:        @E2FSPROGS_PKGVER@
67 Release:        0%{_vendor}
68 Summary:        Utilities for the Second Extended File System
69 License:        GPL-2.0
70 Group:          System/Filesystems
71 Url:            https://downloads.whamcloud.com/public/e2fsprogs/
72 Provides:       ldiskfsprogs = %{version}
73 Requires(post): coreutils
74 Requires:       libcom_err2 >= %{version}-%{release}
75 Requires:       libext2fs2 >= %{version}-%{release}
76 Source:         %{name}-%{version}.tar.gz
77 #
78 # e2fsprogs patches
79 #
80 # libcom_err patches
81 #Patch3:         libcom_err-compile_et_permissions.patch
82 #Patch4:         e2fsprogs-1.42-implicit_fortify_decl.patch
83 #Patch5:         e2fsprogs-1.42-ext2fsh_implicit.patch
84 # Do not suppress make commands
85 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
86
87 %description
88 Utilities needed to create and maintain ext2 and ext3 file systems
89 under Linux. Included in this package are: chattr, lsattr, mke2fs,
90 mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
91
92 %package devel
93 Summary:        Dummy development package
94 # bug437293
95 License:        LGPL-2.0
96 Group:          Development/Libraries/C and C++
97 %ifarch ppc64
98 Obsoletes:      e2fsprogs-devel-64bit
99 %endif
100 #
101 Requires:       libblkid-devel
102 Requires:       libext2fs-devel = %{version}-%{release}
103 Requires:       libuuid-devel
104
105 %description devel
106 Dummy development package for backwards compatibility.
107
108 %if %{build_mini}
109 %package -n libext2fs2-mini
110 %else
111 %package -n libext2fs2
112 %endif
113 Summary:        Ext2fs library
114 License:        LGPL-2.0
115 Group:          System/Filesystems
116
117 %if %{build_mini}
118 %description -n libext2fs2-mini
119 %else
120 %description -n libext2fs2
121 %endif
122 The basic Ext2fs shared library.
123
124 %if %{build_mini}
125 %package -n libext2fs-mini-devel
126 %else
127 %package -n libext2fs-devel
128 %endif
129 Summary:        Development files for libext2fs
130 License:        LGPL-2.0
131 Group:          Development/Libraries/C and C++
132 Requires:       libcom_err-devel
133 Requires:       libext2fs2 = %{version}-%{release}
134
135 %if %{build_mini}
136 %description -n libext2fs-mini-devel
137 %else
138 %description -n libext2fs-devel
139 %endif
140 Development files for libext2fs.
141
142 %if ! %{build_mini}
143 %package -n libext2fs-devel-static
144 Summary:        Development files for libext2fs
145 License:        LGPL-2.0
146 Group:          Development/Libraries/C and C++
147 Requires:       libext2fs-devel = %{version}-%{release}
148 Provides:       libext2fs-devel:%{_libdir}/libe2p.a
149 Provides:       libext2fs-devel:%{_libdir}/libext2fs.a
150
151 %description -n libext2fs-devel-static
152 Development files for libext2fs. Static libraries.
153 %endif
154
155 %if %{build_mini}
156 %package -n libcom_err2-mini
157 %else
158 %package -n libcom_err2
159 %endif
160 Summary:        E2fsprogs error reporting library
161 # bug437293
162 License:        MIT
163 Group:          System/Filesystems
164 %ifarch ppc64
165 Obsoletes:      libcom_err-64bit
166 Obsoletes:      libcom_err2-64bit
167 %endif
168 #
169 Provides:       libcom_err = %{version}-%{release}
170 Obsoletes:      libcom_err <= 1.40
171
172 %if %{build_mini}
173 %description -n libcom_err2-mini
174 %else
175 %description -n libcom_err2
176 %endif
177 com_err is an error message display library.
178
179 %if %{build_mini}
180 %package -n libcom_err-mini-devel
181 %else
182 %package -n libcom_err-devel
183 %endif
184 Summary:        Development files for libcom_err
185 # bug437293
186 License:        MIT
187 Group:          Development/Libraries/C and C++
188 %ifarch ppc64
189 Obsoletes:      libcom_err-devel-64bit
190 %endif
191 #
192 Requires:       glibc-devel
193 Requires:       libcom_err2 = %{version}-%{release}
194
195 %if %{build_mini}
196 %description -n libcom_err-mini-devel
197 %else
198 %description -n libcom_err-devel
199 %endif
200 Development files for the com_err error message display library.
201
202 %if ! %{build_mini}
203 %package -n libcom_err-devel-static
204 Summary:        Development files for libcom_err, static libraries
205 License:        MIT
206 Group:          Development/Libraries/C and C++
207 Requires:       libcom_err-devel = %{version}-%{release}
208 Provides:       libcom_err-devel:%{_libdir}/libcom_err.a
209 Provides:       libcom_err-devel:%{_libdir}/libss.a
210 # bug437293
211 %ifarch ppc64
212 Obsoletes:      libcom_err-devel-64bit
213 %endif
214 #
215
216 %description -n libcom_err-devel-static
217 Development files for the com_err error message display library. Static libraries.
218 %endif
219
220 %prep
221 %setup -q -n e2fsprogs-%{version}
222 # e2fsprogs patches
223 patch -p0 < patches/sles/rpm/e2fsprogs-1.42-implicit_fortify_decl.patch
224 patch -p0 < patches/sles/rpm/e2fsprogs-1.42-ext2fsh_implicit.patch
225 patch -p0 < patches/sles/rpm/e2fsprogs-1.44-skip-tests-sles.patch
226 # libcom_err patches
227 patch -p1 < patches/sles/rpm/libcom_err-compile_et_permissions.patch
228 cp patches/sles/rpm/README.SUSE .
229 touch tests/m_hugefile/always_skip
230 touch tests/t_replay_and_set/always_skip
231
232 %build
233 autoreconf --force --install
234 %configure \
235   --disable-evms \
236   --with-root-prefix=''   \
237   --enable-elf-shlibs \
238   --disable-libblkid \
239   --disable-libuuid \
240   --disable-uuidd \
241   --disable-fsck \
242   --enable-static \
243   --disable-fuse2fs \
244   %{?extra_config_flags:%extra_config_flags} CFLAGS="$RPM_OPT_FLAGS"
245 %if %{build_mini}
246 rm -rf doc
247 %endif
248 make %{?_smp_mflags} V=1
249 #Guarantee that tranlations match the source messages
250 make -C po update-po
251
252 %check
253 make check
254
255 %install
256 make install install-libs DESTDIR=$RPM_BUILD_ROOT ELF_INSTALL_DIR=/%{_libdir}
257
258 %{find_lang} e2fsprogs
259
260 rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper
261
262 #UsrMerge
263 mkdir %{buildroot}/sbin
264 ln -s %{_sbindir}/badblocks %{buildroot}/sbin/badblocks
265 ln -s %{_sbindir}/debugfs   %{buildroot}/sbin/debugfs
266 ln -s %{_sbindir}/dumpe2fs  %{buildroot}/sbin/dumpe2fs
267 ln -s %{_sbindir}/e2undo    %{buildroot}/sbin/e2undo
268 ln -s %{_sbindir}/e2fsck    %{buildroot}/sbin/e2fsck
269 ln -s %{_sbindir}/e2label   %{buildroot}/sbin/e2label
270 ln -s %{_sbindir}/fsck.ext2 %{buildroot}/sbin/fsck.ext2
271 ln -s %{_sbindir}/fsck.ext3 %{buildroot}/sbin/fsck.ext3
272 ln -s %{_sbindir}/fsck.ext4 %{buildroot}/sbin/fsck.ext4
273 ln -s %{_sbindir}/mke2fs    %{buildroot}/sbin/mke2fs
274 ln -s %{_sbindir}/mkfs.ext2 %{buildroot}/sbin/mkfs.ext2
275 ln -s %{_sbindir}/mkfs.ext3 %{buildroot}/sbin/mkfs.ext3
276 ln -s %{_sbindir}/mkfs.ext4 %{buildroot}/sbin/mkfs.ext4
277 ln -s %{_sbindir}/resize2fs %{buildroot}/sbin/resize2fs
278 ln -s %{_sbindir}/tune2fs   %{buildroot}/sbin/tune2fs
279 ln -s %{_sbindir}/e2image   %{buildroot}/sbin/e2image
280 ln -s %{_sbindir}/logsave   %{buildroot}/sbin/logsave
281 mkdir %{buildroot}/%{_lib}
282 pushd %{buildroot}/%{_libdir}
283 LIBNAMES=$(ls *.so.*)
284 popd
285 for libName in $LIBNAMES;
286   do ln -s %{_libdir}/$libName %{buildroot}/%{_lib};
287 done
288 #EndUsrMerge
289 %post
290 /sbin/ldconfig
291 %if ! %{build_mini}
292 %install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
293 %{?regenerate_initrd_post}
294 %endif
295
296 %postun
297 /sbin/ldconfig
298 %if ! %{build_mini}
299 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
300 %{?regenerate_initrd_post}
301 %endif
302
303 %if ! %{build_mini}
304 %posttrans
305 %{?regenerate_initrd_posttrans}
306 %endif
307
308 %if %{build_mini}
309 %post -n libext2fs2-mini -p /sbin/ldconfig
310 %else
311 %post -n libext2fs2 -p /sbin/ldconfig
312 %endif
313
314 %if %{build_mini}
315 %postun -n libext2fs2-mini -p /sbin/ldconfig
316 %else
317 %postun -n libext2fs2 -p /sbin/ldconfig
318 %endif
319
320 %if %{build_mini}
321 %post -n libcom_err2-mini -p /sbin/ldconfig
322 %else
323 %post -n libcom_err2 -p /sbin/ldconfig
324 %endif
325
326 %if %{build_mini}
327 %postun -n libcom_err2-mini -p /sbin/ldconfig
328 %else
329 %postun -n libcom_err2 -p /sbin/ldconfig
330 %endif
331
332 %files -f e2fsprogs.lang
333 %defattr(-, root, root)
334 %doc RELEASE-NOTES README
335 %if 0%{?sle_version} > 120200
336 %license NOTICE
337 %endif
338 %config /etc/mke2fs.conf
339 #UsrMerge 
340 /sbin/badblocks
341 /sbin/debugfs
342 /sbin/dumpe2fs
343 /sbin/e2undo
344 /sbin/e2fsck
345 /sbin/e2label
346 /sbin/fsck.ext2
347 /sbin/fsck.ext3
348 /sbin/fsck.ext4
349 /sbin/mke2fs
350 /sbin/mkfs.ext2
351 /sbin/mkfs.ext3
352 /sbin/mkfs.ext4
353 /sbin/resize2fs
354 /sbin/tune2fs
355 /sbin/e2image
356 /sbin/logsave
357 #EndUsrMerge
358 %{_sbindir}/badblocks
359 %{_sbindir}/debugfs
360 %{_sbindir}/dumpe2fs
361 %{_sbindir}/e2undo
362 %{_sbindir}/e2fsck
363 %{_sbindir}/e2label
364 %{_sbindir}/fsck.ext2
365 %{_sbindir}/fsck.ext3
366 %{_sbindir}/fsck.ext4
367 %{_sbindir}/mke2fs
368 %{_sbindir}/mkfs.ext2
369 %{_sbindir}/mkfs.ext3
370 %{_sbindir}/mkfs.ext4
371 %{_sbindir}/resize2fs
372 %{_sbindir}/tune2fs
373 %{_sbindir}/e2image
374 %{_sbindir}/logsave 
375 %{_bindir}/chattr
376 %{_bindir}/lsattr
377 %{_sbindir}/mklost+found
378 %{_sbindir}/filefrag
379 %{_sbindir}/e2freefrag
380 %{_sbindir}/e4defrag
381 %{_sbindir}/e4crypt
382 %{_sbindir}/e2mmpstatus
383 %if ! %{build_mini}
384 %{_infodir}/libext2fs.info.gz
385 %endif
386 %{_mandir}/man1/chattr.1.gz
387 %{_mandir}/man1/lsattr.1.gz
388 %{_mandir}/man5/ext?.5.gz
389 %{_mandir}/man5/e2fsck.conf.5.gz
390 %{_mandir}/man5/mke2fs.conf.5.gz
391 %{_mandir}/man8/*.8.gz
392
393 %files devel
394 %defattr(-,root,root)
395 %doc README.SUSE
396
397 %if %{build_mini}
398 %files -n libext2fs2-mini
399 %else
400 %files -n libext2fs2
401 %endif
402 %defattr(-, root, root)
403 #UsrMerge
404 /%{_lib}/libext2fs.so.*
405 /%{_lib}/libe2p.so.*
406 #EndUsrMerge
407 %{_libdir}/libext2fs.so.*
408 %{_libdir}/libe2p.so.*
409
410 %if %{build_mini}
411 %files -n libext2fs-mini-devel
412 %else
413 %files -n libext2fs-devel
414 %endif
415 %defattr(-, root, root)
416 %{_libdir}/libext2fs.so
417 %{_libdir}/libe2p.so
418 /usr/include/ext2fs
419 /usr/include/e2p
420 %_libdir/pkgconfig/e2p.pc
421 %_libdir/pkgconfig/ext2fs.pc
422
423 %if %{build_mini}
424 %files -n libcom_err2-mini
425 %else
426 %files -n libcom_err2
427 %endif
428 %defattr(-, root, root)
429 #UsrMerge
430 /%{_lib}/libcom_err.so.*
431 /%{_lib}/libss.so.*
432 #EndUsrMerge
433 %{_libdir}/libcom_err.so.*
434 %{_libdir}/libss.so.*
435
436 %if %{build_mini}
437 %files -n libcom_err-mini-devel
438 %else
439 %files -n libcom_err-devel
440 %endif
441 %defattr(-, root, root)
442 %_bindir/compile_et
443 %_bindir/mk_cmds
444 %{_libdir}/libcom_err.so
445 %{_libdir}/libss.so
446 %_libdir/pkgconfig/com_err.pc
447 %_libdir/pkgconfig/ss.pc
448 %_includedir/com_err.h
449 %_includedir/et
450 %_includedir/ss
451 %_datadir/et
452 %_datadir/ss
453 %{_mandir}/man1/compile_et.1.gz
454 %{_mandir}/man1/mk_cmds.1.gz
455 %{_mandir}/man3/com_err.3.gz
456
457 %if ! %{build_mini}
458 %files -n libcom_err-devel-static
459 %defattr(-, root, root)
460 %{_libdir}/libcom_err.a
461 %{_libdir}/libss.a
462
463 %files -n libext2fs-devel-static
464 %defattr(-, root, root)
465 %{_libdir}/libext2fs.a
466 %{_libdir}/libe2p.a
467 %endif
468
469 %changelog
470 * Wed May 23 2018 jack@suse.cz
471 - Update to 1.44.2
472   * support for directories over 2 GB (large_dir feature)
473   * support for large extended attributes (ea_inode feature)
474   * metadata checksumming is enabled by default by mke2fs
475   * resize2fs deemed stable enough for bigalloc file systems
476   * tune2fs now replays the journal before modifying the file system
477   * improved consistency checks for symlinks
478   * various fixes in e2image, dumpe2fs, debugfs, and e2fsck for bigalloc
479   file systems
480   * fix e2image handling of images on big endian systems
481   * fixed e2fsck to properly update quotas when handling orphan inodes
482 * Tue Mar  6 2018 jack@suse.cz
483 - libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch: Removed as it is
484   included in the new release
485 - switched to .xz archive as kernel.org is going to deprecate gzip archives
486 - Update to 1.43.9
487   * fix build failure on big endian systems
488   * inode flag cleanup in libe2p
489 * Wed Jan 24 2018 jack@suse.cz
490 - libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch:
491   libext2fs: fix build failure in swapfs.c on big-endian systems (bsc#1077420)
492 * Tue Jan  9 2018 jack@suse.cz
493 - Update to 1.43.8
494   * add forgotten byteswap of some new superblock fields
495   * fix use-after-free in e2fsck for corrupted root inode
496   * fix floating point exception due to corrupted superblock in e2fsck
497   * fix resize2fs's free block sanity checks
498   * updated translations
499 * Tue Nov 14 2017 jack@suse.cz
500 - Added %%license tag to specfile
501 * Tue Nov  7 2017 jack@suse.cz
502 - Update to 1.43.7
503   * debugfs, tune2fs, fuse2fs fixes of error handling in journal replay
504   * e2fsck and debugfs fixes so that malicious filesystems do not cause
505   buffer overflows
506   * fix corner cases in offline resizing in resize2fs
507   * updated translations
508 * Mon Sep 18 2017 ro@suse.de
509 - ignore errors for install-info calls in post scripts,
510   otherwise installing with "--excludedocs" fails
511 * Tue Sep  5 2017 jack@suse.cz
512 - Update to 1.43.6
513   * fix printing of quota inconsistency messages
514   * fix out of bounds checks in e2fsck
515   * optimize e2fsck CPU usage for large sparse files
516   * increase inode size to 256 bytes if features require it
517   * various UI fixes
518   * updated translations
519 * Mon Aug 28 2017 mmarek@suse.com
520 - Add missing coreutils dependency for initrd macros (bsc#1055492).
521 * Mon Aug 21 2017 jack@suse.cz
522 - Update to 1.43.5
523   * fix e2fsck infinite loop when rebuilding encrypted directories
524   * fix tune2fs support for enabling /disabling project quota
525   * fixes in debugfs, dumpe2fs, e2fsck, tune2fs, and resize2fs for maliciously
526   corrupted filesystems
527   * fix e2fsck to verify invalid quota inode numbers
528   * fix byte-swapping of backup superblocks
529   * fix e2fsck -E bmap2extent to work for sparse files
530   * fix e2fsck to correctly handle quota accounting for multiply claimed blocks
531   * lots of other fixes
532 * Fri Mar  3 2017 jack@suse.cz
533 - Update to 1.43.4
534   * fix e2fsck handling of system.data extended attributes for small files
535   * fixes in mke2fs -d
536   * make mke2fs refuse absurdly large devices
537   * make mke2fs properly report IO errors
538   * clarify default in mke2fs questions
539   * re-add uninit_bg to mke2fs.conf
540   * add support for project quota to debugfs
541   * improve xattr support in debugfs
542   * remove mkfs.ext4dev and fsck.ext4dev
543 * Mon Oct  3 2016 jack@suse.cz
544 - Remove suse-module-tools dependency as it creates cycle in dependency list
545 * Tue Sep 27 2016 jack@suse.cz
546 - Update download URL to poing to ftp.kernel.org which is more reliable
547 * Mon Sep 26 2016 jack@suse.cz
548 - Update to 1.43.3
549   * mke2fs will use larger journal for large filesystems by default
550   * e2fsck journal replay bugfixes
551   * debugfs improvements and fixes
552   * fix resize2fs migration of attribute blocks
553 - fuse2fs manpage is no longer installed when fuse2fs is not built
554 * Mon Sep 12 2016 dmueller@suse.com
555 - fix last change
556 * Sat Jul 23 2016 crrodriguez@opensuse.org
557 - Rebuild the initrd if this package changes (and we are not
558   building the -mini version)
559 * Mon Jun 20 2016 jack@suse.cz
560 - Update to 1.43.1
561   * Add support for the ext4 metadata checksum, checksum seed, inline data,
562     encryption, project quota, and read-only features
563   * Support for the very old, experimental, and never-added-to-mainline
564     compression feature has been removed
565   * Mke2fs will now create file systems with the metadata_csum and 64bit
566     features enabled by default
567   * The tune2fs program will ask the user for confirmation before starting
568     dangerous operations if the terminal is available, and it will replay
569     the journal if necessary
570   * Add an ext2/3/4 FUSE server
571   * The resize2fs command can now convert file systems between 64-bit and
572     32-bit mode
573   * We now use a new e2undo file format which is much more efficient and
574     faster than the old tdb-based scheme. Since it so much faster, e2fsck,
575     tune2fs, debugfs, and resize2fs now also can support using creating an
576     undo file.
577   * Multiple e2fsck fixes
578   * Multiple mke2fs improvements
579   * Multiple debugfs improvements
580 * Thu Aug  6 2015 dsterba@suse.com
581 - spec: add static library dependencies
582 * Sun Jul 26 2015 dsterba@suse.com
583 - enable static build and package static libraries
584 * Sat Jun 20 2015 crrodriguez@opensuse.org
585 - e2fsprogs-1.41.1-splash_support.patch: Drop it, this patch
586   depends on the old in kernel "bootsplash" patches that were
587   removed after the introduction of plymouth.
588 * Tue May 26 2015 jack@suse.cz
589 - Update to 1.42.13
590   * fix potential buffer overflow while closing a filesystem
591   * fix deadlock which occurs when using systemd and e2fsck.conf's logging
592     feature
593   * make tune2fs clear journal superblock backup when removing journal
594   * fix use after free bugs in resize2fs and e2fsck
595   * fix endianity bugs in libext2fs
596   ...
597 - Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream
598 * Fri Jan  9 2015 jack@suse.cz
599 - e2fsck-fix-free-pointer-dereferences.patch: Fix use after free (bnc#912229)
600 * Tue Sep  2 2014 jack@suse.cz
601 - Update to 1.42.12
602   * fix e2fsck bugs when repairing bigalloc filesystems
603   * fix rare e2fsck bugs discovered by fs fuzzing
604   * resize2fs will use less memory when resizing large filesystems
605   ...
606 * Tue Jul 15 2014 jack@suse.cz
607 - Remove e2fsck.conf since we don't need the changed default anymore. e2fsck
608   handles this type of problems automatically now and broken_system_clock has
609   other undesired sideeffects like skipped periodic checks (bnc#866283)
610 * Tue Jul 15 2014 jack@suse.cz
611 - Update to 1.42.11
612   * fix aborted journal replay in e2fsck with bigalloc
613   * make mke2fs refuse insane flex_bg sizes
614   * automatically fix last mount time and last write time in e2fsck
615   * fix mke2fs to properly create large filesystems on 32-bit systems
616   * mke2fs asks before wiping preexisting filesystem
617   * mke2fs can create filesystems with all metadata in the beginning
618   * fix resize2fs shrink operation in some corner cases
619   ...
620 - Remove filefrag-print-shared-extent-flag.patch: Merged upstream
621 * Mon Apr 28 2014 mfasheh@suse.com
622 - Add filefrag-print-shared-extent-flag.patch: lets filefrag print shared
623   extent flag when it gets it. Helps with fate#316317 / bnc#868847. Patch
624   sent to upstream 4/17/2014.
625 * Mon Jan 27 2014 jack@suse.cz
626 - Removed "-mini" spec file for now as it is causing troubles in Factory
627   and according to Coolo may not be needed after all.
628 * Mon Jan 27 2014 jack@suse.cz
629 - update to 1.42.9
630   * fixes in resize2fs, e2fsck, debugfs, and libext2fs to correctly handle
631     bigalloc filesystems
632   * fix rehashing of extent mapped directory in e2fsck
633   * fix e2fsck not to add lost+found in read-only mode
634   * fix buffer overruns in e2image
635   * fix tune2fs to properly update all backup superblocks when disabling quota
636     feature
637   * e2image support for efficient copying of filesystems
638   * fix complaint about uninitialized extents beyond EOF in e2fsck
639   * fix resize2fs to not corrupt filesystem in some corner cases
640   * fix e2fsck crashes when deleting invalid symlink, directory larger than 2GB
641   ...
642 * Tue Dec 10 2013 nfbrown@suse.com
643 - Created "-mini" version of package which doesn't
644   build "info" and so doesn't depend on makeinfo,
645   texinfo, and all of tex.  This should allow packages
646   in the bootstrap cycle (such as krb5-mini) to
647   build-depends of libraries from here.
648 * Thu Jun 27 2013 jack@suse.cz
649 - update to 1.42.8
650   * e2fsck: detect and fix invalid extents at leaf block tails
651   * e2fsck: allow checking ro root fs with external journal
652   * fix offline resizing of fs with flex_bg && !resize_inode
653   * fix resize2fs to not leave bitmaps beyond fs end
654   * fixed e2image for large (>32-bit) filesystems
655   * debugfs fixes
656 - Removed upstreamed patches:
657     e2p-Fix-s-handling-in-parse_num_blocks2.patch
658     resize-bigalloc_check-should-have-return-type-void.patch
659     libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch
660     libext2fs-Provide-prototype-for-ext2fs_symlink.patch
661 * Tue Feb 26 2013 jack@suse.cz
662 - Fix compilation for Fedora targets in Build Service
663 * Mon Feb 25 2013 jack@suse.cz
664 - Fix compilation warnings by patches:
665   e2p-Fix-s-handling-in-parse_num_blocks2.patch
666   libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch
667   libext2fs-Provide-prototype-for-ext2fs_symlink.patch
668   resize-bigalloc_check-should-have-return-type-void.patch
669 * Fri Feb 22 2013 jack@suse.cz
670 - update to 1.42.7
671   * Fix various off-line resizing bugs
672   * New filefrag options to improve output formatting
673   * mke2fs improvements for bigalloc filesystems
674   * Fix e2fsck to properly detect corruption of internal extent tree nodes
675   * Improve CPU efficiency of e2fsck
676   * Various debugfs improvements
677   ...
678 - refreshed e2fsprogs-1.41.1-splash_support.patch
679 * Fri Feb  8 2013 fcrozat@suse.com
680 - Install the correct source file as /etc/e2fsck.conf.
681 * Tue Sep 25 2012 jack@suse.cz
682 - update to 1.42.6
683   * Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock
684   * Various resize2fs fixes
685   * Various quota related fixes
686   * Fixed filefrag so that it correctly reports the number of extents
687   * Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc
688   * Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock.
689   * Fixed a bug in how e2fsck would uniquify directory entry names
690   * Manpage updates
691   ...
692 - removed e2fsprogs-1.42-voidreturn_value_declared.patch because it makes
693   no longer any sence due to upstream changes
694 * Tue Sep 11 2012 coolo@suse.com
695 - add makeinfo as explicit buildrequire
696 * Fri Aug 24 2012 idonmez@suse.com
697 - Add an /etc/e2fsck.conf file with broken_system_clock=1 to fix
698   first part of bnc#775268
699 * Thu Jun 14 2012 coolo@suse.com
700 - update to 1.42.4
701   * Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which
702     could corrupt file systems
703   * Fixed e2fsck's handling of how errors propagate from the journal to
704     the file system superblock
705   * Fixed a false positive complaint from e2fsck if all of the extents
706     in the last extent block are uninitialized and located after the
707     end of the file.
708   * dumpe2fs will display the journal's error indicator in the
709     superblock if it is set
710   * Fixed a  bug which caused e2fsck to incorrectly use O_EXCLUSIVE in
711     some corner cases.
712   * Fix truncation of extent-mapped inodes in e2fsck and libext2fs
713   * Fixed i_blocks accounting in bigalloc file systems.
714   * Add support for btrfs's No_COW flag to lsattr and chattr
715   * Debugfs interprets the date strings of the form "@ddd" as ddd
716     seconds after the epoch
717   * Updated/fixed various man pages  (Closes: #674453, #674694)
718 * Wed May 23 2012 jack@suse.cz
719 - Updated to 1.42.3
720   - Fix a bug in the Unix I/O manager which could cause corruption of file
721     systems with more than 16TB when e2fsprogs is compiled in 32-bit mode.
722   - Improve the support for integrated quota files.
723   - Fixed a regression introduced in 1.42.2 which would cause applications
724     outside of e2fsprogs which did not pass the EXT2_FLAG_64BIT to crash.
725   - Fix a bug which would cause mke2fs to fail creating the journal if
726     /etc/mtab and /proc/mounts are missing.
727   - Updated/fixed various man page.
728   - Updated translations.
729 * Wed May 23 2012 jack@suse.cz
730 - Added dependency of e2fsprogs package on particular versions of libext2fs
731   and libcom_err to avoid problems with missing symbols
732 * Fri Apr 13 2012 pth@suse.de
733 - Update to 1.42.2:
734   * resize2fs uses much less CPU and is much faster for very large fs.
735   * The seti and freei commands in debugfs can now take an optional length
736     argument to set and clear a contiguous range of inodes.
737   * E2fsck will now make explicit checks for the EOFBLOCKS_FL, since we
738     plan to remove support for it from the kernel file system driver.
739   * mke2fs can now use direct I/O via "mke2fs -D"
740   * E2fsck was needlessly closing and re-opening the file system as a side
741     effect of adding Multiple Mount Protection (MMP).  This isn't
742     necessary for non-MMP file systems, so drop it.
743   * E2fsck will now abort if there are memory allocation failures when
744     the file system is initially opened and during the block group
745     descriptor checks.
746   * e2fsck will now report the incorrect and corrected checksum values
747     for incorrect block groups.
748   * e2fsck can now write log files containing the details of the problems
749     that were found and fixed directly, via configuration parameters in
750     /etc/e2fsck.conf.
751   * The number of messages reported by e2fsck for a given problem type
752     can be limited.
753   * dumpe2fs, debugfs, and tune2fs now use rbtree bitmaps, which noticably
754     reduces memory consumption for large file systems.
755   * E2fsck now checks for extents with a zero length.
756   * Fixed a number of bugs relating to discard.
757   * E2fsck's CPU utilization in pass 5 has been optimized.
758   * E2image will now skip copying uninitialized bitmap and inode table
759     blocks.
760   * Fixed mke2fs -S so it does not corrupt the first block group's
761     information.
762   * E2fsck will now check the new sysfs interface to determine if we are
763     using the battery or AC mains.
764 - Add up-to-date german messages
765 * Fri Apr 13 2012 pth@suse.de
766 - Remove the obsolete german messages.
767 * Wed Apr 11 2012 rschweikert@suse.com
768 - place binaries and libraries into the /usr tree (UsrMerge project)
769 * Thu Apr  5 2012 jengelh@medozas.de
770 - SPARC: avoid retention of libquota.a
771 - Remove redundant tags/sections from specfile
772 * Fri Jan 13 2012 tabraham@novell.com
773 - removed dumpe2fs-add-man-page-warning-about-mounted-fil.patch
774   deprecated by this release
775 - refreshed e2fsprogs-1.41.1-splash_support.patch
776 - added several patches to fix warnings generated by the check_gcc_output
777   and rpmlint
778 - update to 1.42
779   * this release has support for file systems >16TB. online resize
780     requires kernel support which will hopefully be in kernel version
781     3.2. offline support is not yet available for >16TB, but will be
782     coming
783   * this release has support for clustered allocation, which reduces
784     the number of block (now cluster) bitmaps by allocating and
785     deallocating space in contiguous power-of-2 collections of blocks,
786     which are called clustered. This is a filesystem level feature
787     called 'bigalloc', which must be enabled when the filesystem is
788     inititally formatted. It is not backwards compatible with older
789     kernels.
790   * added support for the Multi-Mount Protection (MMP) feature
791   * The mke2fs and e2fsck programs now tries to use the punch hole command
792     as a "discard" when operating on normal files.
793   * The resize2fs program now has support for a new online resize ioctl
794     that can support file systems > 16TB, once it arrives in v3.x kernels.
795   * Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl.
796   * Added support for journals larger than 2GB.
797   * Added internationalization support for libcom_err error table strings.
798   * Fixed various spelling mistakes found in various output strings found by
799     I18N translators.
800   * Update translations: French, Chinese, Germany, Indonesian, Swedish,
801     Vietnamese, Polish, Dutch, Czech. (Addresses Debian Bugs: #520985,
802     [#620659])
803   * Updated/clarified man pages. (Addresses Debian Bugs: #639411, #642193,
804     [#634883])
805   * various bug fixes and enhancements (see RELEASE-NOTES)
806 * Tue Dec 20 2011 coolo@suse.com
807 - add autoconf as buildrequire to avoid implicit dependency
808 * Thu Oct 13 2011 jack@suse.cz
809 - Added dumpe2fs.8 manpage fix
810 * Fri Jul 22 2011 jack@suse.cz
811 - Fix typo in package summary
812 * Fri Jul 22 2011 jack@suse.cz
813 - Fix licenses in spec file to match those specified in COPYING file
814 * Tue Jan 25 2011 pth@suse.de
815 - Fix the last untranslated entry in the message catalog.
816 * Mon Jan 24 2011 pth@suse.de
817 - Add an updated german translation that has also been sent
818   upstream.
819 - Call 'make update-po' in po/ to sync translations and original
820   messages.
821 * Wed Jan  5 2011 abrouwers@gmail.com
822 - Update to 1.14.14
823   * Many bugfixes
824   * Resize2fs -P will now refuse to print a minimum size if the file system
825   is not clean.
826   * 2fsck will check for cases where the EOFBLOCKS_FL is set when it is not needed,
827   and offer to clear it
828   * The mke2fs program now queries the kernel for the physical as well as the logical
829   sector size, and will not allow a blocksize below the logical, and will strongly
830   encourage a blocksize at least as big as the physical blocksize
831   * E2fsck now will completely skip time-based checks if the system clock looks insane or
832   the option broken_system_clock is set in /etc/e2fsck.conf
833   * E2fsck now tests for extents that begin at physical block 0 and rejects them as invalid.
834   * The tune2fs program can now set the uninit_bg feature without requiring an fsck
835   * The tune2fs, dumpe2fs, and debugfs programs now support the new ext4 default mount
836   options settings which were added in 2.6.35
837   * The resize2fs program now handles devices which are exactly 16T
838   see more changes in RELEASE-NOTES
839 - Use upstream de translations (regenerated in 1.41.13)
840 * Mon Aug  2 2010 coolo@novell.com
841 - revert pth's %%configure to fix build
842 * Wed Jun 30 2010 jengelh@medozas.de
843 - Do package libext2fs.a (BuildRequired for silo) on SPARC
844 * Mon Jun 28 2010 jengelh@medozas.de
845 - use %%_smp_mflags
846 * Mon Apr 19 2010 pth@novell.com
847 - Regenerate patch so that it applies without fuzz.
848 - Fix spec file.
849 * Mon Apr 19 2010 pth@novell.com
850 - Bring german message catalog up-to-date.
851 * Thu Mar 18 2010 jack@suse.cz
852 - update to 1.41.11:
853   * E2fsck will correctly fix directories that are have an inaccurate i_size as
854   well as other problems in a single pass, instead of requiring two e2fsck
855   runs before the file system is fully fixed.
856   * Fix e2fsck so it will correctly find and detect duplicate directory entries
857   for non-indexed directories
858   * Mke2fs will use BLKDISCARD to pre-discard all blocks on an SSD or
859   thinly-provisioned storage device. This can be disabled using the -K option.
860   * Mke2fs now will obtain get device topology information from blkid and use it
861   to populate the superblock stride and stripe sizes. It will also warn if the
862   block device is misaligned
863   see more changes in RELEASE-NOTES
864 * Sun Dec 13 2009 jengelh@medozas.de
865 - add baselibs.conf as a source
866 * Wed Oct 28 2009 crrodriguez@opensuse.org
867 - libcom_err-devel shoudl require glibc-devel
868 - Axe static libraries and see how it goes..
869 * Thu Oct  1 2009 crrodriguez@opensuse.org
870 - fix possible massive fdleak when fsck is invoked with options
871   - R -A -M -a -t noopts=nofail in boot.localfs [bnc#503008]
872 * Thu Sep 10 2009 coolo@novell.com
873 - fix the super block even if someone mounted the file system
874   in wrong timezone in between (bnc#537542)
875 * Thu Sep  3 2009 coolo@novell.com
876 - update to 1.41.9:
877   "All users of e2fsprogs are urged to upgrade to the 1.41.9
878     version as soon as possible"
879   * Fix a bug in e2fsck routines for reallocating an inode table which
880   could cause it to loop forever on an ext4 filesystem with the FLEX_BG
881   filesystem feature with a relatively rare (and specific) filesystem
882   corruption.  This fix causes e2fsck to try to find space for a new
883   portion of the inode table in the containing flex_bg, and if that
884   fails, the new portion of the inode table will be allocated in any
885   free space available in the filesystem.
886   * Make e2fsck less annoying by only asking for permission to relocate a
887   block group's inode table once, instead of for every overlapping
888   block.  Similarly, only ask once to recompute the block group
889   checksums, instead of once for each corrupted block group's checksum.
890   see more changes in RELEASE-NOTES
891 * Mon Aug  3 2009 aschnell@suse.de
892 - added Supplements for ext4
893 * Mon Jul 13 2009 coolo@novell.com
894 - look for libreadline.so.6 too
895 - refresh patches to avoid fuzz
896 * Mon Jul 13 2009 kay.sievers@novell.com
897 - update to 1.41.8
898   - Fix resize2fs's online resizing, fixing a regression which in
899     e2fpsrogs 1.41.7.
900   - Fix resize2fs bugs when shrinking ext4 filesystems
901   - If the resize2fs operation fails, the user will be told to fix up
902     the filesystem using e2fsck -fy.
903   - do not install disabled uuid binary and man page
904   - Fix filefrag program for files that have more than 144 extents.
905   - allow V=1 to disable silent build
906 - enable verbose build again (V=1 merged upstream)
907 - move awk scripts from libcom_err2 to libcom_err2-devel
908 * Wed Jul  8 2009 meissner@suse.de
909 - moved baselibs.conf changes to util-linux.
910 * Mon Jun 29 2009 kay.sievers@novell.com
911 - update to 1.41.7
912 - disable libuuid and libblkid packages (moved to util-linux)
913 - drop libvolume_id support (util-linux's libblkid will work)
914 - removed patches:
915     e2fsprogs-libvolume_id-support.patch
916     e2fsprogs-no_cmd_hiding.patch
917     e2fsprogs-base_devt.patch
918     e2fsprogs-mdraid.patch
919 * Mon Mar  9 2009 pth@suse.de
920 - Fix errors in German messages.
921 * Fri Feb 20 2009 coolo@suse.de
922 - ext4dev is now ext4 (2.6.29)
923 - don't call autoconf as long as it works without
924 * Tue Feb  3 2009 mkoenig@suse.de
925 - update to version 1.41.4:
926   debugfs:
927   * enhance the "ncheck" command
928   * enhance "hash" command
929   * fix a potential memory leak
930   * fix the usage message for logdump command
931   * fix ncheck command so that it prints all of the names of
932     hardlinks in the same directory
933   * e2fsprogs 1.41 broke debugfs's logdump command for normal
934     ext3/4 filesystems with 32-bit block numbers, when the headers
935     for 64-bit block numbers was added.  This regression has been fixed
936   * ncheck command has been fixed to avoid printing garbage
937     characters at the end of file names
938   e2fsck:
939   * don't accidentally print the translation file's
940     header when asking the user a custom question
941   * print the correct inode number for uinit_bg related problems
942   * will now offer to clear the test_fs flag if the ext4 filesystem
943     is available on linux
944   * fix a bug where in preen mode, if there are disk I/O errors
945     while trying to close a filesystem can lead to infinite loops
946   * no longer abort an fsck run if block group has an errant
947     INODE_UNINIT flag
948   * distinguish between fragmented directories and fragmented
949     files in verbose mode statistics and in the fragcheck report
950   * fix a bug which caused it double count non-contiguous
951     extent-based inodes
952   * e2fsck will leave some slack space when repacking directories
953     to allow room for a few directory entries to be added without
954     causing leaf nodes to be split right away
955   * fix a bug which caused e2fsck to crash when it comes across a
956     corrupted interior node in an extent tree
957   * e2fsck problem descriptions involving the journal are no longer
958     referred to as "ext3" problems, since ext4 filesystems also have
959     journals
960   * fix a long-standing bug in e2fsck which would cause it to crash
961     when replying journals for filesystems with block sizes greater
962     than 8k
963   badblocks:
964   * support for normal files which are greater than 2GB
965   * display the time and percentage complete when in verbose mode
966   resize2fs:
967   * fix a potential memory corruption problem
968   * fix a bug in resize2fs where passing in a bogus new size of
969     0 blocks will cause resize2fs to drop into an infinite loop
970   * fix resize2fs for ext4 filesystems
971   tune2fs:
972   * now updates the block group checksums when changing the UUID
973     to avoid causing e2fsck to complain vociferously at the next reboot
974   * inode size resizing algorithms have been fixed so it is not
975     vastly inefficient for moderate-to-large filesystems
976   * fix inode resizing algorithm so it will not corrupt filesystems
977     laid out for RAID filesystems; in addition, tune2fs will refuse
978     to change the inode size for filesystems that have the flex_bg
979     feature enabled
980   dumpe2fs:
981   * fix bug which caused dumpe2fs to abort with an error if run on a
982     filesystem that contained an external journal
983   mke2fs:
984   * new option -U, which allows the user to specify the UUID that
985     should be used for the new filesystem
986   * treat devices that are exactly 16TB as if they were 16TB minus
987     one block
988   blkid:
989   * fix a file descriptor leak in libblkid
990   * correctly detect whether the ext4 and ext4dev filesystems
991     are available, so that the ext4dev->ext4 fallback code works
992     correctly
993   * fixed a bug which could sometimes cause blkid to return an
994     exit value of zero for a non-existent device
995   * recognize ext3 filesystems that have the test_fs flag
996     set as ext3 filesystems
997   * recognize btrfs filesystems and swap devices currently used
998     by user-level software suspend
999   libext2fs:
1000   * add a check in the Unix I/O functions in libext2fs so that
1001     when a device is opened read/write, return an error if the
1002     device is read-only using the BLKROGET ioctl
1003 - the libcom_err patches for bnc#66534 have been removed because
1004   git commit d7f45af802330a0e1450afa05185d3722e77a76c
1005   should fix the problem
1006 - remove patches
1007   e2fsprogs-1.41.1-e2fsck_fix_automatic_blocksize_detection.patch
1008   e2fsprogs-1.41.1-function_signature_fix.patch
1009   e2fsprogs-1.41.1-link_fix.patch
1010   libcom_err-disable_test.patch
1011   libcom_err-mutex.patch
1012   libcom_err-no-init_error_table.patch
1013 * Tue Jan 13 2009 olh@suse.de
1014 - obsolete old -XXbit packages (bnc#437293)
1015 * Thu Dec  4 2008 mkoenig@suse.de
1016 - send bootsplash messages in one write call
1017 * Tue Oct 28 2008 mkoenig@suse.de
1018 - fix function signature to avoid compiler warning [bnc#439129]
1019 * Tue Oct  7 2008 mkoenig@suse.de
1020 - e2fsck: fix e2fsck automatic blocksize detetion
1021 * Mon Sep 29 2008 mkoenig@suse.de
1022 - e2fsck: shut off splash screen when check is needed [bnc#237283]
1023 * Mon Sep 15 2008 mkoenig@suse.de
1024 - remove recommends of uuid-runtime from libuuid [bnc#426278]
1025 - move uuid hints README.SUSE.uuidd to uuid-runtime package
1026 * Fri Sep  5 2008 mkoenig@suse.de
1027 - update to version 1.41.1
1028   * mke2fs
1029     + issues now a warning if there is no definition in
1030     /etc/mke2fs.conf for the filesystem to be created
1031     + creates now the journal in the middle of the filesystem
1032     + now avoids allocating an extra block to the journal
1033     + will correctly enforce the prohibition against features
1034     in revision 0 filesystems
1035     + previously would occasionaly create some slightly non-optimally
1036     placed inode tables; this bug has been fixed
1037     + will now set the creation timestamp on the lost+found directory
1038     and the root directory
1039   * blkid
1040     + recognize MacOS hfsx filesystems, and correctly extract the
1041     label and uuid for hfs, hfsx, and hfsplus filesystems
1042     + improved detection of JFS and HPFS
1043     + more efficient handling of devicemapper devices
1044     + fix cache validation bugs
1045     + The blkid program will now print out a user-friendly listing
1046     of all of the block devices in the system and what they
1047     contain when given the -L option
1048   * resize2fs
1049     + will now correctly handle filesystems with extents and/or
1050     uninitialized block groups correctly when file/directory blocks
1051     need to relocated
1052     + support for on-line resizing ext4 filesystem with the flex_bg
1053     filesystem feature.  The method for doing so is not optimal,
1054     but to do a better job will require kernel support
1055     + is now correctly managing the directory in-use counts when
1056     shrinking filesystems and directory inodes needed to be moved
1057     from one block group to another
1058   * e2fsck
1059     + now correctly calculates ind/dind/tind statistics in the
1060     presence of extent-based files
1061     + now prints the depth of corrupt htree directories
1062   * debugfs
1063     + htree command now correctly understands extent-based
1064     directories
1065     + new command which will print the supported features
1066   * Add support for setting the default hash algorithm used in b-tree
1067     directories in tune2fs (from a command-line option) or mke2fs (via
1068     mke2fs.conf).  In addition, change the default hash algorithm to
1069     half_md4, since it is faster and better
1070   * Fix support for empty directory blocks in ext4 filesystems with
1071     64k blocksize filesystems
1072   * The filefrag program now has a more accurate calculation for the
1073     number of ideal extents
1074 - fix linking of blkid
1075   e2fsprogs-1.41.1-link_fix.patch
1076 - remove patches
1077   e2fsprogs-1.41.0-fix_messages.patch
1078   e2fsprogs-1.41.0-tst_link_fix.patch
1079 * Fri Aug 29 2008 kay.sievers@novell.com
1080 - update libvolume_id patch to work with libvolume_id.so.1
1081 * Thu Aug 21 2008 pth@suse.de
1082 - Add current german messages.
1083 - Fix e2fsprogs-base_devt.patch and e2fsprogs-libvolume_id-support.patch
1084   so that the package tools work.
1085 - Add missing space to two messages and resync message
1086   catalogs by configuring with --enable-maintainer-mode.
1087 * Wed Aug 20 2008 mkoenig@suse.de
1088 - add uuid related manpages to uuid-runtime subpackage [bnc#418568]
1089 * Mon Aug 18 2008 mkoenig@suse.de
1090 - currently do not install *.ext4 links for mkfs and fsck
1091   tools, but only the *.ext4dev links.
1092 * Wed Jul 16 2008 mkoenig@suse.de
1093 - update to version 1.41.0
1094   * add support for ext4 filesystem features:
1095     extents, uninit_bg, flex_bg, huge_file, dir_nlink
1096   * support for checking journal checksums
1097   * tune2fs supports migrating fs from 128 byte inode to 256 byte
1098   * add support for "undo"
1099   * e2fsck now performs more extensive and careful checks of extended
1100     attributes stored in the inod
1101 - fix e2fsck make check
1102 * Wed Jul  2 2008 schwab@suse.de
1103 - Remove doubleplusungood -fsigned-char.
1104 * Tue Jun 24 2008 mkoenig@suse.de
1105 - update to version 1.40.11
1106   most important changes since 1.40.8:
1107   * Mke2fs will not allow the logically incorect combination of
1108     resize_inode and meta_bg, which had previously caused mke2fs
1109     to create a corrupt fileystem
1110   * Fix mke2fs's creation of resize inode when there is a
1111     non-standard s_first_data_block setting
1112   * Teach fsck to treat "ext4" and "ext4dev" as ext* filesystems
1113   * Fix fsck so that progress information is sent back correctly
1114   * Add detection for ZFS volumes to the libblkid library
1115 - remove e2fsprogs-1.40.7.de.po, updated upstream
1116 - remove patches
1117   e2fsprogs-1.40.7-uuidd_security.patch
1118   e2fsprogs-1.40.8-e2fsck_recovery_fix.patch
1119   e2fsprogs-1.40.8-fix_ext2fs_swap_inode_full.patch
1120   e2fsprogs-1.40.8-missing_init.patch
1121 * Tue May 27 2008 ro@suse.de
1122 - fix baselibs.conf to not generate unresolvable deps
1123 * Wed May 21 2008 cthiel@suse.de
1124 - fix baselibs.conf
1125 * Wed May 21 2008 mkoenig@suse.de
1126 - e2fsck: Fix potential data corruptor bug in journal recovery
1127   [bnc#393095]
1128 * Tue May 13 2008 mkoenig@suse.de
1129 - libuuid: do not use unintialized variable [bnc#386649]
1130 * Wed May  7 2008 coolo@suse.de
1131 - fix provides/obsoletes for rename
1132 * Thu Apr 10 2008 ro@suse.de
1133 - added baselibs.conf file to build xxbit packages
1134   for multilib support
1135 * Tue Mar 18 2008 pth@suse.de
1136 - Readd the current de.po just submitted upstream to the TP robot.
1137 * Fri Mar 14 2008 mkoenig@suse.de
1138 - update to version 1.40.8
1139   * Fixed e2image -I so it works on image files which are larger than 2GB
1140   * Fixed e2fsck's handling of directory inodes with a corrupt size field
1141   * Fixed e2fsck handling of pass 2 "should never happen error"
1142   * Fixed Resize2fs bug resizing large inodes with extended attributes
1143 - update README.SUSE: give some hints on enabling uuidd, since it has
1144   been decided to not enable it by default [bnc#354398]
1145 - removed
1146   de.po (updated upstream)
1147 * Tue Mar  4 2008 mkoenig@suse.de
1148 - update to version 1.40.7
1149   * Remove support for clearing the SPARSE_SUPER feature from tune2fs, and
1150     depreciate the -s option, since it can result in filesystems which
1151     e2fsck can't fix easily.  There are very good reasons for wanting to
1152     disable sparse_super; users who wants to turn off sparse_super can use
1153     debugfs.
1154   * Add missing options to mke2fs's usage message
1155   * Fix bug in resize2fs when large (greater than 128 byte) inodes are
1156     moved when a filesystem is shrunk
1157   * E2fsck now prints an explicit message when the bad block inode is
1158     updated, to avoid confusion about why the filesystem was modified.
1159   * Allow mke2fs and tune2fs manipulate the large_file feature.
1160     Previously we just let the kernel and e2fsck do this automatically,
1161     but e2fsck will no longer automatically clear the large_file feature
1162   * Suppress message about an old-style fstab if the fstab file is empty
1163   * Change e2fsck to no longer clear the LARGE_FILES feature flag
1164     automatically, when there are no more > 2GB files in the filesystem.
1165   * Fix bug which could cause libblkid to seg fault if a device mapper
1166     volume disappears while it is being probed.
1167   * Enhance e2fsck's reporting of unsupported filesystem feature flags
1168   * Fix option syntax in dumpe2fs for explicit superblock and blocksize
1169     parameters
1170   * Add support to tune2fs to clear the resize_inode feature
1171   * Teach blkid to detect LVM2 physical volumes
1172   * Add support for setting RAID stride and stripe-width via mke2fs and
1173     tune2fs.  Teach dumpe2fs to print the RAID parameters
1174   * Add support for setting new superblock fields to debugfs's
1175     set_super_value
1176   * Add support for printing "mostly-printable" extended attributes in
1177     Debugfs
1178   * Add support for the -M option to fsck, which causes it to ignore
1179     mounted filesystem
1180   * Fix uuidd so that it creates the pid file with the correct pid number
1181 - The -M option is now used upstream to ignore mounted filesystems,
1182   this has previously been in SuSE with -m. This has to be changed
1183   since lower case characters are reserved for filesystem specific
1184   checker options. The "like mount" behaviour previously in SuSE
1185   with -M has been removed.
1186 - add patch from Eric Sandeen to fix the loss of extended attributes
1187   in large inodes upon resize
1188 - removed patches
1189   fsck-ignore-mounted.patch
1190 * Wed Feb 27 2008 mkoenig@suse.de
1191 - update to version 1.40.6
1192   * Add support for returning labels for UDF filesystems in the blkid
1193     library
1194   * Fix bug in the blkid library where cached filesystems was not being
1195     flushed
1196   * Added logic to the blkid library to automatically choose whether a
1197     filesystem should be mounted as ext4 or ext4dev, as appropriate
1198   * Allow tune2fs to set and clear the test_fs flag on ext4 filesystems
1199 - removed patches:
1200   e2fsprogs-1.40.5-blkid_cache_file_env.patch (merged)
1201   libcom_err-no-static-buffer.patch (fixed upstream with TLS)
1202 * Tue Jan 29 2008 mkoenig@suse.de
1203 - update to version 1.40.5:
1204   * Fix a potential overflow big in e2image
1205   * Mke2fs will now create new filesystems with 256 byte inodes and the
1206     ext_attr feature flag by default
1207   * Teach e2fsck to ignore certain "safe" filesystem features which are
1208     set automatically by the kernel
1209   * Add support in tune2fs and mke2fs for making a filesystem as being "ok
1210     to be used with test kernel code"
1211   * Change e2fsck -fD so that it sorts non-htree directories by inode
1212     numbers instead of by name, since that optimizes performances much
1213     more significantly
1214   * If e2image fills the disk, fix it so it exits right away
1215   * If ftruncate64() is not available for resize2fs, let it use ftrucate()
1216     instead
1217   * Add support for detecting HFS+ filesystems in the blkid library
1218   * Add supprt in the blkid library for ext4/ext4dev filesystems
1219   * Fix a bug in blkid where it could die on a floating point exception
1220     when presented with a corrupt reiserfs image
1221   * Fix blkid's handling of ntfs UUID's so that leading zeros are printed
1222     such that UUID string is a fixed length
1223   * Fix debugfs's 'lsdel' command so it uses ext2fs_block_iterate2 so it
1224     will work with large files
1225   * Allow the debugfs 'undel' command to undelete an inode without linking
1226     it to a specific destination directory
1227 - enhance init script
1228 - add sysconfig parameter UUIDD_ON_DEMAND_ONLY setting the startup
1229   policy for uuidd
1230 - remove merged and obsolete patches:
1231   close.patch
1232   e2fsprogs-1.33-codecleanup.diff
1233   e2fsprogs-1.35-libdir.diff
1234   e2fsprogs-1.39-resize2fs_manpage.patch
1235   e2fsprogs-1.40.4-uuid_null.patch
1236   e2fsprogs-blkid.diff
1237   e2fsprogs-blkid_probe_hfsplus.patch
1238   e2fsprogs-strncat.patch
1239   elf.diff
1240   e2fsprogs-mkinstalldirs.patch
1241   e2fsprogs-special_make_targets.patch
1242   e2fsprogs-probe_reiserfs-fpe.patch
1243   e2fsprogs-1.33-fsckdevdisplay.diff
1244   e2fsprogs-uninitialized.diff
1245 * Wed Jan 16 2008 mkoenig@suse.de
1246 - update to version 1.40.4:
1247   * Fix potential security vulnerability (CVE-2007-5497)
1248   * Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
1249   * Fix a bug in ext2fs_initialize() which causes mke2fs to fail while
1250     allocating inode tables for some relatively rare odd disk sizes.
1251   * Fix bug in ext2fs_check_desc() which will cause e2fsck to complain
1252     about (valid) filesystems where the inode table extends to the last
1253     block of the block group
1254   * Change e2fsck so it will not complain if a file has blocks reallocated
1255     up to the next multiple of a system's page size
1256   * Change e2fsck so it uses sscanf() instead of atoi() so it non-numeric
1257     arguments are detected as such and the parse error is reported to the
1258     user
1259   * Make the e2fsprogs program more robust so that they will not crash
1260     when opening a corrupt filesystem where s_inode_size is zero.
1261   * Fix e2fsck so that if the superblock is corrupt, but still looks
1262     vaguely like an ext2/3/4 superblock, that it automatically tries to
1263     fall back to the backup superblock, instead of failing with a hard
1264     error
1265   * Fix fsck to ignore /etc/fstab entries for bind mounts
1266   * E2fsck will no longer mark a filesystem as invalid if it has time
1267     errors and the user refuses to fix the problem.
1268   * Enhance blkid's detection of FAT filesystems
1269   * Enhance e2fsck so it will force the backup superblocks to be backed up
1270     if the filesystem is consistent and key constants have been changed
1271     (i.e., by an on-line resize) or by e2fsck in the course of its
1272     operations.
1273   * Enhance the blkid library so it will recognize squashfs filesystems
1274   * Fix e2image so that in raw mode it does not create an image file which
1275     is one byte too large
1276   * Fix heuristics in blkid which could cause a disk without partitions to
1277     be incorrectly skipped when a loopback device is present
1278   * Avoid division by zero error when probing an invalid FAT filesystem in
1279     the blkid library
1280   * Fix sign-extension problem on 64-bit systems in in the com_err
1281     library
1282   * Format control characters and characters with the high eighth bit set
1283     when printing the contents of the blkid cache, to prevent filesystems
1284     with garbage labels from sending escape sequences
1285   * Fix fsck to only treat the '#' character as a comment at the beginning
1286     of the line in /etc/fstab
1287   * Filter out the NEEDS_RECOVERY feature flag when writing out the backup
1288     superblocks
1289   * Improve time-based UUID generation.  A new daemon uuidd, is started
1290     automatically by libuuid if necessary
1291 - new subpackage: uuid-runtime
1292   containing uuidd and uuidgen
1293 - removed obsolete patches
1294   e2fsprogs-1.39-uuid_duplicates.patch
1295   e2fsprogs-1.40.2-open_fix.patch
1296   e2fsprogs-1.40-be_swap_fix.patch
1297 * Mon Nov 26 2007 mkoenig@suse.de
1298 - fix build: missing third argument to open
1299 - do not remove buildroot in install section
1300 * Fri Jul 27 2007 mkoenig@suse.de
1301 - fix typo in specfile
1302 * Thu Jul 26 2007 mkoenig@suse.de
1303 - Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
1304   e2fsprogs-1.40-be_swap_fix.patch
1305 * Wed Jul 25 2007 bk@suse.de
1306 - e2fsprogs requires libext2fs2 of the same version number to work
1307 - enable make check and make gcc-wall in %%check (executed last)
1308 - shut up bogus gcc warning for use of uninitialised variables
1309 * Wed Jul 25 2007 mkoenig@suse.de
1310 - remove e2fsprogs-blkid_probe_ext4.patch
1311   broken and it is way too early to support
1312 * Wed Jul 18 2007 mkoenig@suse.de
1313 - update to version 1.40.2
1314   bugfix release
1315 * Mon Jul  9 2007 mkoenig@suse.de
1316 - update to version 1.40.1:
1317   * Bugfix release
1318 - removed patch (merged upstream)
1319   e2fsprogs-1.39-cleanup.patch
1320 * Wed Jul  4 2007 mkoenig@suse.de
1321 - update to version 1.40
1322 - branch off libraries:
1323   libblkid1
1324   libuuid1
1325   libext2fs2
1326 - renaming libcom_err to libcom_err2
1327 * Tue Jun 19 2007 mkoenig@suse.de
1328 - fix e2fsprogs-1.39-uuid_duplicates.patch [#189640]
1329   * detach shm segment after use
1330   * set SEM_UNDO for semaphore operations, otherwise we do not
1331     get a clean state after interruption by a signal
1332 * Wed Apr 25 2007 pth@suse.de
1333 - Fix German translations.
1334 * Wed Apr 11 2007 mkoenig@suse.de
1335 - blkid: fix hfsplus probing to detect HFS+ volumes embedded
1336   in a HFS volume
1337 * Wed Apr  4 2007 mkoenig@suse.de
1338 - add Supplements line [FATE#301966]
1339 * Fri Mar 30 2007 mkoenig@suse.de
1340 - update to current hg version from 29-03-2007
1341   * Fixes a lot of memory leaks and other bugs
1342 - remove merged patch:
1343   e2fsprogs-1.39-check_fs_open-in-dump_unused.patch
1344 * Wed Mar 28 2007 mkoenig@suse.de
1345 - blkid: add hfsplus volume detection (FATE#302071)
1346 - blkid: add experimental detection of ext4dev (FATE#301897)
1347 * Thu Jan 25 2007 mkoenig@suse.de
1348 - fix segfault in debugfs when using without open fs [#238140]
1349 * Mon Jan 22 2007 mkoenig@suse.de
1350 - don't chmod -w headers in compile_et to avoid build
1351   problems with some packages
1352 * Fri Jan 19 2007 mkoenig@suse.de
1353 - update to version 1.40-WIP-1114 (FATE#301897)
1354   * support for ext4
1355   * several bugfixes
1356 - remove ext2resize from package, because the online resizing
1357   functionality has been merged into resize2fs since version 1.39
1358   and ext2resize is unmaintained.
1359 * Tue Dec 19 2006 meissner@suse.de
1360 - fixed build
1361 * Wed Nov  8 2006 ro@suse.de
1362 - provide libcom_err-devel in libcom_err
1363 * Thu Oct 19 2006 mkoenig@suse.de
1364 - fix bug in uuid patch
1365 * Mon Oct 16 2006 mkoenig@suse.de
1366 - fix build of shared lib
1367 * Thu Oct 12 2006 mkoenig@suse.de
1368 - fix uuid bug [#189640]
1369 - fix blkid problem with empty FAT labels [#211110]
1370 - fix small typo in resize2fs man page
1371 * Tue Sep 26 2006 mkoenig@suse.de
1372 - fix bug in fsck udev/libvolume_id patch [#205671]
1373 * Wed Sep 20 2006 mkoenig@suse.de
1374 - update to version 1.39:
1375   * Fix 32-bit cleanliness
1376   * Change mke2fs to use /etc/mke2fs.conf
1377   * Mke2fs will now create filesystems hash trees and
1378     on-line resizing enabled by default
1379   * The e2fsprogs tools (resize2fs, e2fsck, mke2fs) will open the
1380     filesystem device node in exclusive mode
1381   * Add support for on-line resizing to resize2fs.
1382   * The blkid library will now store the UUID of the external
1383     journal used by ext3 filesystems
1384   * E2fsck will now consult a configuration file, /etc/e2fsck.conf
1385   * E2fsck will detect if the superblock's last mount field or
1386     last write field is in the future, and offer to fix if so.
1387   * E2fsck now checks to see if the superblock hint for the
1388     location of the external journal is incorrect
1389   * Resize2fs will now automatically determine the RAID stride
1390     parameter that had been used to create the filesystem
1391   * Fix mke2fs so that it correctly creates external journals on
1392     big-endian machines
1393   * Fix a bug in the e2p library
1394   * Add a new debugfs command, set_current_time
1395   * Fix debugfs commands
1396   * Fix mklost+found so that it creates a full-sized directory on
1397     filesystems with larger block sizes.
1398   * Fix a file descriptor leak in blkid library
1399   * Allow fractional percentages to the -m option in mke2fs and tune2fs
1400   * Add support for device mapper library to the blkid library
1401   * Fix the blkid library so that it notices when an ext2 filesystem
1402     is upgraded to ext3.
1403   * Improve the blkid's library VFAT/FAT detectio
1404   * Add support for the reiser4 and software suspend partitions
1405     to the blkid library.
1406 - update ext2resize to version 1.1.19:
1407   * Add support for ext3 online resizing
1408   * Support LARGEFILE compat flag
1409   * Make the resize inode part of the fs struct
1410   * Add the FL_IOCTL flag
1411   * Bugfixes
1412 * Fri Aug 11 2006 pth@suse.de
1413 - Fix to comply with gettex 0.15.
1414 - Move ext2resize sources to toplevel directory.
1415 - Fix use of MKINSTALLDIRS.
1416 * Fri Aug  4 2006 kay.sievers@suse.de
1417 - update libvolume_id integration to match util-linux
1418 * Fri Jun 16 2006 ro@suse.de
1419 - added libvolume_id-devel to BuildRequires
1420 - updated e2fsprogs-udev.patch to match header rename
1421 * Wed Feb  8 2006 hare@suse.de
1422 - Fix fsck -m (#146606) to really check filesystems.
1423 * Mon Jan 30 2006 hvogel@suse.de
1424 - Document -I inode-size [#145445]
1425 * Sun Jan 29 2006 hvogel@suse.de
1426 - fix hares patch
1427 * Fri Jan 27 2006 hare@suse.de
1428 - Add option to not return an error code for mounted
1429   filesystems (#145400).
1430 * Wed Jan 25 2006 mls@suse.de
1431 - converted neededforbuild to BuildRequires
1432 * Fri Jan 20 2006 hvogel@suse.de
1433 - Support ext2/ext3 online resize
1434 * Mon Dec 12 2005 hvogel@suse.de
1435 - remove lib/et/test_cases/imap_err* from the tarball because
1436   they are not distributeable.
1437 * Tue Dec  6 2005 pth@suse.de
1438 - remove unnecessary type-punning
1439 - reduce compiler warnings
1440 * Tue Nov 15 2005 jblunck@suse.de
1441 - added close.patch provided by Ted Tso (IBM) to fix bug #132708
1442 * Mon Nov 14 2005 hare@suse.de
1443 - Use devt when comparing devices
1444 - fsck: Use information provided by udev for detecting devices
1445 * Wed Oct  5 2005 hvogel@suse.de
1446 - fix too few arguments to a *printf function
1447 - require libcom_err on e2fsprogs-devel
1448 * Fri Sep  9 2005 hvogel@suse.de
1449 - add gross hack to avoid divide by zero in probe_reiserfs
1450   [#115827]
1451 * Mon Aug  8 2005 hvogel@suse.de
1452 - added environment variable BLKID_SKIP_CHECK_MDRAID to work around
1453   broken software raid detection [Bug #100530]
1454 * Tue Jul  5 2005 hvogel@suse.de
1455 - update to version 1.38
1456 - mt reworked his patches a bit. See Bug #66534
1457 * Thu Jun 23 2005 hvogel@suse.de
1458 - call ldconfig in post/postun
1459 - add version to devel package dependencie
1460 - readd missing patch (7)
1461 * Thu Apr 28 2005 hvogel@suse.de
1462 - update to version 1.37
1463 - mt reworked one libcom_err patch a bit to provide more
1464   meaningfull error handling
1465 - fix retuen value in inode.c
1466 * Thu Mar 31 2005 hvogel@suse.de
1467 - split libcom_err to a subpackage
1468 - add mutex synchronization to e2fsprogs/lib/et
1469 - removed usage of a static buffer in error_message()
1470 - disabled init_error_table function
1471 - disabled build of unused e2fsck.static
1472 * Fri Mar 18 2005 hvogel@suse.de
1473 - fix endian unsafeness in getopt (#73855)
1474 * Tue Feb  8 2005 hvogel@suse.de
1475 - Update to 1.36 final
1476 * Tue Aug 10 2004 pth@suse.de
1477 - Update to 1.35 RC5
1478 * Wed Mar 17 2004 pth@suse.de
1479 - Don't build the EVMS plugin because it's out of date for
1480   EVMS in kernel 2.6.
1481 * Thu Mar  4 2004 pth@suse.de
1482 - Add patch from Olaf Hering that makes fsck read a different
1483   blkid file via BLKID_FILE environment var (#35156)
1484 * Thu Feb 19 2004 kukuk@suse.de
1485 - Remove obsolete recode call
1486 * Mon Jan 12 2004 ro@suse.de
1487 - removed run_ldconfig again
1488 * Sat Jan 10 2004 adrian@suse.de
1489 - add %%run_ldconfig
1490 * Thu Oct  2 2003 pthomas@suse.de
1491 - Add patch from Kurt Garloff to make e2fsprogs compile
1492   with latest kernel headers (SCSI_BLK_MAJOR undefined).
1493 * Mon Sep 15 2003 pthomas@suse.de
1494 - Fix czech message catalog which has been transformed twice
1495   from latin2 to utf-8 and add an iconv call to the spec file
1496   that will make building fail if the file is corrected upstream.
1497 * Sat Aug 30 2003 agruen@suse.de
1498 - Fix an endianness bug in ext2fs_swap_inode: Fast symlinks that
1499   have extended attributes are acidentally byte swapped on
1500   big-endian machines.
1501 * Fri Aug  1 2003 pthomas@suse.de
1502 - Apply patch from Ted T'so for badblocks.
1503 * Thu Jul 31 2003 pthomas@suse.de
1504 - Update to 1.34.
1505 - Various fixes to libcom_err to make it really compatible
1506   to the heimdal version.
1507 - Fix int<->pointer casts.
1508 - Fix places that may break strict aliasing.
1509 * Thu Jun 19 2003 ro@suse.de
1510 - added directory to filelist
1511 * Wed May 14 2003 pthomas@suse.de
1512 - Use %%defattr
1513 - Include all installed files.
1514 * Tue Apr 29 2003 mfabian@suse.de
1515 - add libblkid.so* and libblkid.a to file lists
1516 * Thu Apr 24 2003 pthomas@suse.de
1517 - Update to 1.33 and adapt patches.
1518 - Add missing headers where necessary.
1519 * Thu Apr 24 2003 ro@suse.de
1520 - fix install_info --delete call and move from preun to postun
1521 * Fri Feb  7 2003 ro@suse.de
1522 - added install_info macros
1523 * Tue Oct  1 2002 garloff@suse.de
1524 - Fix segfault in display of real device in presence of volume
1525   name. #20422
1526 * Tue Sep  3 2002 mls@suse.de
1527 - remove duplicate evms scan (already included in 1.28)
1528 - fix volume group scan bug
1529 * Mon Sep  2 2002 agruen@suse.de
1530 - Update to 1.28. Includes very minor fixes in htree, which we have
1531   disabled anyway, one fix that we had in a separate patch, and
1532   has additional release notes.
1533 * Mon Aug 19 2002 agruen@suse.de
1534 - Update to 1.28-WIP-0817, which includes Extended Attribute
1535   and several smaller fixes. We disable htree support and don't
1536   install the evms library for now.
1537 - Remove `make gcc-wall' for now (as it does a `make clean' in
1538   doc/).
1539 * Thu Aug 15 2002 mls@suse.de
1540 - support jfs, reiserfs, evms in label/uuid scan (code stolen
1541   from util-linux:mount)
1542 * Sun Jul 28 2002 kukuk@suse.de
1543 - Remove unused tetex from neededforbuild
1544 * Fri Jul 19 2002 olh@suse.de
1545 - use a better method for finding missed filelist entries
1546 * Fri Apr 12 2002 sf@suse.de
1547 - added %%{_libdir}
1548 - added fix for lib/lib64
1549 * Thu Mar 28 2002 bk@suse.de
1550 - fix man pages, filelist and add check for missing files in packs
1551 * Wed Mar 27 2002 bk@suse.de
1552 - Update to 1.27, fixes resource limit problem for other archs and
1553   merges many patches
1554 * Thu Mar  7 2002 pthomas@suse.de
1555 - Add patch from Ted T'so to keep e2fsck from dumping
1556   core when the journal inode is missing.
1557 * Mon Mar  4 2002 pthomas@suse.de
1558 - Fix implicit function declarations and some other gcc warnings.
1559 - Include patch from Kurt Garloff to make e2fsck display the
1560   device name in addition to the volume label. Adapt it to 1.26.
1561 - Adapt BSD_disklables.diff to new code.
1562 - Set LC_CTYPE in addition to LC_MESSAGES.
1563 - Repack with bzip2.
1564 * Fri Mar  1 2002 bk@suse.de
1565 - Update to 1.26. This release has a number of critical bug
1566   fixes over the previous release, version 1.25:
1567 * Fri Feb 15 2002 pthomas@suse.de
1568 - Use %%{_lib} and %%{_libdir}.
1569 * Wed Feb 13 2002 pthomas@suse.de
1570 - Make heimdal-devel conflict e2fsprogs-devel.
1571   Temporary solution for bug #13145
1572 * Thu Dec 13 2001 pthomas@suse.de
1573 - Add mkfs.ext2.8 because mkfs.8 from util-linux references it.
1574   Fixes bug #12613.
1575 * Fri Nov 23 2001 pthomas@suse.de
1576 - Add accidently left out e2image to file list. Fixes bug
1577   [#12009]
1578 * Wed Oct 31 2001 ro@suse.de
1579 - fix for axp: should malloc buffer _before_ use
1580 * Wed Oct 10 2001 pthomas@suse.de
1581 - Update to 1.25.
1582 - Remove patches not needed anymore.
1583 - Change mke2fs to output warnings to stderr not stdout.
1584 - Repack as bz2.
1585 * Mon Sep 24 2001 olh@suse.de
1586 - replace ext2fs_d
1587 * Fri Sep 21 2001 pthomas@suse.de
1588 - Add patch for mke2fs from 1.25 as that bug seems to be the
1589   reason for the mk_initrd warning.
1590 * Wed Sep 12 2001 pthomas@suse.de
1591 - Update to 1.24a:
1592   - Fix brown-paper bug in mke2fs which caused it to segfault.
1593   - Revert the BLKGETSIZE64 support as this ioctl has been used
1594     by an unofficial kernel patch to update the last sector on
1595     the disk, and this was causing disk corruption problems as a
1596     result.
1597   - Mke2fs is now more careful about zapping swap space signatures
1598     and other filesystem/raid superblock magic values so.
1599   - E2fsck will no longer complain if the the mode of
1600     EXT2_RESIZE_INO is a regular file
1601   - mke2fs and tune2fs will allow the use of UUID= or LABEL=
1602     specifiers when specifying the external journal device.
1603     tune2fs will also search devices looking for the external
1604     journal device when removing.
1605 * Fri Aug 17 2001 ro@suse.de
1606 - update to 1.23 to enable external journals on ext3
1607 * Wed Aug 15 2001 pthomas@suse.de
1608 - Update to 1.22.
1609 - Drop fsck Patch as code changed.
1610 - Use LD_LIBRARY_PATH to run test programs.
1611 * Fri Jun  8 2001 pthomas@suse.de
1612 - Remove incorrect use of AC_REQUIRE (fails with autoconf 2.5)
1613 - Recompress tarball with bzip2.
1614 * Thu Jan 18 2001 schwab@suse.de
1615 - Add Obsoletes: ext2fs_d and Requires: e2fsprogs to devel
1616   subpackage.
1617 * Mon Nov  6 2000 pthomas@suse.de
1618 - use _mandir and _infodir more consistently in spec file.
1619 * Sun Nov  5 2000 ro@suse.de
1620 - renamed packages to e2fsprogs/e2fsprogs-devel
1621 * Fri Jun  9 2000 kasal@suse.cz
1622 - Build dynamic libraries.  Partition Surprise requires them.
1623 - Make /usr/lib/*.so symlinks relative.
1624 * Thu Mar 23 2000 kukuk@suse.de
1625 - Don't erase BSD labels on Alpha
1626 - Add Y2K fix to debugfs
1627 * Wed Mar 22 2000 kukuk@suse.de
1628 - Fix ifdefs for gcc 2.95.2
1629 * Tue Feb 22 2000 garloff@suse.de
1630 - Bugfix for the change ...
1631 - ... and change version no of fsck to 1.18a to reflect the change.
1632 * Sun Feb 20 2000 garloff@suse.de
1633 - Patch to be more clever WRT to basenames (used to find out wheter
1634   a fsck for this device is already running).
1635 - Give better message in case fsck fails, to tell the user what to
1636   do. (e2fsck only displays the label, nowadays :-( )
1637 * Thu Feb 10 2000 kukuk@suse.de
1638 - Use autoconf to create new configure
1639 * Wed Jan 19 2000 ro@suse.de
1640 - man,info -> /usr/share
1641 * Sun Jan 16 2000 ro@suse.de
1642 - fixed to build on kernels >= 2.3.39
1643 * Sat Nov 13 1999 kukuk@suse.de
1644 - Update to e2fsprogs 1.18
1645 - Create new sub-package ext2fs_d which includes libs and headers
1646 * Mon Nov  8 1999 ro@suse.de
1647 -fixed coredump in e2fsck
1648 * Fri Oct 29 1999 ro@suse.de
1649 -e2fsprogs: 1.17 vital bugfix in e2fsck
1650 * Sun Oct 24 1999 ro@suse.de
1651 - e2fsprogs: update to 1.16, sparse_super is default on when
1652   called on a > 2.2 kernel, can be overridden with -O none
1653 * Fri Oct 15 1999 garloff@suse.de
1654 - Disabled flushb again. (Moved to ddrescue.)
1655 * Mon Sep 13 1999 bs@suse.de
1656 - ran old prepare_spec on spec file to switch to new prepare_spec.
1657 * Wed Sep  1 1999 ro@suse.de
1658 - mke2fs: sparse superblocks default back to "off"
1659 * Tue Aug 31 1999 ro@suse.de
1660 - update to 1.15
1661 - cleanup diff and specfile
1662 * Sun Jul 18 1999 garloff@suse.de
1663 - Enabled flushb compilation
1664 * Sat Jun 26 1999 kukuk@suse.de
1665 - Add fix for fsck core dump from beta list
1666 * Tue Mar 16 1999 ro@suse.de
1667 - fixed configure call
1668 * Fri Mar 12 1999 ro@suse.de
1669 - update to 1.14
1670 * Wed Oct 28 1998 ro@suse.de
1671 - respect change in 2.1.126 SCSI_DISK_MAJOR
1672 * Tue Sep  1 1998 ro@suse.de
1673 - update to 1.12
1674 * Sat Apr 26 1997 florian@suse.de
1675 - update to new version 1.10
1676 * Sun Apr 13 1997 florian@suse.de
1677 - update to new version 1.08
1678 - do not include ext2 libs and include files as they are only used by dump
1679 * Thu Jan  2 1997 florian@suse.de
1680 - update to new version 1.06
1681 * Thu Jan  2 1997 florian@suse.de
1682 - update to newer version
1683 - use now static libs instead of 4 small shared libs
1684 * Thu Jan  2 1997 florian@suse.de
1685   update to version 1.0.4