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