diff --git a/netcontrol.changes b/netcontrol.changes index acb7739..fa68d42 100644 --- a/netcontrol.changes +++ b/netcontrol.changes @@ -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 diff --git a/netcontrol.spec b/netcontrol.spec index 4a27013..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 +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 %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 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"