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