Whamcloud - gitweb
LU-16067 misc: cleanup compiler warnings
[tools/e2fsprogs.git] / e2fsprogs-RHEL-6.spec.in
1 %define _root_sbindir   /sbin
2 %define _root_libdir    /%{_lib}
3
4 Summary: Utilities for managing ext2, ext3, and ext4 file systems
5 Name: e2fsprogs
6 Version: @E2FSPROGS_PKGVER@
7 Release: 0%{?dist}
8
9 # License tags based on COPYING file distinctions for various components
10 License: GPLv2
11 Group: System Environment/Base
12 Source0: https://www.kernel.org/pub/linux/kernel/people/tytso/%{name}/v%{version}/%{name}-%{version}.tar.gz
13
14 Url: https://downloads.whamcloud.com/public/e2fsprogs/
15 Provides: ldiskfsprogs = %{version}
16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17 Requires: e2fsprogs-libs = %{version}-%{release}
18 Requires: libcom_err = %{version}-%{release}
19 Requires: libss = %{version}-%{release}
20
21 # e4fsprogs was a parallel ext4-capable package in RHEL5.x
22 %if 0%{?rhel} > 0
23 Obsoletes: e4fsprogs < %{version}-%{release}
24 Provides: e4fsprogs = %{version}-%{release}
25 %endif
26
27 BuildRequires: pkgconfig, texinfo, libselinux-devel, gcc
28 BuildRequires: libsepol-devel
29 BuildRequires: libblkid-devel
30 BuildRequires: libuuid-devel
31 BuildRequires: gettext
32
33 %description
34 The e2fsprogs package contains a number of utilities for creating,
35 checking, modifying, and correcting any inconsistencies in second,
36 third and fourth extended (ext2/ext3/ext4) file systems. E2fsprogs
37 contains e2fsck (used to repair file system inconsistencies after an
38 unclean shutdown), mke2fs (used to initialize a partition to contain
39 an empty ext2 file system), debugfs (used to examine the internal
40 structure of a file system, to manually repair a corrupted
41 file system, or to create test cases for e2fsck), tune2fs (used to
42 modify file system parameters), and most of the other core ext2fs
43 file system utilities.
44
45 You should install the e2fsprogs package if you need to manage the
46 performance of an ext2, ext3, or ext4 file system.
47
48 %package libs
49 Summary: Ext2/3/4 file system specific shared libraries
50 Group: Development/Libraries
51 License: GPLv2 and LGPLv2
52 Requires: libcom_err = %{version}-%{release}
53
54 %description libs
55 E2fsprogs-libs contains libe2p and libext2fs, the libraries of the
56 e2fsprogs package.
57
58 These libraries are used to directly access ext2/3/4 file systems
59 from user space.
60
61 %package static
62 Summary: Ext2/3/4 file system specific static libraries
63 Group: Development/Libraries
64 License: GPLv2 and LGPLv2
65
66 %description static
67 E2fsprogs-static contains all static libraries built from e2fsprogs,
68 including libext2fs, libcom_err, libe2p, and libss.
69
70 These libraries are used to directly access ext2/3/4 file systems
71 from user space, and perform other useful functions.
72
73 %package devel
74 Summary: Ext2/3/4 file system specific libraries and headers
75 Group: Development/Libraries
76 License: GPLv2 and LGPLv2
77 Requires: e2fsprogs-libs = %{version}-%{release}
78 Requires: libcom_err-devel = %{version}-%{release}
79 Requires: gawk
80 Requires: pkgconfig
81 Requires(post): info
82 Requires(preun): info
83
84 %description devel
85 E2fsprogs-devel contains the libraries and header files needed to
86 develop second, third and fourth extended (ext2/ext3/ext4)
87 file system specific programs.
88
89 You should install e2fsprogs-devel if you want to develop ext2/3/4
90 file system specific programs. If you install e2fsprogs-devel, you'll
91 also want to install e2fsprogs.
92
93 %package -n libcom_err
94 Summary: Common error description library
95 Group: Development/Libraries
96 License: MIT
97
98 %description -n libcom_err
99 This is the common error description library, part of e2fsprogs.
100
101 libcom_err is an attempt to present a common error-handling mechanism.
102
103 %package -n libcom_err-devel
104 Summary: Common error description library
105 Group: Development/Libraries
106 License: MIT
107 Requires: libcom_err = %{version}-%{release}
108 Requires: pkgconfig
109
110 %description -n libcom_err-devel
111 This is the common error description development library and headers,
112 part of e2fsprogs.  It contains the compile_et command, used
113 to convert a table listing error-code names and associated messages
114 messages into a C source file suitable for use with the library.
115
116 libcom_err is an attempt to present a common error-handling mechanism.
117
118 %package -n libss
119 Summary: Command line interface parsing library
120 Group: Development/Libraries
121 License: MIT
122 Requires: libcom_err = %{version}-%{release}
123
124 %description -n libss
125 This is libss, a command line interface parsing library, part of e2fsprogs.
126
127 This package includes a tool that parses a command table to generate
128 a simple command-line interface parser, the include files needed to
129 compile and use it.
130
131 It was originally inspired by the Multics SubSystem library.
132
133 %package -n libss-devel
134 Summary: Command line interface parsing library
135 Group: Development/Libraries
136 License: MIT
137 Requires: libss = %{version}-%{release}
138 Requires: pkgconfig
139
140 %description -n libss-devel
141 This is the command line interface parsing (libss) development library
142 and headers, part of e2fsprogs.  It contains the mk_cmds command, which
143 parses a command table to generate a simple command-line interface parser.
144
145 It was originally inspired by the Multics SubSystem library.
146
147 %prep
148 %setup -q
149
150 %build
151 %configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
152            --disable-e2initrd-helper --disable-libblkid --disable-libuuid \
153            --enable-quota --disable-fuse2fs --without-crond-dir \
154            --without-udev-rules-dir --without-systemd-unit-dir \
155            %{?extra_config_flags:%extra_config_flags}
156 make V=1 %{?_smp_mflags}
157
158 %install
159 rm -rf %{buildroot}
160 export PATH=/sbin:$PATH
161 make install install-libs DESTDIR=%{buildroot} INSTALL="%{__install} -p" \
162         root_sbindir=%{_root_sbindir} root_libdir=%{_root_libdir}
163
164 # ugly hack to allow parallel install of 32-bit and 64-bit -devel packages:
165 %define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
166
167 %ifarch %{multilib_arches}
168 mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types.h \
169       %{buildroot}%{_includedir}/ext2fs/ext2_types-%{_arch}.h
170 mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types-wrapper.h \
171       %{buildroot}%{_includedir}/ext2fs/ext2_types.h
172 %endif
173
174 # Hack for now, otherwise strip fails.
175 chmod +w %{buildroot}%{_libdir}/*.a
176
177 %find_lang %{name}
178
179 %check
180 make %{?_smp_mflags} fullcheck
181
182 %post libs -p /sbin/ldconfig
183 %postun libs -p /sbin/ldconfig
184
185 %post devel
186 # Test for file; if installed with --excludedocs it may not be there
187 if [ -f %{_infodir}/libext2fs.info.gz ]; then
188    /sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
189 fi
190
191 %preun devel
192 if [ $1 = 0 -a -f %{_infodir}/libext2fs.info.gz ]; then
193    /sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
194 fi
195 exit 0
196
197 %post -n libcom_err -p /sbin/ldconfig
198 %postun -n libcom_err -p /sbin/ldconfig
199
200 %post -n libss -p /sbin/ldconfig
201 %postun -n libss -p /sbin/ldconfig
202
203 %files -f %{name}.lang
204 %defattr(-,root,root)
205 %doc NOTICE README RELEASE-NOTES
206
207 %config(noreplace) /etc/mke2fs.conf
208 %config(noreplace) /etc/e2scrub.conf
209 %{_root_sbindir}/badblocks
210 %{_root_sbindir}/debugfs
211 %{_root_sbindir}/dumpe2fs
212 %{_root_sbindir}/e2fsck
213 %{_root_sbindir}/e2image
214 %{_root_sbindir}/e2label
215 %{_root_sbindir}/e2mmpstatus
216 %{_root_sbindir}/e2undo
217 %{_root_sbindir}/fsck.ext2
218 %{_root_sbindir}/fsck.ext3
219 %{_root_sbindir}/fsck.ext4
220 %{_root_sbindir}/logsave
221 %{_root_sbindir}/mke2fs
222 %{_root_sbindir}/mkfs.ext2
223 %{_root_sbindir}/mkfs.ext3
224 %{_root_sbindir}/mkfs.ext4
225 %{_root_sbindir}/resize2fs
226 %{_root_sbindir}/tune2fs
227 %{_root_sbindir}/e2scrub
228 %{_root_sbindir}/e2scrub_all
229 %{_sbindir}/filefrag
230 %{_sbindir}/e2freefrag
231 %{_sbindir}/e4defrag
232 %{_sbindir}/mklost+found
233 %{_sbindir}/e4crypt
234
235 %{_bindir}/chattr
236 %{_bindir}/lsattr
237 %{_mandir}/man1/chattr.1*
238 %{_mandir}/man1/lsattr.1*
239
240 %{_mandir}/man5/ext2.5*
241 %{_mandir}/man5/ext3.5*
242 %{_mandir}/man5/ext4.5*
243 %{_mandir}/man5/e2fsck.conf.5*
244 %{_mandir}/man5/mke2fs.conf.5*
245
246 %{_mandir}/man8/badblocks.8*
247 %{_mandir}/man8/debugfs.8*
248 %{_mandir}/man8/dumpe2fs.8*
249 %{_mandir}/man8/e2fsck.8*
250 %{_mandir}/man8/e4crypt.8*
251 %{_mandir}/man8/filefrag.8*
252 %{_mandir}/man8/e2freefrag.8*
253 %{_mandir}/man8/e4defrag.8*
254 %{_mandir}/man8/fsck.ext2.8*
255 %{_mandir}/man8/fsck.ext3.8*
256 %{_mandir}/man8/fsck.ext4.8*
257 %{_mandir}/man8/e2image.8*
258 %{_mandir}/man8/e2label.8*
259 %{_mandir}/man8/e2mmpstatus.8*
260 %{_mandir}/man8/e2undo.8*
261 %{_mandir}/man8/logsave.8*
262 %{_mandir}/man8/mke2fs.8*
263 %{_mandir}/man8/mkfs.ext2.8*
264 %{_mandir}/man8/mkfs.ext3.8*
265 %{_mandir}/man8/mkfs.ext4.8*
266 %{_mandir}/man8/mklost+found.8*
267 %{_mandir}/man8/resize2fs.8*
268 %{_mandir}/man8/tune2fs.8*
269 %{_mandir}/man8/e2scrub.8*
270 %{_mandir}/man8/e2scrub_all.8*
271
272 %files libs
273 %defattr(-,root,root)
274 %doc NOTICE
275 %{_root_libdir}/libe2p.so.*
276 %{_root_libdir}/libext2fs.so.*
277
278 %files static
279 %defattr(-,root,root)
280 %doc NOTICE
281 %{_libdir}/*.a
282
283 %files devel
284 %defattr(-,root,root)
285 %{_infodir}/libext2fs.info*
286 %{_libdir}/libe2p.so
287 %{_libdir}/libext2fs.so
288 %{_libdir}/pkgconfig/e2p.pc
289 %{_libdir}/pkgconfig/ext2fs.pc
290
291 %{_includedir}/e2p
292 %{_includedir}/ext2fs
293
294 %files -n libcom_err
295 %defattr(-,root,root)
296 %doc NOTICE
297 %{_root_libdir}/libcom_err.so.*
298
299 %files -n libcom_err-devel
300 %defattr(-,root,root)
301 %{_bindir}/compile_et
302 %{_libdir}/libcom_err.so
303 %{_datadir}/et
304 %{_includedir}/et
305 %{_includedir}/com_err.h
306 %{_mandir}/man1/compile_et.1*
307 %{_mandir}/man3/com_err.3*
308 %{_libdir}/pkgconfig/com_err.pc
309
310 %files -n libss
311 %defattr(-,root,root)
312 %doc NOTICE
313 %{_root_libdir}/libss.so.*
314
315 %files -n libss-devel
316 %defattr(-,root,root)
317 %{_bindir}/mk_cmds
318 %{_libdir}/libss.so
319 %{_datadir}/ss
320 %{_includedir}/ss
321 %{_mandir}/man1/mk_cmds.1*
322 %{_libdir}/pkgconfig/ss.pc
323
324 %changelog
325 * Tue Jul 10 2018 Lukas Czerner <lczerner@redhat.com> 1.44.3-0
326 - New upstream release
327 - Remove multiarch wrappers
328 - Remove needless use of %defattr
329
330 * Wed Apr 04 2018 Lukas Czerner <lczerner@redhat.com> 1.44.1-1
331 - New upstream release
332 - tests: use mke2fs and debugfs from the build tree
333 - remove custom patch to ignose sb feature differences
334 - e2fsprogs: fix metadata image handling on big endian systems
335 - fix spelling errors in spec file
336 - remove custom e2fsck.conf
337
338 * Mon Mar 12 2018 Lukas Czerner <lczerner@redhat.com> 1.44.0-2
339 - e2fsck: fix endianness problem when reading htree nodes
340 - use make fullcheck in %check section to run all the tests
341
342 * Thu Mar 08 2018 Lukas Czerner <lczerner@redhat.com> 1.44.0-1
343 - New upstream release
344 - Add gcc to the BuildRequires to comply with packaging guidelines
345
346 * Mon Mar 05 2018 Lukas Czerner <lczerner@redhat.com> 1.43.9-1
347 - New upstream release
348
349 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.8-2
350 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
351
352 * Tue Jan 9 2018 Lukas Czerner <lczerner@redhat.com> 1.43.8-1
353 - New upstream release
354 - Fix build failure swapfs.c on big-endian
355
356 * Wed Oct 18 2017 Eric Sandeen <sandeen@redhat.com> 1.43.7-1
357 - New upstream release
358
359 * Wed Aug 30 2017 Eric Sandeen <sandeen@redhat.com> 1.43.6-1
360 - New upstream release
361
362 * Fri Aug 11 2017 Kalev Lember <klember@redhat.com> 1.43.5-2
363 - Bump and rebuild for an rpm signing issue
364
365 * Tue Aug 08 2017 Eric Sandeen <sandeen@redhat.com> 1.43.5-1
366 - New upstream release
367
368 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.4-4
369 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
370
371 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.4-3
372 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
373
374 * Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.43.4-2
375 - Add missing %%license macro
376
377 * Tue Jan 31 2017 Eric Sandeen <sandeen@redhat.com> 1.43.4-1
378 - New upstream release
379
380 * Mon Sep 05 2016 Eric Sandeen <sandeen@redhat.com> 1.43.3-1
381 - New upstream release
382
383 * Mon Sep 05 2016 Eric Sandeen <sandeen@redhat.com> 1.43.2-1
384 - New upstream release (broken on i686, not built)
385
386 * Thu Jun 16 2016 Eric Sandeen <sandeen@redhat.com> 1.43.1-2
387 - Fix e2undo endian issues (#1344636)
388
389 * Wed Jun 08 2016 Eric Sandeen <sandeen@redhat.com> 1.43.1-1
390 - New upstream release
391
392 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.42.13-4
393 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
394
395 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.13-3
396 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
397
398 * Mon Jun 08 2015 Eric Sandeen <sandeen@redhat.com> 1.42.13-2
399 - Add -fno-strict-aliasing (#1211582)
400
401 * Mon May 18 2015 Eric Sandeen <sandeen@redhat.com> 1.42.13-1
402 - New upstream release
403
404 * Thu Apr 30 2015 Eric Sandeen <sandeen@redhat.com> 1.42.12-5
405 - Don't trigger full check within time fudge window (#1202024)
406
407 * Tue Feb 24 2015 Eric Sandeen <sandeen@redhat.com> 1.42.12-4
408 - Fix potential buffer overflow in closefs (#1193947, CVE-2015-1572)
409 - Fix dumpe2fs segfault with no arguments (#1194063)
410 - Don't require fsck prior to resize2fs -P (#1170803)
411
412 * Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.42.12-3
413 - Rebuilt for Fedora 23 Change
414   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
415
416 * Tue Feb 17 2015 Eric Sandeen <sandeen@redhat.com> 1.42.12-2
417 - Fix use after free (#1192861)
418 - Fix time-based fsck if set in superblock (e2fsck.conf, #963283)
419
420 * Fri Aug 29 2014 Eric Sandeen <sandeen@redhat.com> 1.42.12-1
421 - New upstream release
422
423 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.11-3
424 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
425
426 * Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> 1.42.11-2
427 - fix license handling
428
429 * Fri Jul 11 2014 Eric Sandeen <sandeen@redhat.com> 1.42.11-1
430 - New upstream release
431
432 * Tue Jul 01 2014 Dan Horák <dan@danny.cz> - 1.42.10-5
433 - Rebuilt for buggy rpm 4.12 alpha -
434   https://lists.fedoraproject.org/pipermail/devel/2014-June/200633.html
435
436 * Mon Jun 30 2014 Dan Horák <dan[at]danny.cz> - 1.42.10-4
437 - Add missing dependency info for quota.c - fixes build on s390(x)
438
439 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.10-3
440 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
441
442 * Wed May 21 2014 Eric Sandeen <sandeen@redhat.com> 1.42.10-2
443 - Fix large file handling on 32-bit builds
444
445 * Mon May 19 2014 Eric Sandeen <sandeen@redhat.com> 1.42.10-1
446 - New upstream release
447 - Enable userspace quota
448
449 * Mon Jan 20 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-2
450 - Fix up Source0 URL
451
452 * Thu Jan 02 2014 Eric Sandeen <sandeen@redhat.com> 1.42.9-1
453 - New upstream release
454 - Re-enable disabled tests for now
455
456 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.8-3
457 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
458
459 * Mon Jul 22 2013 Eric Sandeen <sandeen@redhat.com> 1.42.8-2
460 - Interpackage dependencies should be for same arch
461 - Remove newly added but failing resize2fs tests for now
462
463 * Wed Jun 26 2013 Eric Sandeen <sandeen@redhat.com> 1.42.8-1
464 - New upstream release
465
466 * Tue Jan 29 2013 Eric Sandeen <sandeen@redhat.com> 1.42.7-2
467 - Tighten up inter-package dependencies
468
469 * Tue Jan 22 2013 Eric Sandeen <sandeen@redhat.com> 1.42.7-1
470 - New upstream release
471
472 * Tue Oct 02 2012 Eric Sandeen <sandeen@redhat.com> 1.42.6-2
473 - Switch back to gzipped tarball to make sf.net source URL correct
474
475 * Tue Oct 02 2012 Eric Sandeen <sandeen@redhat.com> 1.42.6-1
476 - New upstream release
477
478 * Thu Aug 16 2012 Eric Sandeen <sandeen@redhat.com> 1.42.5-2
479 - Add explicit library deps to e2fsprogs (#848805)
480
481 * Mon Jul 30 2012 Eric Sandeen <sandeen@redhat.com> 1.42.5-1
482 - New upstream release
483
484 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42.4-2
485 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
486
487 * Tue Jun 12 2012 Eric Sandeen <sandeen@redhat.com> 1.42.4-1
488 - New upstream release
489
490 * Thu May 31 2012 Eric Sandeen <sandeen@redhat.com> 1.42.3-2
491 - Fixes for > 16T filesystems
492
493 * Mon May 14 2012 Eric Sandeen <sandeen@redhat.com> 1.42.3-1
494 - New upstream release
495
496 * Sun Apr 22 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-6
497 - Add missing [options] tag to e2fsck.conf
498
499 * Fri Apr 20 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-5
500 - Add broken system clock config to e2fsck.conf to let boot
501   continue even if system clock very wrong.
502
503 * Mon Apr 09 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-4
504 - Handle 32-bit bitmaps in new find_first_zero functions
505
506 * Fri Mar 30 2012 Richard W.M. Jones <rjones@redhat.com> 1.42.2-3
507 - Rebuild against new RPM (RHBZ#808250).
508
509 * Wed Mar 28 2012 Eric Sandeen <sandeen@redhat.com> 1.42.2-2
510 - Move files out of /sbin and /lib into /usr/...
511
512 * Tue Mar 27 2012 Eric Sandeen <sandeen@redhat.com> 1.42.2-1
513 - New upstream release
514
515 * Mon Feb 20 2012 Eric Sandeen <sandeen@redhat.com> 1.42.1-1
516 - New upstream release
517
518 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-2
519 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
520
521 * Tue Nov 29 2011 Eric Sandeen <sandeen@redhat.com> 1.42-1
522 - New upstream point release
523
524 * Mon Nov 21 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.9.WIP.1120
525 - Build the right tarball for 1.42-WIP-1120
526
527 * Mon Nov 21 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.8.WIP.1120
528 - New upstream snapshot release
529
530 * Thu Nov 10 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.7.WIP.1016
531 - Several mmp-related fixes
532
533 * Tue Nov 08 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.6.WIP.1016
534 - Fix e2fsck / make check on big endian arch
535
536 * Mon Oct 17 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.5.WIP.1016
537 - New upstream snapshot release
538
539 * Mon Oct 10 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.4.WIP.2011.1009
540 - New upstream snapshot release
541
542 * Mon Sep 26 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.3.WIP.0925
543 - New upstream snapshot release
544
545 * Tue Aug 09 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.2.WIP.0702
546 - Fix use of uninitialized memory via ext2fs_copy_generic_bmap()
547
548 * Tue Aug 09 2011 Eric Sandeen <sandeen@redhat.com> 1.42-0.1.WIP.0702
549 - Test release for >16T support 
550
551 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.14-2
552 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
553
554 * Thu Dec 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.14-1
555 - New upstream release
556
557 * Wed Dec 22 2010 Dan Horák <dan[at]danny.cz> 1.41.13-2
558 - Add upstream fix for big-endian machines
559
560 * Mon Dec 20 2010 Eric Sandeen <sandeen@redhat.com> 1.41.13-1
561 - New upstream release
562
563 * Tue Dec 07 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-7
564 - Fix up UTF-8 formatting in e2fsck output (#655227)
565
566 * Wed Oct 06 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-6
567 - Install e4defrag for testing
568
569 * Tue Jul 13 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-5
570 - Relax fsck requirements for resize2fs -P
571
572 * Mon Jul 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-4
573 - Add COPYING file to the static subpackage
574
575 * Wed Jun 02 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-3
576 - Reinstate static libs in dedicated package (#596377)
577
578 * Wed May 19 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-2
579 - Fix fsck thinko in 1.41.12 release
580
581 * Mon May 17 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-1
582 - New upstream version
583
584 * Mon Mar 15 2010 Eric Sandeen <sandeen@redhat.com> 1.41.11-1
585 - New upstream version
586
587 * Mon Mar 01 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-5
588 - Don't ask for confirmation of misaligned mkfs with -F (#569021)
589
590 * Tue Feb 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-4
591 - Fix for e2fsck -fD corruption
592
593 * Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-3
594 - And drop virtual provides for static libs
595
596 * Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-2
597 - Drop static libs (#545144)
598
599 * Wed Feb 10 2010 Eric Sandeen <sandeen@redhat.com> 1.41.10-1
600 - New upstream version
601
602 * Sun Feb 07 2010 Eric Sandeen <sandeen@redhat.com> 1.41.9-10
603 - Upstream version of resize2fs array fix, original was wrong
604
605 * Sat Jan 23 2010 Eric Sandeen <sandeen@redhat.com> 1.41.9-9
606 - Fix up stray output & re-enable make check
607 - Fix dlopen issues for newer libreadline
608 - Fix access beyond end of array in resize2fs
609
610 * Tue Nov 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-8
611 - Fix up topology patch to build w/ new util-linux-ng
612 - Fix endian swapping of backup journal blocks in sb
613
614 * Tue Nov 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-7
615 - Re-enable "make check" during build
616
617 * Wed Oct 28 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-6
618 - Add support for block discard (TRIM) at mkfs time
619 - Add support for new blkid topology awareness
620
621 * Mon Oct 19 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-5
622 - Allow superblock timestamp differences up to 24h (#522969)
623
624 * Tue Oct 06 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-4
625 - Fix install with --excludedocs (#515987)
626
627 * Mon Sep 14 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-3
628 - Drop defrag bits for now, not ready yet.
629
630 * Thu Sep 10 2009 Josef Bacik <josef@toxicpanda.com> 1.41.9-2
631 - Fix resize -m bug with flexbg (#519131)
632
633 * Sun Aug 23 2009 Eric Sandeen <sandeen@redhat.com> 1.41.9-1
634 - New upstream release
635
636 * Thu Aug 06 2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-6
637 - Fix filefrag in fallback case
638 - Add e2freefrag & e4defrag (experimental)
639
640 * Sun Jul 26 2009 Karel Zak <kzak@redhat.com> 1.41.8-5
641 - disable fsck (replaced by util-linux-ng)
642
643 * Sat Jul 25 2009 Karel Zak <kzak@redhat.com> 1.41.8-4
644 - disable libuuid and uuidd (replaced by util-linux-ng)
645
646 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.8-3
647 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
648
649 * Fri Jul 17  2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-2
650 - Address some package review concerns (#225714)
651
652 * Sun Jul 12 2009 Eric Sandeen <sandeen@redhat.com> 1.41.8-1
653 - New upstream version, several resize fixes.
654
655 * Tue Jun 30 2009 Eric Sandeen <sandeen@redhat.com> 1.41.7-1
656 - New upstream version
657
658 * Fri Jun 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-6
659 - Split out sub-libraries (#225406)
660 - Don't start uuidd by default
661
662 * Thu Jun 18 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-5
663 - Update journal backup blocks in sb after resize (#505339)
664 - Fix memory leak in extent handling functions
665 - Fix bug in inode writing in extent code, clobbered i_extra_isize etc
666
667 * Mon Jun  8 2009 Karel Zak <kzak@redhat.com> 1.41.6-4
668 - set BuildRequires: libblkid-devel (from util-linux-ng)
669
670 * Mon Jun  8 2009 Karel Zak <kzak@redhat.com> 1.41.6-3
671 - temporary use BuildRequires: e2fsprogs-devel (we cannot install 
672   new util-linux-ng with libblkid to buildroots without new e2fsprogs 
673   without libblkid). 
674
675 * Thu Jun  4 2009 Karel Zak <kzak@redhat.com> 1.41.6-2
676 - disable libblkid (replaced by libblkid from util-linux-ng)
677
678 * Sat May 30 2009 Eric Sandeen <sandeen@redhat.com> 1.41.6-1
679 - New upstream version
680
681 * Fri Apr 24 2009 Eric Sandeen <sandeen@redhat.com> 1.41.5-1
682 - New upstream version
683
684 * Wed Apr 22 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-8
685 - Fix support for external journals
686
687 * Wed Apr 22 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-7
688 - Fix ext4 resize issues (#496982)
689
690 * Sat Apr 11 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-6
691 - ignore differing NEEDS_RECOVERY flag on fsck post-resize (#471925)
692
693 * Thu Feb 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-5
694 - fix a couple missed descriptions; obsolete e4fsprogs
695
696 * Thu Feb 26 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-4
697 - Edit summary & description to include ext4 (#487469)
698 - Fix blkid null ptr deref in initrd (#486997)
699
700 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.4-3
701 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
702
703 * Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-2
704 - Fix debugfs "stat" segfault if no open fs (#482894)
705 - Fix name of libext2fs info page (#481620)
706
707 * Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-1
708 - New upstream release
709 - Dropped btrfs & resize fixes, upstream now
710
711 * Tue Jan 20 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-4
712 - resize2fs fixes, esp. for ext4
713
714 * Sat Jan 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-3
715 - Remove conservative "don't change journal location" patch for F11
716 - Add btrfs recognition to blkid
717
718 * Fri Nov 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-2
719 - Bump to revision 2, f10 was behind f9, oops.
720
721 * Mon Oct 13 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-1
722 - New upstream version (very minor fixes, ext4-related)
723
724 * Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-2
725 - Fix blkid to recognize ext4dev filesystems as ext4-mountable
726
727 * Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-1
728 - New upstream version
729 - Updated default dir hash (half_md4) for better perf & fewer collisions
730 - Fixed ext4 online resizing with flex_bg
731 - ext4 journal now in extents format and in middle of filesystem
732 - fix unreadable e2image files
733 - fix file descriptor leak in libcom_err (#464689)
734
735 * Sat Aug 23 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-2
736 - Don't check the group checksum when !GDT_CSUM (#459875)
737
738 * Thu Jul 10 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-1
739 - New upstream version
740 - ext4 capable
741
742 * Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.2.WIP.0707
743 - Fix release macro snafu
744
745 * Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.1.WIP.0707
746 - New upstream snapshot release
747
748 * Fri Jun 20 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617.1
749 - Fix blkid -g segfault when clearing entries (#452333)
750
751 * Wed Jun 18 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617
752 - New upstream snapshot release for ext4 capability
753
754 * Wed Jun 04 2008 Eric Sandeen <sandeen@redhat.com> 1.40.10-3
755 - Tidy up multilib hack for non-multilib arches (#446016)
756 - Fix up postun script (#449868)
757
758 * Wed Jun 04 2008 Dennis Gilmore <dennis@ausil.us> 1.40.10-2
759 - setup header support for sparc
760
761 * Fri May 23 2008 Eric Sandeen <esandeen@redhat.com> 1.40.10-1
762 - New upstream version
763 - Fixes unprivileged blkid use problem (#448591)
764
765 * Mon May 12 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-2
766 - Fix blkid swap recognition on big-endian boxes (#445786)
767
768 * Sun Apr 27 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-1
769 - New upstream version
770
771 * Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-2
772 - Update ext2fs_swap_inode_full() fix to match upstream
773 - Check more of swapv1 header in blkid detection (#442937)
774
775 * Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-1
776 - New upstream version
777
778 * Mon Mar 03 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-2
779 - second try at fixing resize2fs vs. large inodes... (#434893)
780
781 * Fri Feb 29 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-1
782 - New upstream version, special leap-day edition
783 - Fix resize2fs losing inline xattrs when shrinking (#434893)
784   and add patch to fix swap_inode_full in this case
785 - Allow mke2fs & tune2fs to manipulate large_file feature (#258381)
786 - Handle lvm error conditions in libblkid (#433857)
787 - Allow tune2fs to clear the resize_inode feature (#167816)
788 - Teach blkid to detect LVM2 physical volumes (#409321)
789 - Show "mostly printable" xattrs as text in debugfs (#430621)
790 - Trimmed pre-1.38 rpm changelog entries
791
792 * Sun Feb 10 2008 Eric Sandeen <esandeen@redhat.com> 1.40.6-1
793 - New upstream version
794
795 * Fri Feb 08 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-2
796 - gcc-4.3 rebuild
797
798 * Mon Jan 28 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-1
799 - New upstream version, drop several now-upstream patches.
800
801 * Thu Jan 24 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-7
802 - Fix sb flag comparisons properly this time (#428893)
803 - Make 256-byte inodes for the [default] mkfs case.
804   This will facilitate upgrades to ext4 later, and help xattr perf.
805
806 * Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-6
807 - Completely clobber e2fsck.static build.
808
809 * Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-5
810 - Ignore some primary/backup superblock flag differences (#428893)
811 - Teach libblkid about ext4dev.
812
813 * Tue Jan 15 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-4
814 - Build e2fsck as a dynamically linked binary.
815 - Re-fix uidd manpage default paths.
816
817 * Mon Jan 14 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-3
818 - New uuidd subpackage, and properly set up uuidd at install.
819
820 * Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-2
821 - Add new uidd files to specfile
822
823 * Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-1
824 - New upstream version, drop several now-upstream patches.
825
826 * Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.2-15
827 - Drop resize_inode removal patch from tune2fs; ostensibly was
828   for old kernels which could not mount, but seems to be fine.
829 - Drop pottcdate removal patch, and don't rebuild .po files,
830   causes multilib problems and we generally shouldn't rebuild.
831 - Drop multilib patch; wrapper header should take care of this now.
832 - Drop ->open rename, Fedora seems ok with this now.
833
834 * Tue Dec 11 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-14
835 - Fix integer overflows (#414591 / CVE-2007-5497)
836
837 * Tue Dec  4 2007 Stepan Kasal <skasal@redhat.com> 1.40.2-13
838 - The -devel package now requires device-mapper-devel, to match
839   the dependency in blkid.pc (#410791)
840
841 * Tue Nov 27 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-12
842 - Use upstream patch for blkid fat detection, avoids div-by-zero
843   when encountering some BSD partitions (#398281)
844
845 * Tue Oct 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-11
846 - Add arm to multilib header wrapper
847
848 * Sat Oct 20 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-10
849 - Make (more) file timestamps match those in tarball for multilib tidiness 
850 - Fix e2fsprogs-libs summary (shared libs not static)
851
852 * Mon Oct 15 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-9
853 - Detect big-endian squashfs filesystems in libblkid (#305151)
854
855 * Tue Oct 02 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-8
856 - Detect squashfs filesystems in libblkid (#305151)
857
858 * Tue Sep 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-7
859 - Fix blkid fat probe when there is a real MBR (#290951)
860
861 * Tue Sep 18 2007 Oliver Falk <oliver@linux-kernel.at> 1.40.2-6
862 - Add alpha to the header wrappers 
863
864 * Fri Sep 07 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-5
865 - wrap a couple headers to fix multilib issues (#270441)
866
867 * Wed Aug 29 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-4
868 - add gawk to e2fsprogs-devel Requires, compile_et needs it (#265961)
869
870 * Thu Aug 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-3
871 - Update license tags
872 - Fix one open-create caller with no mode
873 - Protect ->open ops from glibc open-create-mode-checker
874 - Fix source URL
875 - Add gawk to BuildRequires
876
877 * Wed Jul 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-2
878 - Fix bug in ext2fs_swap_inode_full() on big-endian boxes
879
880 * Tue Jul 17 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-1
881 - New version 1.40.2
882 - Fix up warning in badblocks
883
884 * Mon Jun 25 2007 Eric Sandeen <esandeen@redhat.com> 1.39-15
885 - Fix up .po files to remove timestamps; multilib issues (#245653)
886
887 * Fri Jun 22 2007 Eric Sandeen <esandeen@redhat.com> 1.39-14
888 - Many coverity-found potential leaks, segfaults, etc (#239354)
889 - Fix debugfs segfaults when no fs open (#208416, #209330)
890 - Avoid recursive loops in logdump due to symlinks in /dev (#210371)
891 - Don't write changes to the backup superblocks by default (#229561)
892 - Correct byteswapping for fast symlinks with xattrs (#232663)
893 - e2fsck: added sanity check for xattr validation (#230193)
894
895 * Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-13
896 - add dist tag to release field
897
898 * Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-12
899 - add LUKS support to libblkid (#242421)
900
901 * Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.39-11
902 - fix post/preun requirements
903 - use smp flags
904
905 * Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.39-10
906 - Add build dependency on new device-mapper-devel package.
907
908 * Mon Dec 25 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-9
909 - build fixes for new automake 1.10 (#220715)
910
911 * Mon Dec 18 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-8
912 - make uuid_generate_time generate unique uuids (#218606)
913
914 * Wed Sep 20 2006 Jarod Wilson <jwilson@redhat.com> - 1.39-7
915 - 32-bit 16T fixups from esandeen (#202807)
916 - Update summaries and descriptions
917
918 * Sun Sep 17 2006 Karel Zak <kzak@redhat.com> - 1.39-6
919 - Fix problem with empty FAT label (#206656)
920
921 * Tue Sep  5 2006 Peter Jones <pjones@redhat.com> - 1.39-5
922 - Fix memory leak in device probing.
923
924 * Mon Jul 24 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-4
925 - fixed multilib devel conflicts (#192665)
926
927 * Thu Jul 20 2006 Bill Nottingham <notting@redhat.com> - 1.39-3
928 - prevent libblkid returning /dev/dm-X
929
930 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.39-2.1
931 - rebuild
932
933 * Mon Jul 10 2006 Karel Zak <kzak@redhat.com> - 1.39-2
934 - add GFS abd GFS2 support to libblkid
935
936 * Thu Jul  6 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-1
937 - new version 1.39
938 - dropped ext2online, because resize2fs is now able to do online resize
939 - spec file cleanup
940 - enabled checks for build
941
942 * Tue Jun 13 2006 Bill Nottingham <notting@redhat.com> - 1.38-15
943 - prevent libblkid returning /dev/dm-X
944 - fix build
945
946 * Tue Mar 21 2006 Karel Zak <kzak@redhat.com> - 1.38-14
947 - prevent error messages to stderr caused by libblkid calling libdevmapper
948
949 * Mon Mar 13 2006 Karel Zak <kzak@redhat.com>  - 1.38-13
950 - used upstream version of the blkid-epoch patch (by Theodore Tso, #182188)
951
952 * Wed Mar  8 2006 Peter Jones <pjones@redhat.com> - 1.38-12
953 - Move /etc/blkid.tab to /etc/blkid/blkid.tab
954
955 * Tue Mar  7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-11
956 - BuildRequires pkgconfig
957
958 * Tue Mar  7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-10
959 - Disable /etc/blkid.tab caching if time is set before epoch (#182188)
960
961 * Fri Feb 24 2006 Peter Jones <pjones@redhat.com> - 1.38-9
962 - _don't_ handle selinux context on blkid.tab, dwalsh says this is a no-no.
963
964 * Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 1.38-8
965 - handle selinux context on blkid.tab
966
967 * Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.38-7
968 - BuildRequires: gettext-devel
969
970 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.2
971 - bump again for double-long bug on ppc(64)
972
973 * Tue Feb  7 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.1
974 - rebuilt for new gcc4.1 snapshot and glibc changes
975
976 * Wed Jan 11 2006 Karel Zak <kzak@redhat.com> 1.38-6
977 - cleanup device-mapper patch
978 - use pkg-config for device-mapper
979
980 * Mon Jan  9 2006 Peter Jones <pjones@redhat.com> 1.38-5
981 - fix some more minor logic errors in dm probing
982
983 * Wed Jan  4 2006 Peter Jones <pjones@redhat.com> 1.38-4
984 - fix a logic error in dm probing
985 - add priority group for dm devices, so they'll be preferred
986
987 * Tue Jan  3 2006 Peter Jones <pjones@redhat.com> 1.38-3
988 - added support for device-mapper devices
989
990 * Fri Dec  9 2005 Jesse Keating <jkeating@redhat.com>
991 - rebuilt
992
993 * Thu Nov 10 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2.1
994 - fixed file conflicts between 32bit and 64bit packages (#168815)
995 - fixed mklost+found crashes with buffer overflow (#157773)
996   Thanks to Arjan van de Ven for the patch
997
998 * Wed Nov  9 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2
999 - splitted up libs from main package, into a new e2fsprogs-libs package
1000 - fixed requires and prereqs
1001
1002 * Thu Sep  8 2005 Thomas Woerner <twoerner@redhat.com> 1.38-1
1003 - new version 1.38
1004 - Close File descriptor for unregognized devices (#159878)
1005   Thanks to David Milburn for the patch.
1006   Merged from RHEL-4
1007 - enable tune2fs to set and clear feature resize_inode (#167816)
1008 - removed outdated information from ext2online man page (#164383)
1009