- Write DNS servers to NetworkManager connection files when using
a static configuration (bsc#1181701). - 4.4.0 - Drop isCurrentDHCP and isCurrentHotplug methods from LanItems. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1013
This commit is contained in:
parent
05833fd965
commit
259b879718
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:19e0afdc5c69d2850e2b05d44abf2a3a283154d25d9d9ac7e5b6dcbf64213021
|
oid sha256:c8f49039e9e0c1eb97aec5007df778d591aa4f73b98c043e69c27cfe7b3b2f94
|
||||||
size 488482
|
size 489208
|
||||||
|
@ -1,9 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 7 11:27:26 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Write DNS servers to NetworkManager connection files when using
|
||||||
|
a static configuration (bsc#1181701).
|
||||||
|
- 4.4.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 6 08:54:07 UTC 2021 - Michal Filka <mfilka@suse.com>
|
||||||
|
|
||||||
|
- Drop isCurrentDHCP and isCurrentHotplug methods from LanItems.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 5 15:21:47 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
Mon Apr 5 15:21:47 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
||||||
|
|
||||||
- Do not show the "Abort" button when the inst_lan client is called
|
- Do not show the "Abort" button when the inst_lan client is called
|
||||||
from another installation step (bsc#1183586).
|
from another installation step (bsc#1183586).
|
||||||
- 4.4.0
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 29 11:52:08 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
Mon Mar 29 11:52:08 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
@ -27,12 +27,12 @@ URL: https://github.com/yast/yast-network
|
|||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# testsuite
|
# testsuite
|
||||||
|
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2-devtools >= 3.1.15
|
BuildRequires: yast2-devtools >= 3.1.15
|
||||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
|
||||||
#for install task
|
#for install task
|
||||||
BuildRequires: yast2-storage-ng
|
|
||||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||||
|
BuildRequires: yast2-storage-ng
|
||||||
# AutoYaST ElementPath class
|
# AutoYaST ElementPath class
|
||||||
BuildRequires: yast2 >= 4.3.20
|
BuildRequires: yast2 >= 4.3.20
|
||||||
|
|
||||||
@ -52,12 +52,12 @@ Requires: yast2-storage-ng
|
|||||||
# AutoYaST ElementPath class
|
# AutoYaST ElementPath class
|
||||||
Requires: yast2 >= 4.3.20
|
Requires: yast2 >= 4.3.20
|
||||||
# Packages::vnc_packages
|
# Packages::vnc_packages
|
||||||
Requires: augeas-lenses
|
|
||||||
Requires: yast2-packager >= 4.0.18
|
Requires: yast2-packager >= 4.0.18
|
||||||
|
Requires: augeas-lenses
|
||||||
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
|
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
|
||||||
# BusID of all the cards with the same one (bsc#1007172)
|
# BusID of all the cards with the same one (bsc#1007172)
|
||||||
Requires: hostname
|
|
||||||
Requires: hwinfo >= 21.35
|
Requires: hwinfo >= 21.35
|
||||||
|
Requires: hostname
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
Requires: yast2-xml
|
Requires: yast2-xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user