Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2012-01-06 11:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysconfig (Old)
 and      /work/SRC/openSUSE:Factory/.sysconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysconfig", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes      2011-12-21 
14:59:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2012-01-06 
11:46:47.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 14:20:53 UTC 2012 - [email protected]
+
+- Fixed incorrect exists_iface_config test in ifprobe
+  (bnc#728611#c19)
+
+-------------------------------------------------------------------

New:
----
  0002-Incorrect-exists_iface_config-test-in-ifprobe.patch

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

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.uEbCa2/_old  2012-01-06 11:46:48.000000000 +0100
+++ /var/tmp/diff_new_pack.uEbCa2/_new  2012-01-06 11:46:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysconfig
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:           sysconfig
 Version:        0.76.0
 Release:        0
@@ -31,6 +32,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         %name-%version.tar.bz2
 Patch1:         0001-CVE-2011-4182-fixed-quoting-in-ifservices-script.patch
+Patch2:         0002-Incorrect-exists_iface_config-test-in-ifprobe.patch
 
 %description
 This package provides the SuSE system configuration scheme and
@@ -51,6 +53,7 @@
 %prep
 %setup -n sysconfig-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf --force --install

++++++ 0002-Incorrect-exists_iface_config-test-in-ifprobe.patch ++++++
>From 3af9bd7594fb7fca7bd80042e8bf30db56f10d99 Mon Sep 17 00:00:00 2001
From: Marius Tomaschewski <[email protected]>
Date: Wed, 4 Jan 2012 15:16:48 +0100
Subject: [PATCH] Fixed incorrect exists_iface_config test in ifprobe
 (bnc#728611#c19)


Signed-off-by: Marius Tomaschewski <[email protected]>
---
 scripts/ifup |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/ifup b/scripts/ifup
index 9d2f2fe..3a7bb90 100755
--- a/scripts/ifup
+++ b/scripts/ifup
@@ -164,7 +164,7 @@ case $SCRIPTNAME in
                                         $INTERFACE "$FILE" "--> restart 
interface!"`"
                                exit $R_NOT_UP2DATE
                        done
-               elif [ exists_iface_config "$CONFIG" ] ; then
+               elif exists_iface_config "$CONFIG" ; then
                        message "`printf "    %-9s config file created: %s" \
                                 $INTERFACE "--> restart interface!"`"
                        exit $R_NOT_UP2DATE
-- 
1.7.7

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

Reply via email to