1
0
forked from pool/yast2-network

- Adopted to restart / reload using NetworkService instead Service,

that has been changed to use network.service alias link installed
  by NetworkManager.service while "systemctl enable" and obsoletes
  the NETWORKMANAGER=yes/no variable in /etc/sysconfig/network/config
  (bnc#764055,bnc#764336,bnc#798348, by mt@suse.com)
- Requires sysconfig >= 0.80.0 and yast2 >= 2.23.20
- 2.24.16

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=261
This commit is contained in:
Martin Vidner
2013-03-05 15:59:43 +00:00
committed by Git OBS Bridge
parent ca7053d8ec
commit e011a97707
4 changed files with 20 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
Name: yast2-network
Version: 2.24.15
Version: 2.24.16
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,12 +33,13 @@ BuildRequires: yast2-devtools
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2-testsuite
# yast2 v2.23.19 - Checking for systemd services extended with /etc/init.d path
BuildRequires: yast2 >= 2.23.19
Requires: yast2 >= 2.23.6
# yast2 v2.23.22: NetworkService handles
# systemd link network.service->NetworkManager.service
BuildRequires: yast2 >= 2.23.22
Requires: yast2 >= 2.23.22
#netconfig (FaTE #303618)
Requires: sysconfig >= 0.71.2
Requires: sysconfig >= 0.80.0
#GetLanguageCountry
#(in newly created yast2-country-data)
Requires: yast2-country-data >= 2.16.3