[e2fsprogs/f17] Add missing [options] tag to e2fsck.conf

Eric Sandeen sandeen at fedoraproject.org
Mon Apr 23 05:00:22 UTC 2012


commit a84fdea2c39925260d092c9bc868c2d93d45c3a3
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Mon Apr 23 00:00:07 2012 -0500

    Add missing [options] tag to e2fsck.conf

 e2fsck.conf    |    1 +
 e2fsprogs.spec |    5 ++++-
 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 2f5e1cd..16eeaa4 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -4,7 +4,7 @@
 Summary: Utilities for managing ext2, ext3, and ext4 filesystems
 Name: e2fsprogs
 Version: 1.42
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 # License tags based on COPYING file distinctions for various components
 License: GPLv2
@@ -322,6 +322,9 @@ exit 0
 %{_libdir}/pkgconfig/ss.pc
 
 %changelog
+* Sun Apr 22 2012 Eric Sandeen <sandeen@@redhat.com> 1.42-4
+- Add missing [options] tag to e2fsck.conf
+
 * Fri Apr 20 2012 Eric Sandeen <sandeen@@redhat.com> 1.42-3
 - Add broken system clock config to e2fsck.conf to let boot
   continue even if system clock very wrong.


More information about the scm-commits mailing list