forked from pool/yast2-network
Accepting request 780425 from YaST:Head
submit new version 4.2.58 OBS-URL: https://build.opensuse.org/request/show/780425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=419
This commit is contained in:
commit
8fac28d0ab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3133fe634c5c05f7fef2488603d232cfb05853cdddd43613abf94556e5261b0a
|
||||
size 446758
|
3
yast2-network-4.2.58.tar.bz2
Normal file
3
yast2-network-4.2.58.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a22abd62a917ccc414c596f3e7c426f29363309505c0516bb32360fa11c4d052
|
||||
size 463195
|
@ -1,3 +1,85 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 20:40:51 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Do not crash when running the network configuration client if
|
||||
the config has not been read by a previous client (bsc#1101514)
|
||||
- 4.2.58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Do not crash when checking if a given 'host' is local or not
|
||||
(bsc#1163305)
|
||||
- 4.2.56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 11:52:25 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Add a class to represent NTP servers (jsc#SLE-7188).
|
||||
- 4.2.55
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 07:34:39 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Do not crash with an exception when editing the hardware
|
||||
configuration of a new unplugged connection (bsc#1162679)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 17:31:31 UTC 2020 - Michal Filka <mfilka@suse.com>
|
||||
|
||||
- bsc#1162271
|
||||
- fixed validation of hostname
|
||||
- 4.2.54
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 15:50:13 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Fix the installation proposal text reflecting the network
|
||||
configuration changes (bsc#1162796)
|
||||
- 4.2.53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 15:48:23 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Prevent assignation of values not defined in the AutoYaST profile
|
||||
when reading the interfaces section (bsc#1162671)
|
||||
- 4.2.52
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 19:06:52 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Do not break when reading interface config files with trailing
|
||||
spaces (bsc#1161300)
|
||||
- 4.2.51
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 10:44:31 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Fix connection configuration summary when using a remote
|
||||
IP address (bsc#1162483)
|
||||
- 4.2.50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 07:23:15 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Do not fail when listing the s390 group devices of a given type
|
||||
and no one is present (bsc#1160997)
|
||||
- 4.2.49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 12:37:03 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Bring back the s390 group device activation dialog when editing
|
||||
an offline s390 group device (bsc#1160997)
|
||||
- 4.2.48
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 09:16:03 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 4.2.47
|
||||
Version: 4.2.58
|
||||
Release: 0
|
||||
Summary: YaST2 - Network Configuration
|
||||
License: GPL-2.0-only
|
||||
@ -33,9 +33,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
#for install task
|
||||
BuildRequires: yast2-storage-ng
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
# NetworkService check if Systemd is running for determining
|
||||
# the current network backend
|
||||
BuildRequires: yast2 >= 4.2.31
|
||||
# CFA::SysctlConfig
|
||||
BuildRequires: yast2 >= 4.2.67
|
||||
BuildRequires: yast2-packager >= 4.0.18
|
||||
# Product control need xml agent
|
||||
BuildRequires: yast2-xml
|
||||
@ -49,8 +48,8 @@ PreReq: /bin/rm
|
||||
Requires: sysconfig >= 0.80.0
|
||||
Requires: yast2-proxy
|
||||
Requires: yast2-storage-ng
|
||||
# CFA::Sysctl
|
||||
Requires: yast2 >= 4.2.25
|
||||
# CFA::SysctlConfig
|
||||
Requires: yast2 >= 4.2.67
|
||||
# Packages::vnc_packages
|
||||
Requires: augeas-lenses
|
||||
Requires: yast2-packager >= 4.0.18
|
||||
|
Loading…
x
Reference in New Issue
Block a user