Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2012-04-23 09:15:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and      /work/SRC/openSUSE:Factory/.multipath-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "multipath-tools", Maintainer is "h...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2011-10-04 18:14:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes     
2012-04-23 09:15:45.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 20 08:35:06 UTC 2012 - rmila...@suse.com
+
+- Run update of initrd at %post and %postun.
+  We need this to make sure initrd reflects the updates. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.IoHi6X/_old  2012-04-23 09:15:46.000000000 +0200
+++ /var/tmp/diff_new_pack.IoHi6X/_new  2012-04-23 09:15:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package multipath-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           multipath-tools
-BuildRequires:  device-mapper-devel libaio-devel readline-devel
+BuildRequires:  device-mapper-devel
+BuildRequires:  libaio-devel
+BuildRequires:  readline-devel
 Url:            http://christophe.varoqui.free.fr/
-License:        BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain ; MIT
-Group:          System/Base
-Requires:       device-mapper kpartx
-PreReq:         %insserv_prereq %fillup_prereq coreutils grep
-AutoReqProv:    on
+Requires:       device-mapper
+Requires:       kpartx
+PreReq:         %insserv_prereq %fillup_prereq coreutils grep /sbin/mkinitrd
 Version:        0.4.8
-Release:        62
+Release:        0
 Summary:        Tools to Manage Multipathed Devices with the device-mapper
+License:        BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain ; MIT
+Group:          System/Base
 Source:         multipath-tools-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         %{name}-%{version}-opensuse-11.3.diff.bz2
@@ -56,7 +56,6 @@
     Christophe Varoqui <christophe.varo...@free.fr>
 
 %package -n kpartx
-License:        BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain ; MIT
 Summary:        Manages partition tables on device-mapper devices
 Group:          System/Base
 Requires:       device-mapper
@@ -98,7 +97,14 @@
     /etc/init.d/multipathd start
 fi
 [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
+if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
+  echo "Skipping recreation of existing initial ramdisks, due"
+  echo "to presence of /var/lib/no_initrd_recreation_by_suspend"
+elif [ -x /sbin/mkinitrd ]; then
+  /sbin/mkinitrd
+fi
 exit 0
+
 #{insserv /etc/init.d/multipathd}
 #{fillup_and_insserv boot.multipath}
 
@@ -107,6 +113,13 @@
 
 %postun
 [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
+if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
+  echo "Skipping recreation of existing initial ramdisks, due"
+  echo "to presence of /var/lib/no_initrd_recreation_by_suspend"
+elif [ -x /sbin/mkinitrd ]; then
+  /sbin/mkinitrd
+fi
+
 %{insserv_cleanup}
 
 %files

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to