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
This commit is contained in:
parent
9d0d907fa2
commit
ea7b0b28a4
@ -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
3
netcontrol-0.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccd01fe2789e08db1df0ef02b12cebee7986a16c287332b3281a0f646c3bd62a
|
||||||
|
size 355351
|
@ -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
|
Tue Jul 3 11:15:47 UTC 2012 - mt@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package netcontrol
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: netcontrol
|
Name: netcontrol
|
||||||
Version: 0.2.6
|
Version: 0.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A network configuration library
|
Summary: A network configuration library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -38,6 +38,11 @@ BuildRequires: libnl-1_1-devel
|
|||||||
BuildRequires: libnl-devel
|
BuildRequires: libnl-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
%if 0%{?suse_version} >= 1230
|
||||||
|
Requires: sysconfig >= 0.80.0
|
||||||
|
%else
|
||||||
|
Requires: sysconfig >= 0.71.0
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A interim network configuration library, currently implementing the
|
A interim network configuration library, currently implementing the
|
||||||
@ -92,6 +97,9 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
|
export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
|
||||||
%configure \
|
%configure \
|
||||||
|
%if 0%{?suse_version} >= 1230
|
||||||
|
--enable-network-service \
|
||||||
|
%endif
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user