- replace .process agent with running Execute to respect changed

root (bsc#1128853)
- drop spec dependencies on open-iscsi and iscsiuio as it is needed
  only on target system. This allows container size reduction
  (bsc#1128853)
- 4.5.5

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-iscsi-client?expand=0&rev=294
This commit is contained in:
YaST Team Bot 2022-10-06 08:30:05 +00:00 committed by Git OBS Bridge
parent cd5302f218
commit d8401e3f49
4 changed files with 23 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd5f6d3d04747c8bdc641365c1d1bb1b056618a0cec93e25835efb0e5b419d51
size 54937

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a657558dc3dc03366f192b335c40aafa9a05c077e422ecec122f6d4151ab21e0
size 54617

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 5 10:09:58 UTC 2022 - Josef Reidinger <jreidinger@suse.com>
- replace .process agent with running Execute to respect changed
root (bsc#1128853)
- drop spec dependencies on open-iscsi and iscsiuio as it is needed
only on target system. This allows container size reduction
(bsc#1128853)
- 4.5.5
-------------------------------------------------------------------
Tue Jun 21 13:19:31 UTC 2022 - Ancor Gonzalez Sosa <ancor@suse.com>

View File

@ -17,25 +17,23 @@
Name: yast2-iscsi-client
Version: 4.5.4
Version: 4.5.5
Release: 0
Summary: YaST2 - iSCSI Client Configuration
License: GPL-2.0-only
Group: System/YaST
URL: https://github.com/yast/yast-iscsi-client
Source0: %{name}-%{version}.tar.bz2
# Yast2::Systemd::Socket
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 2.23.15
# 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-packager
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
# Yast2::Systemd::Socket
Requires: iscsiuio
Requires: open-iscsi
Requires: yast2 >= 4.1.3
Requires: yast2-packager
Requires: yast2-ruby-bindings >= 3.1.7
@ -49,8 +47,10 @@ client.
%prep
%setup -q
%check
%yast_check
%build
%yast_build
%install
%yast_install
@ -58,6 +58,7 @@ client.
%files
%license COPYING
%doc %{yast_docdir}
%{yast_yncludedir}
%{yast_clientdir}
%{yast_moduledir}
@ -66,5 +67,6 @@ client.
%{yast_scrconfdir}
%{yast_schemadir}
%{yast_icondir}
%{yast_libdir}
%changelog