Add missing [options] tag to e2fsck.conf
This commit is contained in:
parent
7712cadf8a
commit
4c2c80b47c
@ -1,2 +1,3 @@
|
|||||||
|
[options]
|
||||||
# This will prevent e2fsck from stopping boot just because the clock is wrong
|
# This will prevent e2fsck from stopping boot just because the clock is wrong
|
||||||
broken_system_clock = 1
|
broken_system_clock = 1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.42.2
|
Version: 1.42.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
# License tags based on COPYING file distinctions for various components
|
# License tags based on COPYING file distinctions for various components
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -324,6 +324,9 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/ss.pc
|
%{_libdir}/pkgconfig/ss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 22 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-6
|
||||||
|
- Add missing [options] tag to e2fsck.conf
|
||||||
|
|
||||||
* Fri Apr 20 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-5
|
* Fri Apr 20 2012 Eric Sandeen <sandeen@@redhat.com> 1.42.2-5
|
||||||
- Add broken system clock config to e2fsck.conf to let boot
|
- Add broken system clock config to e2fsck.conf to let boot
|
||||||
continue even if system clock very wrong.
|
continue even if system clock very wrong.
|
||||||
|
Loading…
Reference in New Issue
Block a user