From 593060a3d1a9badc34ea94ff266ae5b73afedaf1723c0959618965aa1c59002a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 28 Nov 2018 12:45:03 +0000 Subject: [PATCH 1/2] - Provide icon with module (boo#1109310) - 4.1.3 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-iscsi-client?expand=0&rev=264 --- yast2-iscsi-client-4.1.2.tar.bz2 | 3 --- yast2-iscsi-client-4.1.3.tar.bz2 | 3 +++ yast2-iscsi-client.changes | 6 ++++++ yast2-iscsi-client.spec | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-iscsi-client-4.1.2.tar.bz2 create mode 100644 yast2-iscsi-client-4.1.3.tar.bz2 diff --git a/yast2-iscsi-client-4.1.2.tar.bz2 b/yast2-iscsi-client-4.1.2.tar.bz2 deleted file mode 100644 index bbe9393..0000000 --- a/yast2-iscsi-client-4.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b94a38d7cd82eb188e2a577dd4abed2a721e3b97f0164148e387271ecb86a79c -size 45344 diff --git a/yast2-iscsi-client-4.1.3.tar.bz2 b/yast2-iscsi-client-4.1.3.tar.bz2 new file mode 100644 index 0000000..1def5e7 --- /dev/null +++ b/yast2-iscsi-client-4.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845515a1702846f89ac6550ce969274406caeedf6815012aa58721b6aea57358 +size 46838 diff --git a/yast2-iscsi-client.changes b/yast2-iscsi-client.changes index a27c030..4bdbd70 100644 --- a/yast2-iscsi-client.changes +++ b/yast2-iscsi-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 25 00:21:37 UTC 2018 - Stasiek Michalski + +- Provide icon with module (boo#1109310) +- 4.1.3 + ------------------------------------------------------------------- Fri Nov 09 12:34:19 CET 2018 - aschnell@suse.com diff --git a/yast2-iscsi-client.spec b/yast2-iscsi-client.spec index c426d3a..e878634 100644 --- a/yast2-iscsi-client.spec +++ b/yast2-iscsi-client.spec @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.1.2 +Version: 4.1.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,6 +73,7 @@ client. %{yast_scrconfdir}/iscsid.scr %doc %{yast_docdir} %{yast_schemadir}/autoyast/rnc/iscsi-client.rnc +%{yast_icondir} %license COPYING %changelog From ac35e7aa02be75d5f25ebb2078a6b7a13ad284d287200506e56f63141250eb90 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 20 Dec 2018 09:32:08 +0000 Subject: [PATCH 2/2] - always use absolute path to binaries (bsc#1118291) - properly escape shell arguments (bsc#1118291) - 4.1.4 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-iscsi-client?expand=0&rev=265 --- yast2-iscsi-client-4.1.3.tar.bz2 | 3 --- yast2-iscsi-client-4.1.4.tar.bz2 | 3 +++ yast2-iscsi-client.changes | 7 +++++++ yast2-iscsi-client.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-iscsi-client-4.1.3.tar.bz2 create mode 100644 yast2-iscsi-client-4.1.4.tar.bz2 diff --git a/yast2-iscsi-client-4.1.3.tar.bz2 b/yast2-iscsi-client-4.1.3.tar.bz2 deleted file mode 100644 index 1def5e7..0000000 --- a/yast2-iscsi-client-4.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:845515a1702846f89ac6550ce969274406caeedf6815012aa58721b6aea57358 -size 46838 diff --git a/yast2-iscsi-client-4.1.4.tar.bz2 b/yast2-iscsi-client-4.1.4.tar.bz2 new file mode 100644 index 0000000..7752f2d --- /dev/null +++ b/yast2-iscsi-client-4.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04487c2e99f13540a844477d2143115b6bbff14229e708eeb388e067129068ca +size 46844 diff --git a/yast2-iscsi-client.changes b/yast2-iscsi-client.changes index 4bdbd70..0164335 100644 --- a/yast2-iscsi-client.changes +++ b/yast2-iscsi-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 13 16:42:21 UTC 2018 - jreidinger@suse.com + +- always use absolute path to binaries (bsc#1118291) +- properly escape shell arguments (bsc#1118291) +- 4.1.4 + ------------------------------------------------------------------- Sun Nov 25 00:21:37 UTC 2018 - Stasiek Michalski diff --git a/yast2-iscsi-client.spec b/yast2-iscsi-client.spec index e878634..21f345f 100644 --- a/yast2-iscsi-client.spec +++ b/yast2-iscsi-client.spec @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.1.3 +Version: 4.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build