Accepting request 817203 from YaST:Head
submit new version 4.3.10 OBS-URL: https://build.opensuse.org/request/show/817203 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=426
This commit is contained in:
commit
fc9a198d14
3
yast2-network-4.3.10.tar.bz2
Normal file
3
yast2-network-4.3.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09c5a4b0f4f33883708a96aefbc2a97c3bbf9a8df0f99058107366542ed36920
|
||||||
|
size 462705
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4bbe9ecbe574bc738231838444a49c89c51a50036dd13cc692b7863e52aeab13
|
|
||||||
size 461348
|
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 26 08:00:33 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
- AutoYaST schema: add the setup_before_proposal element to the
|
||||||
|
schema (bsc#1171922)
|
||||||
|
- 4.3.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 24 11:52:46 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Do not export network when not requested (bsc#1172552)
|
||||||
|
- 4.3.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 18:24:34 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
- Do not export any settings when NetworkManager is the network
|
||||||
|
backend (bsc#1172822).
|
||||||
|
- 4.3.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 08:52:54 UTC 2020 - Martin Vidner <mvidner@suse.com>
|
||||||
|
|
||||||
|
- Save inst-sys memory by ending ag_udev_persistent after use
|
||||||
|
(bsc#1172139).
|
||||||
|
- 4.3.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 15 11:53:03 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Do not export interfaces <aliases> section when there are no
|
||||||
|
aliases to export (bsc#1172922).
|
||||||
|
- 4.3.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 11 08:24:34 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
Thu Jun 11 08:24:34 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 4.3.5
|
Version: 4.3.10
|
||||||
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)
|
||||||
# AutoYaST issue handling
|
# NetworkService.use
|
||||||
BuildRequires: yast2 >= 4.3.3
|
BuildRequires: yast2 >= 4.3.9
|
||||||
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
|
||||||
@ -48,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
|
||||||
# AutoYaST issue handling
|
# NetworkService.use
|
||||||
Requires: yast2 >= 4.3.2
|
Requires: yast2 >= 4.3.9
|
||||||
# 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