Accepting request 97866 from network:utilities

- remove call to suse_update_config (very old work around) (forwarded request 97719 from coolo)

OBS-URL: https://build.opensuse.org/request/show/97866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcontrol?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2011-12-25 16:37:19 +00:00 committed by Git OBS Bridge
commit e6d160316f
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
- license update: LGPL-2.1+
SPDX syntax. See http://www.spdx.org/licenses
-------------------------------------------------------------------
Thu Sep 8 17:05:01 UTC 2011 - mt@suse.de

View File

@ -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
License: LGPL-2.1+
Group: Productivity/Networking/System
License: LGPL v2.1 or later
#
# License note:
# libnetcontrol contains source code which is based on wicked.
@ -49,7 +47,6 @@ Authors:
Marius Tomaschewski <mt@suse.de>
%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 <mt@suse.de>
%package -n libnetcontrol-devel
License: LGPL v2.1 or later
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"