Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2012-07-18 17:33:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2012-06-12 07:09:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes     
2012-07-18 17:33:56.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jul 17 13:21:47 UTC 2012 - rmila...@suse.com
+
+- Drop patch 0001-multipath.rules.patch, multipath not ready yet.
+
+-------------------------------------------------------------------
+Tue Jul 17 12:43:43 UTC 2012 - rmila...@suse.com
+
+- Fix the installation of multipath.rules file. 
+
+-------------------------------------------------------------------

Old:
----
  0001-multipath.rules.patch

New:
----
  0002-fix-installation-of-multipath-rule.patch

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

Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.5NYLYF/_old  2012-07-18 17:33:57.000000000 +0200
+++ /var/tmp/diff_new_pack.5NYLYF/_new  2012-07-18 17:33:57.000000000 +0200
@@ -32,7 +32,7 @@
 Source:         multipath-tools-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         %{name}-%{version}-opensuse-12.2.diff.bz2
-Patch1:         0001-multipath.rules.patch
+Patch1:         0002-fix-installation-of-multipath-rule.patch
 
 %description
 This package provides the tools to manage multipathed devices by
@@ -132,6 +132,7 @@
 %dir /etc/udev/rules.d
 %config /etc/init.d/multipathd
 %config /etc/init.d/boot.multipath
+%config /etc/udev/rules.d/71-multipath.rules
 /%{_lib}/libmultipath.so.0
 /%{_lib}/libmpathpersist.so.0
 /%{_lib}/multipath

++++++ 0002-fix-installation-of-multipath-rule.patch ++++++
Index: multipath-tools-0.4.9/multipath/Makefile
===================================================================
--- multipath-tools-0.4.9.orig/multipath/Makefile
+++ multipath-tools-0.4.9/multipath/Makefile
@@ -22,6 +22,7 @@ install:
        $(INSTALL_PROGRAM) -d $(DESTDIR)$(rcdir)
        $(INSTALL_PROGRAM) -m 755 multipath.init.suse 
$(DESTDIR)$(rcdir)/boot.multipath
        $(INSTALL_PROGRAM) -d $(DESTDIR)/etc/udev/rules.d
+       $(INSTALL_PROGRAM) -m 644 multipath.rules 
$(DESTDIR)/etc/udev/rules.d/71-multipath.rules
        $(INSTALL_PROGRAM) -d $(DESTDIR)$(mkinitrddir)
        $(INSTALL_PROGRAM) -m 755 boot-multipath.sh $(DESTDIR)$(mkinitrddir)
        $(INSTALL_PROGRAM) -m 755 setup-multipath.sh $(DESTDIR)$(mkinitrddir)
@@ -31,7 +32,7 @@ install:
        $(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5 $(DESTDIR)$(man5dir)
 
 uninstall:
-       rm $(DESTDIR)/etc/udev/rules.d/multipath.rules
+       rm $(DESTDIR)/etc/udev/rules.d/71-multipath.rules
        rm $(DESTDIR)$(bindir)/$(EXEC)
        rm $(DESTDIR)$(mandir)/$(EXEC).8
        rm $(DESTDIR)$(man5dir)/$(EXEC).conf.5
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to