- Using SysctlConfig class: Handle sysctl entries in different
directories (bsc#1151649). - 4.2.57 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=922
This commit is contained in:
parent
85e226c53f
commit
37ebeac4ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd747be0c8cfb1fe7c11f5ac15ad080741293c42e50bad2e888b437b9506e2c9
|
|
||||||
size 462770
|
|
3
yast2-network-4.2.57.tar.bz2
Normal file
3
yast2-network-4.2.57.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cc089762362e07bdb35aa2b49661cf742cfcec4265e0a2a95b8a6fd7526705a
|
||||||
|
size 462682
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 12:16:42 CET 2020 - schubi@suse.de
|
||||||
|
|
||||||
|
- Using SysctlConfig class: Handle sysctl entries in different
|
||||||
|
directories (bsc#1151649).
|
||||||
|
- 4.2.57
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 09:53:25 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
Fri Feb 21 09:53:25 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 4.2.56
|
Version: 4.2.57
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -33,9 +33,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
|||||||
#for install task
|
#for install task
|
||||||
BuildRequires: yast2-storage-ng
|
BuildRequires: yast2-storage-ng
|
||||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||||
# NetworkService check if Systemd is running for determining
|
# CFA::SysctlConfig
|
||||||
# the current network backend
|
BuildRequires: yast2 >= 4.2.67
|
||||||
BuildRequires: yast2 >= 4.2.31
|
|
||||||
BuildRequires: yast2-packager >= 4.0.18
|
BuildRequires: yast2-packager >= 4.0.18
|
||||||
# Product control need xml agent
|
# Product control need xml agent
|
||||||
BuildRequires: yast2-xml
|
BuildRequires: yast2-xml
|
||||||
@ -49,8 +48,8 @@ PreReq: /bin/rm
|
|||||||
Requires: sysconfig >= 0.80.0
|
Requires: sysconfig >= 0.80.0
|
||||||
Requires: yast2-proxy
|
Requires: yast2-proxy
|
||||||
Requires: yast2-storage-ng
|
Requires: yast2-storage-ng
|
||||||
# CFA::Sysctl
|
# CFA::SysctlConfig
|
||||||
Requires: yast2 >= 4.2.25
|
Requires: yast2 >= 4.2.67
|
||||||
# Packages::vnc_packages
|
# Packages::vnc_packages
|
||||||
Requires: augeas-lenses
|
Requires: augeas-lenses
|
||||||
Requires: yast2-packager >= 4.0.18
|
Requires: yast2-packager >= 4.0.18
|
||||||
|
Loading…
Reference in New Issue
Block a user