Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-02-04 19:06:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkinitrd (Old)
 and      /work/SRC/openSUSE:Factory/.mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes        2012-12-31 
14:26:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-02-04 
19:06:37.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb  1 17:46:57 UTC 2013 - [email protected]
+
+- Fix boolean typo that is assume local time as default in warpclock
+  as we check for UTC in /etc/adjtime (related to bnc#779145) 
+
+-------------------------------------------------------------------

New:
----
  mkinitrd-2.7.2.patch

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

Other differences:
------------------
++++++ mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.sjvjx2/_old  2013-02-04 19:06:38.000000000 +0100
+++ /var/tmp/diff_new_pack.sjvjx2/_new  2013-02-04 19:06:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkinitrd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,6 +51,8 @@
 Group:          System/Base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        mkinitrd.tar.bz2
+# PATCH-FIX-OPENSUSE mkinitrd-2.7.2.patch (bnc#779145)
+Patch0:         mkinitrd-2.7.2.patch
 # Note: the whole package is maintained in this git repository, please
 # don't change it in the build service without sending the author a
 # pull request or patch first. Otherwise, you risk that your changes will be
@@ -85,6 +87,7 @@
 
 %prep
 %setup
+%patch0
 
 %build
 %__cc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c

++++++ mkinitrd-2.7.2.patch ++++++
--- src/warpclock.c
+++ src/warpclock.c     2013-02-01 15:43:10.777952843 +0000
@@ -81,7 +81,7 @@ int main()
     struct timezone zone;
     time_t now, delta, gmtoff;
     struct stat st;
-    int universal = 1;
+    int universal = 0;
     int count, adj;
 
     err = "warpclock: /etc/localtime";
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to