Hello community,

here is the log from the commit of package logwarn for openSUSE:Factory checked 
in at 2014-11-24 11:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/logwarn (Old)
 and      /work/SRC/openSUSE:Factory/.logwarn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "logwarn"

Changes:
--------
--- /work/SRC/openSUSE:Factory/logwarn/logwarn.changes  2014-01-13 
10:55:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.logwarn.new/logwarn.changes     2014-11-24 
11:08:26.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Nov 17 22:57:58 UTC 2014 - [email protected]
+
+- Pass BASH=/bin/bash to ./configure (variant of SR261868)
+
+-------------------------------------------------------------------
+Mon Nov 17 16:31:34 UTC 2014 - [email protected]
+
+- Apply check-logwarn-bash.patch fixing ${BASH} def'n in check_logwarn 
+
+-------------------------------------------------------------------

New:
----
  check-logwarn-bash.patch

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

Other differences:
------------------
++++++ logwarn.spec ++++++
--- /var/tmp/diff_new_pack.QSBXbD/_old  2014-11-24 11:08:27.000000000 +0100
+++ /var/tmp/diff_new_pack.QSBXbD/_new  2014-11-24 11:08:27.000000000 +0100
@@ -24,6 +24,8 @@
 License:        Apache-2.0
 Group:          System/Monitoring
 Source:         %{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fix ${BASH} def'n in check_logwarn 
+Patch1:         check-logwarn-bash.patch
 Url:            http://%{name}.googlecode.com/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
@@ -49,9 +51,10 @@
 
 %prep
 %setup -q
+%patch1
 
 %build
-%{configure}
+%{configure} BASH=/bin/bash
 make
 
 %install

++++++ check-logwarn-bash.patch ++++++
Index: check_logwarn.in
===================================================================
--- check_logwarn.in    (revision 119)
+++ check_logwarn.in    (revision 120)
@@ -10,6 +10,7 @@
 prefix="@prefix@"
 exec_prefix="@exec_prefix@"
 LOGWARN="@bindir@/logwarn"
+BASH="@BASH@"
 CAT="@CAT@"
 SED="@SED@"
 RM="@RM@"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to