From 53e5300edfcdb58cf0914cb3770b134a0edb2fe389e5c0742118864f949f8264 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 22 Dec 2011 12:10:16 +0000 Subject: [PATCH] Accepting request 97719 from home:coolo:removeautoconf - remove call to suse_update_config (very old work around) OBS-URL: https://build.opensuse.org/request/show/97719 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcontrol?expand=0&rev=6 --- netcontrol.changes | 5 +++++ netcontrol.spec | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/netcontrol.changes b/netcontrol.changes index 79d0290..fa68d42 100644 --- a/netcontrol.changes +++ b/netcontrol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 21 10:31:41 UTC 2011 - coolo@suse.com + +- remove call to suse_update_config (very old work around) + ------------------------------------------------------------------- Fri Sep 9 14:10:39 UTC 2011 - cfarrell@suse.com diff --git a/netcontrol.spec b/netcontrol.spec index d09198a..cd0b07f 100644 --- a/netcontrol.spec +++ b/netcontrol.spec @@ -15,14 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: netcontrol Version: 0.2.3 -Release: 1 +Release: 0 Summary: A network configuration library -Group: Productivity/Networking/System License: LGPL-2.1+ +Group: Productivity/Networking/System # # License note: # libnetcontrol contains source code which is based on wicked. @@ -49,7 +47,6 @@ Authors: Marius Tomaschewski %package -n libnetcontrol0 -License: LGPL v2.1 or later Summary: A network configuration library Group: Productivity/Networking/System @@ -67,7 +64,6 @@ Authors: Marius Tomaschewski %package -n libnetcontrol-devel -License: LGPL-2.1+ Summary: Development header and library files Group: Development/Libraries/C and C++ Requires: libnetcontrol0 = %{version} @@ -89,7 +85,6 @@ Authors: %prep %setup -q %patch1 -p1 -%{?suse_update_config:%{suse_update_config -f}} %build export CFLAGS="-W -Wall $RPM_OPT_FLAGS"