Accepting request 738557 from YaST:Head
submit new version 4.2.23 OBS-URL: https://build.opensuse.org/request/show/738557 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=412
This commit is contained in:
commit
642e09d5cf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74c5f78ee6d1d6b77a701c9bedfba233967ee091e81b2eb0fed92b3fd9d6109f
|
|
||||||
size 446180
|
|
3
yast2-network-4.2.23.tar.bz2
Normal file
3
yast2-network-4.2.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cc14c8321296998e0166f934f0b20cdd9583d36c81e4b573a8f03e8d5d07aae
|
||||||
|
size 445861
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 08:48:26 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Fix crash caused by type in widget method (caused in 4.2.22 by
|
||||||
|
rubocop done as side-effect of bsc#1153673 fix)
|
||||||
|
- 4.2.23
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 08:53:14 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
- bsc#1153673
|
||||||
|
- Fix Yast::Logger dependency in bridge connection config.
|
||||||
|
- 4.2.22
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 13:58:48 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Update reference in VLAN, Bridge or Bond when its device is
|
||||||
|
removed or renamed (bsc#1153460)
|
||||||
|
- 4.2.21
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 06:32:21 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Place sysctl settings in /etc/sysctl.d/ (jsc#SLE-9077).
|
||||||
|
- 4.2.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 06:05:22 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
- AutoYaST: Added back the activation of s390 devices during the
|
||||||
|
first stage as it was removed when switched to the new data model
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 4 13:51:42 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
Fri Oct 4 13:51:42 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 4.2.19
|
Version: 4.2.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -33,8 +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)
|
||||||
# Y2Firewall interface zone mapping methods
|
# CFA::Sysctl
|
||||||
BuildRequires: yast2 >= 4.1.53
|
BuildRequires: yast2 >= 4.2.25
|
||||||
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
|
||||||
@ -46,9 +46,10 @@ BuildRequires: augeas-lenses
|
|||||||
PreReq: /bin/rm
|
PreReq: /bin/rm
|
||||||
#netconfig (FaTE #303618)
|
#netconfig (FaTE #303618)
|
||||||
Requires: sysconfig >= 0.80.0
|
Requires: sysconfig >= 0.80.0
|
||||||
Requires: yast2 >= 4.1.53
|
|
||||||
Requires: yast2-proxy
|
Requires: yast2-proxy
|
||||||
Requires: yast2-storage-ng
|
Requires: yast2-storage-ng
|
||||||
|
# CFA::Sysctl
|
||||||
|
Requires: yast2 >= 4.2.25
|
||||||
# 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…
x
Reference in New Issue
Block a user