Hello community,

here is the log from the commit of package sg3_utils for openSUSE:Factory 
checked in at 2015-11-24 22:31:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sg3_utils (Old)
 and      /work/SRC/openSUSE:Factory/.sg3_utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sg3_utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes      2015-10-17 
16:37:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sg3_utils.new/sg3_utils.changes 2015-11-24 
22:31:56.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 16 11:06:52 UTC 2015 - [email protected]
+
+- Add sg3_utils-flush-fixup.patch: Fix syntax error when -f (flush 
+  failed multipath devices) used in command line.
+
+-------------------------------------------------------------------

New:
----
  sg3_utils-flush-fixup.patch

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

Other differences:
------------------
++++++ sg3_utils.spec ++++++
--- /var/tmp/diff_new_pack.OnWbpd/_old  2015-11-24 22:31:57.000000000 +0100
+++ /var/tmp/diff_new_pack.OnWbpd/_new  2015-11-24 22:31:57.000000000 +0100
@@ -30,6 +30,7 @@
 Patch3:         sg3_utils-sg_inq-blacklist.diff
 # PATCH-FIX-UPSTREAM sg3_utils-58-scsi-sg3_symlink-fixup.patch boo#940833 
boo#940834 boo#947947 [email protected] -- Fix broken line in script
 Patch4:         sg3_utils-58-scsi-sg3_symlink-fixup.patch
+Patch5:         sg3_utils-flush-fixup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 BuildRequires:  udev
@@ -88,6 +89,7 @@
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5
 
 %build
 autoreconf -fi

++++++ sg3_utils-flush-fixup.patch ++++++
Index: scripts/rescan-scsi-bus.sh
===================================================================
--- scripts/rescan-scsi-bus.sh.orig
+++ scripts/rescan-scsi-bus.sh
@@ -1183,7 +1183,7 @@ declare -i updated=0
 declare -i rmvd=0
 
 if [ -n "$flush" ] ; then
-  if [-x $MULTIPATH ] ; then
+  if [ -x $MULTIPATH ] ; then
     flushmpaths 1
   fi
 fi

Reply via email to