Hello community,

here is the log from the commit of package udhcp for openSUSE:Factory checked 
in at 2014-11-26 10:34:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udhcp (Old)
 and      /work/SRC/openSUSE:Factory/.udhcp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udhcp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/udhcp/udhcp.changes      2012-05-08 
11:15:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.udhcp.new/udhcp.changes 2014-11-26 
10:34:17.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov 19 00:46:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in outputpy.udhcp.sh script
+- update patches:
+  * udhcp-outputpy.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ udhcp.spec ++++++
--- /var/tmp/diff_new_pack.bKdnCu/_old  2014-11-26 10:34:18.000000000 +0100
+++ /var/tmp/diff_new_pack.bKdnCu/_new  2014-11-26 10:34:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udhcp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++++++ udhcp-outputpy.patch ++++++
--- /var/tmp/diff_new_pack.bKdnCu/_old  2014-11-26 10:34:18.000000000 +0100
+++ /var/tmp/diff_new_pack.bKdnCu/_new  2014-11-26 10:34:18.000000000 +0100
@@ -13,7 +13,7 @@
 +# Author: Stephen Childs <[email protected]>
 +
 +# we only need to process "bound" events
-+if [ "$1" == "bound" ]; then
++if [ "$1" = "bound" ]; then
 +echo ip=$ip
 +echo siaddr=$siaddr
 +echo sname=$sname

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to