From 8c6a06d2c7a644676f3df67f13cb9429eb17902b4cc8f31e40421de46971cfe8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 10 Feb 2023 16:00:13 +0000 Subject: [PATCH 1/2] - Finish client: copy the content of both /etc/iscsi and /var/lib/iscsi (bsc#1207374). - Finish client: never enable both the iscsid socket and the service (partial fix for bsc#1207839). - 4.5.7 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-iscsi-client?expand=0&rev=296 --- yast2-iscsi-client-4.5.6.tar.bz2 | 3 --- yast2-iscsi-client-4.5.7.tar.bz2 | 3 +++ yast2-iscsi-client.changes | 9 +++++++++ yast2-iscsi-client.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 yast2-iscsi-client-4.5.6.tar.bz2 create mode 100644 yast2-iscsi-client-4.5.7.tar.bz2 diff --git a/yast2-iscsi-client-4.5.6.tar.bz2 b/yast2-iscsi-client-4.5.6.tar.bz2 deleted file mode 100644 index 10356b8..0000000 --- a/yast2-iscsi-client-4.5.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75f3a465fff2fcff957c20aa485cf28476fdf1480e593c6567d40f7330b34f26 -size 54605 diff --git a/yast2-iscsi-client-4.5.7.tar.bz2 b/yast2-iscsi-client-4.5.7.tar.bz2 new file mode 100644 index 0000000..fea589b --- /dev/null +++ b/yast2-iscsi-client-4.5.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e66203c310b5b09e306af2ac5d578268e379a04b62c3ca7f10f43b6c9fc701 +size 55509 diff --git a/yast2-iscsi-client.changes b/yast2-iscsi-client.changes index 167698b..59a39dd 100644 --- a/yast2-iscsi-client.changes +++ b/yast2-iscsi-client.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 10 15:41:21 UTC 2023 - Ancor Gonzalez Sosa + +- Finish client: copy the content of both /etc/iscsi and + /var/lib/iscsi (bsc#1207374). +- Finish client: never enable both the iscsid socket and the + service (partial fix for bsc#1207839). +- 4.5.7 + ------------------------------------------------------------------- Wed Nov 2 17:03:48 UTC 2022 - Stefan Hundhammer diff --git a/yast2-iscsi-client.spec b/yast2-iscsi-client.spec index d2f0674..4b18d8a 100644 --- a/yast2-iscsi-client.spec +++ b/yast2-iscsi-client.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-iscsi-client # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.5.6 +Version: 4.5.7 Release: 0 Summary: YaST2 - iSCSI Client Configuration License: GPL-2.0-only @@ -28,8 +28,8 @@ BuildRequires: update-desktop-files # Yast2::Systemd::Socket BuildRequires: yast2 >= 4.1.3 # needed for test of finish client which include installation/misc -BuildRequires: yast2-devtools >= 4.4.0 BuildRequires: yast2-installation +BuildRequires: yast2-devtools >= 4.4.0 BuildRequires: yast2-packager BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) From 28d74a407bcb5180a1a1f978bd75c452079752fc69b9daa99494702067076cdd Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 10 Feb 2023 16:48:11 +0000 Subject: [PATCH 2/2] - Expose all core functionality from IscsiClientLib, with options to suppress usage of pop-ups (related t gh#yast/d-installer#402). OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-iscsi-client?expand=0&rev=297 --- yast2-iscsi-client-4.5.7.tar.bz2 | 4 ++-- yast2-iscsi-client.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yast2-iscsi-client-4.5.7.tar.bz2 b/yast2-iscsi-client-4.5.7.tar.bz2 index fea589b..39a24a2 100644 --- a/yast2-iscsi-client-4.5.7.tar.bz2 +++ b/yast2-iscsi-client-4.5.7.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30e66203c310b5b09e306af2ac5d578268e379a04b62c3ca7f10f43b6c9fc701 -size 55509 +oid sha256:940a90735726f8c22c8ab1dcd2a6bb7acf08fa6b7c67839783f30cb8e4d292d1 +size 59074 diff --git a/yast2-iscsi-client.changes b/yast2-iscsi-client.changes index 59a39dd..6dac23e 100644 --- a/yast2-iscsi-client.changes +++ b/yast2-iscsi-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 10 16:29:34 UTC 2023 - Ancor Gonzalez Sosa + +- Expose all core functionality from IscsiClientLib, with options + to suppress usage of pop-ups (related t gh#yast/d-installer#402). + ------------------------------------------------------------------- Fri Feb 10 15:41:21 UTC 2023 - Ancor Gonzalez Sosa