Accepting request 149901 from network:utilities

- 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. (forwarded request 149900 from mtomaschewski)

OBS-URL: https://build.opensuse.org/request/show/149901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcontrol?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-01-29 10:19:13 +00:00 committed by Git OBS Bridge
commit edf8e3250a
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb0d29fc3a75be2b300c68a20989f7ab92fbccf835809e41464794c90039407e
size 351177

3
netcontrol-0.2.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccd01fe2789e08db1df0ef02b12cebee7986a16c287332b3281a0f646c3bd62a
size 355351

View File

@ -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

View File

@ -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}