Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2014-09-04 07:55:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
 and      /work/SRC/openSUSE:Factory/.kdump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdump"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes      2014-08-20 
17:51:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2014-09-04 
07:55:47.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Sep  1 14:21:38 UTC 2014 - juw...@suse.com
+
+- Write proper regex into multipath.conf to prevent syntax error there
+  (bnc#883883)
+  Add: 0001-multipath-Write-proper-regex-into-multipath-conf.patch
+
+-------------------------------------------------------------------

New:
----
  0001-multipath-Write-proper-regex-into-multipath-conf.patch

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

Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.9LSvXr/_old  2014-09-04 07:55:48.000000000 +0200
+++ /var/tmp/diff_new_pack.9LSvXr/_new  2014-09-04 07:55:48.000000000 +0200
@@ -64,6 +64,7 @@
 Source:         %{name}-%{version}.tar.bz2
 Source2:        %{name}-rpmlintrc
 Source3:        kdump.service
+Patch0:         0001-multipath-Write-proper-regex-into-multipath-conf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
 Provides:       kdump-helpers = %{version}
@@ -101,6 +102,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 export CFLAGS="%optflags"

++++++ 0001-multipath-Write-proper-regex-into-multipath-conf.patch ++++++
>From 4ce21a05fdfa91cb894d140c1962b29fb4b1431a Mon Sep 17 00:00:00 2001
From: Julian Wolf <juw...@suse.de>
Date: Mon, 1 Sep 2014 15:46:21 +0200
Subject: multipath: Write proper regex into multipath.conf

Signed-off-by: Julian Wolf <juw...@suse.de>
---
 kdumptool/multipath.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kdumptool/multipath.cc b/kdumptool/multipath.cc
index 4ffe493..a9acafc 100644
--- a/kdumptool/multipath.cc
+++ b/kdumptool/multipath.cc
@@ -206,7 +206,7 @@ void AddBlacklistHandler::outputLine(const string &raw)
 // 
-----------------------------------------------------------------------------
 void AddBlacklistHandler::doBlacklist(lineHandler handler)
 {
-    (this->*handler)("\twwid \"*\"\n");
+    (this->*handler)("\twwid \".*\"\n");
     m_blacklist_done = true;
 }
 
-- 
1.8.1.4

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

Reply via email to