From ea7b0b28a446d5006016684a9a5da215dedb615ae3bef111fee13ea4b8d805d6 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Fri, 25 Jan 2013 09:51:37 +0000 Subject: [PATCH] Accepting request 149900 from home:mtomaschewski:tests - version 0.2.7 - Fixed a bridge variable initialization in try_bridge - Use --enable-network-service on openSUSE >= 12.3 (bnc#798348) - Check the network.service alias link instead of NETWORKMANAGER variable in /etc/sysconfig/network/config, when requested by the --enable-network-service configure option. OBS-URL: https://build.opensuse.org/request/show/149900 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcontrol?expand=0&rev=10 --- netcontrol-0.2.6.tar.bz2 | 3 --- netcontrol-0.2.7.tar.bz2 | 3 +++ netcontrol.changes | 10 ++++++++++ netcontrol.spec | 12 ++++++++++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 netcontrol-0.2.6.tar.bz2 create mode 100644 netcontrol-0.2.7.tar.bz2 diff --git a/netcontrol-0.2.6.tar.bz2 b/netcontrol-0.2.6.tar.bz2 deleted file mode 100644 index 8ed36b1..0000000 --- a/netcontrol-0.2.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb0d29fc3a75be2b300c68a20989f7ab92fbccf835809e41464794c90039407e -size 351177 diff --git a/netcontrol-0.2.7.tar.bz2 b/netcontrol-0.2.7.tar.bz2 new file mode 100644 index 0000000..ee11980 --- /dev/null +++ b/netcontrol-0.2.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd01fe2789e08db1df0ef02b12cebee7986a16c287332b3281a0f646c3bd62a +size 355351 diff --git a/netcontrol.changes b/netcontrol.changes index 918f979..3426859 100644 --- a/netcontrol.changes +++ b/netcontrol.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 25 09:39:55 UTC 2013 - mt@suse.de + +- version 0.2.7 +- Fixed a bridge variable initialization in try_bridge +- Use --enable-network-service on openSUSE >= 12.3 (bnc#798348) +- Check the network.service alias link instead of NETWORKMANAGER + variable in /etc/sysconfig/network/config, when requested by + the --enable-network-service configure option. + ------------------------------------------------------------------- Tue Jul 3 11:15:47 UTC 2012 - mt@suse.de diff --git a/netcontrol.spec b/netcontrol.spec index b46a018..3291098 100644 --- a/netcontrol.spec +++ b/netcontrol.spec @@ -1,7 +1,7 @@ # # spec file for package netcontrol # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,7 +17,7 @@ Name: netcontrol -Version: 0.2.6 +Version: 0.2.7 Release: 0 Summary: A network configuration library License: LGPL-2.1+ @@ -38,6 +38,11 @@ BuildRequires: libnl-1_1-devel BuildRequires: libnl-devel %endif BuildRequires: pkg-config +%if 0%{?suse_version} >= 1230 +Requires: sysconfig >= 0.80.0 +%else +Requires: sysconfig >= 0.71.0 +%endif %description A interim network configuration library, currently implementing the @@ -92,6 +97,9 @@ Authors: %build export CFLAGS="-W -Wall $RPM_OPT_FLAGS" %configure \ +%if 0%{?suse_version} >= 1230 + --enable-network-service \ +%endif --disable-static make %{?_smp_mflags}