Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2012-08-31 09:23:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e2fsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.e2fsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e2fsprogs", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes      2012-06-15 
16:31:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2012-08-31 
09:23:51.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 24 09:36:51 UTC 2012 - [email protected]
+
+- Add an /etc/e2fsck.conf file with broken_system_clock=1 to fix 
+  first part of bnc#775268
+
+-------------------------------------------------------------------

New:
----
  e2fsck.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ e2fsprogs.spec ++++++
--- /var/tmp/diff_new_pack.7h3XYG/_old  2012-08-31 09:23:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7h3XYG/_new  2012-08-31 09:23:52.000000000 +0200
@@ -39,6 +39,7 @@
 Source:         
http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.gz
 Source2:        README.SUSE
 Source3:        baselibs.conf
+Source4:        e2fsck.conf
 #
 # e2fsprogs patches
 #
@@ -149,7 +150,12 @@
 
 %install
 make install install-libs DESTDIR=$RPM_BUILD_ROOT ELF_INSTALL_DIR=/%{_libdir}
+
+# Let boot continue even if system clock is wrong
+install -p -m 644 %{SOURCE3} %{buildroot}/etc/e2fsck.conf
+
 %{find_lang} %{name}
+
 rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper
 rm -f $RPM_BUILD_ROOT/%{_sbindir}/mkfs.ext4dev
 rm -f $RPM_BUILD_ROOT/%{_sbindir}/fsck.ext4dev
@@ -210,6 +216,7 @@
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc RELEASE-NOTES README
+%config /etc/e2fsck.conf
 %config /etc/mke2fs.conf
 #UsrMerge 
 /sbin/badblocks

++++++ e2fsck.conf ++++++
[options]
# This will prevent e2fsck from stopping boot just because the clock is wrong
broken_system_clock = 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to