summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2012-04-22 23:58:27 -0500
committerEric Sandeen <sandeen@redhat.com>2012-04-22 23:58:27 -0500
commit4c2c80b47c408ddc3528c017b8831a801e22c9b4 (patch)
tree91c8e674a9a3090bb2ba73bb6620342c41188195
parent7712cadf8a2a7a951b27b1bb352ea87c593fbc9d (diff)
downloade2fsprogs-4c2c80b47c408ddc3528c017b8831a801e22c9b4.tar.gz
e2fsprogs-4c2c80b47c408ddc3528c017b8831a801e22c9b4.tar.xz
e2fsprogs-4c2c80b47c408ddc3528c017b8831a801e22c9b4.zip
Add missing [options] tag to e2fsck.conf
-rw-r--r--e2fsck.conf1
-rw-r--r--e2fsprogs.spec5
2 files changed, 5 insertions, 1 deletions
diff --git a/e2fsck.conf b/e2fsck.conf
index 3d70a5e..b774f9e 100644
--- a/e2fsck.conf
+++ b/e2fsck.conf
@@ -1,2 +1,3 @@
+[options]
# This will prevent e2fsck from stopping boot just because the clock is wrong
broken_system_clock = 1
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 90cc3c1..861e4d8 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -1,7 +1,7 @@
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
Name: e2fsprogs
Version: 1.42.2
-Release: 5%{?dist}
+Release: 6%{?dist}
# License tags based on COPYING file distinctions for various components
License: GPLv2
@@ -324,6 +324,9 @@ exit 0
%{_libdir}/pkgconfig/ss.pc
%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
- Add broken system clock config to e2fsck.conf to let boot
continue even if system clock very wrong.