Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2015-05-11 20:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and      /work/SRC/openSUSE:Factory/.multipath-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "multipath-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2014-10-01 11:23:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes     
2015-05-11 20:25:38.000000000 +0200
@@ -1,0 +2,56 @@
+Wed Apr  8 11:00:43 CEST 2015 - [email protected]
+
+- Remove 'udev_sync' argument from dm_simplecmd (bsc#903001)
+- Ensure multipathd is started before systemd-udev-trigger
+
+-------------------------------------------------------------------
+Tue Apr  7 10:18:24 CEST 2015 - [email protected]
+
+- Only import ID_FS_XXX variables if not set (bsc#909358)
+- Fixup regular expression for HP MSA 2040 (bsc#920189)
+
+-------------------------------------------------------------------
+Wed Mar 18 12:53:32 CET 2015 - [email protected]
+
+- Add dependency on systemd-udevd.service (bsc#903001)
+- Use ALUA for HP 3PAR (bsc#922105)
+- Add DX8700 S3 and DX8900 S3 defaults (bsc#921703)
+- Load all device handler modules on startup (bsc#908529)
+
+-------------------------------------------------------------------
+Fri Mar 13 13:59:19 CET 2015 - [email protected]
+
+- libmultipath: make vpd page 0x80 optional (bsc#917963)
+- Add HP MSA 2040 to the hardware table (bsc#920189)
+- Revert 'Skip unhandled device types' (bsc#917701)
+
+-------------------------------------------------------------------
+Thu Jan 29 13:02:08 CET 2015 - [email protected]
+
+- skip uninitialized devices during reconfiguration (bnc#908915)
+- memory overflow when printing help text (bnc#909742)
+
+-------------------------------------------------------------------
+Tue Dec 16 11:54:47 CET 2014 - [email protected]
+
+- Do not automatically fall back to vpd uid generation
+- Improve vpd parsing
+- multipathd: trigger all devices on startup (bnc#901465)
+- Unset 'uid_attribute' on failure
+
+-------------------------------------------------------------------
+Wed Dec 10 09:43:29 CET 2014 - [email protected]
+
+- libmultipath: Fall back to SG_IO if no UID could be assigned
+  (bnc#908915)
+- Assign local priority for NAA VPD descriptor (bnc#907483)
+- libmultipath: finally fix dev_loss_tmo setting (bnc#889927)
+- libmultipath: Do not use 'sscanf' for parsing integers (bnc#889927)
+- devmapper: do not flush I/O for DM_DEVICE_CREATE (bnc#901809)
+- kpartx: handle more than 256 loop devices (bnc#898427)
+- multipathd: fixup locking in uev_remove_map() (bnc#901891)
+- multipathd: use global variable for uxsock timeout (bnc#900758)
+- multipathd: remove unused variable in cli_reconfigure()
+- Add %service calls for multipathd.socket
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.bMoXRs/_old  2015-05-11 20:25:39.000000000 +0200
+++ /var/tmp/diff_new_pack.bMoXRs/_new  2015-05-11 20:25:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package multipath-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -114,6 +114,7 @@
 [ -f /.buildenv ] && exit 0
 if [ -f /etc/init.d/multipathd ] && dmsetup --target multipath table | grep -q 
multipath ; then
   /etc/init.d/multipathd stop
+  %service_add_pre multipathd.socket
   %service_add_pre multipathd.service
 fi
 
@@ -121,6 +122,7 @@
 [ -f /.buildenv ] && exit 0
 %{run_ldconfig}
 if dmsetup --target multipath table | grep -q multipath ; then
+  %service_add_post multipathd.socket
   %service_add_post multipathd.service
 fi
 %{?regenerate_initrd_post}
@@ -128,10 +130,12 @@
 
 %preun
 %service_del_preun multipathd.service
+%service_del_preun multipathd.socket
 
 %postun
 %{?regenerate_initrd_post}
 %service_del_postun multipathd.service
+%service_del_postun multipathd.socket
 %{run_ldconfig}
 
 %posttrans

++++++ multipath-tools-0.5.0-sles12.diff.bz2 ++++++
++++ 2944 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/multipath-tools/multipath-tools-0.5.0-sles12.diff.bz2
++++ and 
/work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools-0.5.0-sles12.diff.bz2


Reply via email to