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