From fe82fe5d50003f6b83ba343d17e59e1c6eb2e4377eae25e9fcbd1349831e7435 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 6 Apr 2021 08:57:46 +0000 Subject: [PATCH 1/6] Updated to git ref c7c776ad OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1011 --- yast2-network-4.3.63.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-network-4.3.63.tar.bz2 b/yast2-network-4.3.63.tar.bz2 index b6517a4..2c5d1a8 100644 --- a/yast2-network-4.3.63.tar.bz2 +++ b/yast2-network-4.3.63.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f641fa0d9fd445b7d408baee2adf305767081e703a39b75a3ce3ea9aaf2cc7af -size 488606 +oid sha256:d446f05c3c3925f603ff6c362eaa734a25e52161f1225671f4dc6f58627d32ea +size 488198 From 05833fd9650f7679c74e3c619b18d99e897ca57734597706d111445971d149bb Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 7 Apr 2021 15:00:02 +0000 Subject: [PATCH 2/6] - Do not show the "Abort" button when the inst_lan client is called from another installation step (bsc#1183586). - 4.4.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1012 --- yast2-network-4.3.63.tar.bz2 | 3 --- yast2-network-4.4.0.tar.bz2 | 3 +++ yast2-network.changes | 7 +++++++ yast2-network.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-network-4.3.63.tar.bz2 create mode 100644 yast2-network-4.4.0.tar.bz2 diff --git a/yast2-network-4.3.63.tar.bz2 b/yast2-network-4.3.63.tar.bz2 deleted file mode 100644 index 2c5d1a8..0000000 --- a/yast2-network-4.3.63.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d446f05c3c3925f603ff6c362eaa734a25e52161f1225671f4dc6f58627d32ea -size 488198 diff --git a/yast2-network-4.4.0.tar.bz2 b/yast2-network-4.4.0.tar.bz2 new file mode 100644 index 0000000..fb6db9f --- /dev/null +++ b/yast2-network-4.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e0afdc5c69d2850e2b05d44abf2a3a283154d25d9d9ac7e5b6dcbf64213021 +size 488482 diff --git a/yast2-network.changes b/yast2-network.changes index c59f0ca..d345b33 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 5 15:21:47 UTC 2021 - David Diaz + +- Do not show the "Abort" button when the inst_lan client is called + from another installation step (bsc#1183586). +- 4.4.0 + ------------------------------------------------------------------- Mon Mar 29 11:52:08 UTC 2021 - Imobach Gonzalez Sosa diff --git a/yast2-network.spec b/yast2-network.spec index 45e9938..e6fb3e5 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.3.63 +Version: 4.4.0 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only From 259b879718e92b69ea7a350d664c6556ad194bf9a5c442204e26d3c4b2846602 Mon Sep 17 00:00:00 2001 From: Imobach Gonzalez Sosa Date: Wed, 7 Apr 2021 15:23:02 +0000 Subject: [PATCH 3/6] - 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 --- yast2-network-4.4.0.tar.bz2 | 4 ++-- yast2-network.changes | 13 ++++++++++++- yast2-network.spec | 8 ++++---- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/yast2-network-4.4.0.tar.bz2 b/yast2-network-4.4.0.tar.bz2 index fb6db9f..b5e63a1 100644 --- a/yast2-network-4.4.0.tar.bz2 +++ b/yast2-network-4.4.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19e0afdc5c69d2850e2b05d44abf2a3a283154d25d9d9ac7e5b6dcbf64213021 -size 488482 +oid sha256:c8f49039e9e0c1eb97aec5007df778d591aa4f73b98c043e69c27cfe7b3b2f94 +size 489208 diff --git a/yast2-network.changes b/yast2-network.changes index d345b33..ca188f7 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,9 +1,20 @@ +------------------------------------------------------------------- +Wed Apr 7 11:27:26 UTC 2021 - Imobach Gonzalez Sosa + +- 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 + +- Drop isCurrentDHCP and isCurrentHotplug methods from LanItems. + ------------------------------------------------------------------- Mon Apr 5 15:21:47 UTC 2021 - David Diaz - Do not show the "Abort" button when the inst_lan client is called from another installation step (bsc#1183586). -- 4.4.0 ------------------------------------------------------------------- Mon Mar 29 11:52:08 UTC 2021 - Imobach Gonzalez Sosa diff --git a/yast2-network.spec b/yast2-network.spec index e6fb3e5..327334b 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -27,12 +27,12 @@ URL: https://github.com/yast/yast-network Source0: %{name}-%{version}.tar.bz2 # testsuite +BuildRequires: rubygem(%rb_default_ruby_abi:rspec) BuildRequires: update-desktop-files BuildRequires: yast2-devtools >= 3.1.15 -BuildRequires: rubygem(%rb_default_ruby_abi:rspec) #for install task -BuildRequires: yast2-storage-ng BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) +BuildRequires: yast2-storage-ng # AutoYaST ElementPath class BuildRequires: yast2 >= 4.3.20 @@ -52,12 +52,12 @@ Requires: yast2-storage-ng # AutoYaST ElementPath class Requires: yast2 >= 4.3.20 # Packages::vnc_packages -Requires: augeas-lenses Requires: yast2-packager >= 4.0.18 +Requires: augeas-lenses Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4 # BusID of all the cards with the same one (bsc#1007172) -Requires: hostname Requires: hwinfo >= 21.35 +Requires: hostname Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-xml From 11adefb4d3ea7be8138e265692e41879d0ae5547b317870939e292f74b4dca12 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 7 Apr 2021 15:23:30 +0000 Subject: [PATCH 4/6] Updated to git ref 6981d43e OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1014 --- yast2-network.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yast2-network.spec b/yast2-network.spec index 327334b..e6fb3e5 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -27,12 +27,12 @@ URL: https://github.com/yast/yast-network Source0: %{name}-%{version}.tar.bz2 # testsuite -BuildRequires: rubygem(%rb_default_ruby_abi:rspec) BuildRequires: update-desktop-files BuildRequires: yast2-devtools >= 3.1.15 +BuildRequires: rubygem(%rb_default_ruby_abi:rspec) #for install task -BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) BuildRequires: yast2-storage-ng +BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) # AutoYaST ElementPath class BuildRequires: yast2 >= 4.3.20 @@ -52,12 +52,12 @@ Requires: yast2-storage-ng # AutoYaST ElementPath class Requires: yast2 >= 4.3.20 # Packages::vnc_packages -Requires: yast2-packager >= 4.0.18 Requires: augeas-lenses +Requires: yast2-packager >= 4.0.18 Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4 # BusID of all the cards with the same one (bsc#1007172) -Requires: hwinfo >= 21.35 Requires: hostname +Requires: hwinfo >= 21.35 Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-xml From bc688e281ac4878787ecafc3b5015c2fd4fc4a58663e1bb008011224bc65fa25 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 8 Apr 2021 14:26:00 +0000 Subject: [PATCH 5/6] - Display the network configuration in the installation summary screen even if NetworkManager is the selected backend (bsc#1181354). - 4.4.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1015 --- yast2-network-4.4.0.tar.bz2 | 3 --- yast2-network-4.4.1.tar.bz2 | 3 +++ yast2-network.changes | 8 ++++++++ yast2-network.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-network-4.4.0.tar.bz2 create mode 100644 yast2-network-4.4.1.tar.bz2 diff --git a/yast2-network-4.4.0.tar.bz2 b/yast2-network-4.4.0.tar.bz2 deleted file mode 100644 index b5e63a1..0000000 --- a/yast2-network-4.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8f49039e9e0c1eb97aec5007df778d591aa4f73b98c043e69c27cfe7b3b2f94 -size 489208 diff --git a/yast2-network-4.4.1.tar.bz2 b/yast2-network-4.4.1.tar.bz2 new file mode 100644 index 0000000..67930ba --- /dev/null +++ b/yast2-network-4.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e2e34815923018a7c68cb15f80608125257752492ab960c918c7672f7cce01 +size 489173 diff --git a/yast2-network.changes b/yast2-network.changes index ca188f7..ee0cc34 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 8 09:27:47 UTC 2021 - Imobach Gonzalez Sosa + +- Display the network configuration in the installation summary + screen even if NetworkManager is the selected backend + (bsc#1181354). +- 4.4.1 + ------------------------------------------------------------------- Wed Apr 7 11:27:26 UTC 2021 - Imobach Gonzalez Sosa diff --git a/yast2-network.spec b/yast2-network.spec index e6fb3e5..ed88903 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only From 07fc17ecbed98aea10e1ff8e17c539bafab27115b66a80cc541bac38bdce8819 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Sat, 10 Apr 2021 08:41:54 +0000 Subject: [PATCH 6/6] - bsc#1181956 - Omit empty values or the '0.0.0.0' IPADDR when writing ifcfg files. - Do not write empty ifroute files. - 4.4.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1016 --- yast2-network-4.4.1.tar.bz2 | 3 --- yast2-network-4.4.2.tar.bz2 | 3 +++ yast2-network.changes | 9 +++++++++ yast2-network.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 yast2-network-4.4.1.tar.bz2 create mode 100644 yast2-network-4.4.2.tar.bz2 diff --git a/yast2-network-4.4.1.tar.bz2 b/yast2-network-4.4.1.tar.bz2 deleted file mode 100644 index 67930ba..0000000 --- a/yast2-network-4.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61e2e34815923018a7c68cb15f80608125257752492ab960c918c7672f7cce01 -size 489173 diff --git a/yast2-network-4.4.2.tar.bz2 b/yast2-network-4.4.2.tar.bz2 new file mode 100644 index 0000000..d3728f2 --- /dev/null +++ b/yast2-network-4.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cca61259adb6b0cef88160cf89174975e8ab3ec9eb9947bdddba1bebef97ae +size 489415 diff --git a/yast2-network.changes b/yast2-network.changes index ee0cc34..60ddfc4 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 9 11:22:42 UTC 2021 - Knut Anderssen + +- bsc#1181956 + - Omit empty values or the '0.0.0.0' IPADDR when writing ifcfg + files. + - Do not write empty ifroute files. +- 4.4.2 + ------------------------------------------------------------------- Thu Apr 8 09:27:47 UTC 2021 - Imobach Gonzalez Sosa diff --git a/yast2-network.spec b/yast2-network.spec index ed88903..b78bf3b 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only