From 264349f7c9bc74c387ad3565ff0107ad6878b89dc9f65173bfe0073aeaa09c20 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 7 Jun 2021 10:23:02 +0000 Subject: [PATCH 1/2] - Adopt the new YaST2::Equatable mixin in order to fix possible errors when comparing objects (related to bsc#1186082) - 4.4.14 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1035 --- yast2-network-4.4.13.tar.bz2 | 3 --- yast2-network-4.4.14.tar.bz2 | 3 +++ yast2-network.changes | 7 +++++++ yast2-network.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 yast2-network-4.4.13.tar.bz2 create mode 100644 yast2-network-4.4.14.tar.bz2 diff --git a/yast2-network-4.4.13.tar.bz2 b/yast2-network-4.4.13.tar.bz2 deleted file mode 100644 index 1183893..0000000 --- a/yast2-network-4.4.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:682b6a6ec75defb6e18366a8b4296f3169882470c13decac84912c209c2cb96d -size 489910 diff --git a/yast2-network-4.4.14.tar.bz2 b/yast2-network-4.4.14.tar.bz2 new file mode 100644 index 0000000..14b1620 --- /dev/null +++ b/yast2-network-4.4.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c6763a18a8ebbb22c217dc80818558681ac3e05a797b2e5ca8e6859d301346 +size 489754 diff --git a/yast2-network.changes b/yast2-network.changes index fd3e4cc..85bb21d 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 4 09:08:43 UTC 2021 - Knut Anderssen + +- Adopt the new YaST2::Equatable mixin in order to fix possible + errors when comparing objects (related to bsc#1186082) +- 4.4.14 + ------------------------------------------------------------------- Mon May 31 17:50:42 UTC 2021 - Michal Filka diff --git a/yast2-network.spec b/yast2-network.spec index 6a4e525..bc36411 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.4.13 +Version: 4.4.14 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only @@ -33,8 +33,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:rspec) #for install task BuildRequires: yast2-storage-ng BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) -# Y2Issues -BuildRequires: yast2 >= 4.4.1 +# Yast::Equatable +BuildRequires: yast2 >= 4.4.7 BuildRequires: yast2-packager >= 4.0.18 # Product control need xml agent @@ -49,8 +49,8 @@ PreReq: /bin/rm Requires: sysconfig >= 0.80.0 Requires: yast2-proxy Requires: yast2-storage-ng -# Y2Issues -Requires: yast2 >= 4.4.1 +# Yast::Equatable +Requires: yast2 >= 4.4.7 # Packages::vnc_packages Requires: augeas-lenses Requires: yast2-packager >= 4.0.18 From 05d27af5161fe88d40d7d5b54bc5fefe1b9a18ae525a70b68598d3dea7b6ea60 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 10 Jun 2021 15:17:24 +0000 Subject: [PATCH 2/2] - Use the linuxrc proxy settings for the HTTPS and FTP proxies (bsc#1185016) - 4.4.15 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1036 --- yast2-network-4.4.14.tar.bz2 | 3 --- yast2-network-4.4.15.tar.bz2 | 3 +++ yast2-network.changes | 7 +++++++ yast2-network.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-network-4.4.14.tar.bz2 create mode 100644 yast2-network-4.4.15.tar.bz2 diff --git a/yast2-network-4.4.14.tar.bz2 b/yast2-network-4.4.14.tar.bz2 deleted file mode 100644 index 14b1620..0000000 --- a/yast2-network-4.4.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87c6763a18a8ebbb22c217dc80818558681ac3e05a797b2e5ca8e6859d301346 -size 489754 diff --git a/yast2-network-4.4.15.tar.bz2 b/yast2-network-4.4.15.tar.bz2 new file mode 100644 index 0000000..b5112ca --- /dev/null +++ b/yast2-network-4.4.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1df5473d5569c1d1839b58d00ffa69edd3b2639a9f6ccec671ff43a16111b8 +size 489365 diff --git a/yast2-network.changes b/yast2-network.changes index 85bb21d..be58a5e 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 8 08:44:23 UTC 2021 - Knut Anderssen + +- Use the linuxrc proxy settings for the HTTPS and FTP proxies + (bsc#1185016) +- 4.4.15 + ------------------------------------------------------------------- Fri Jun 4 09:08:43 UTC 2021 - Knut Anderssen diff --git a/yast2-network.spec b/yast2-network.spec index bc36411..0866f15 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.4.14 +Version: 4.4.15 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only