- 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:
committed by
Git OBS Bridge
parent
cd5302f218
commit
d8401e3f49
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd5f6d3d04747c8bdc641365c1d1bb1b056618a0cec93e25835efb0e5b419d51
|
|
||||||
size 54937
|
|
3
yast2-iscsi-client-4.5.5.tar.bz2
Normal file
3
yast2-iscsi-client-4.5.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a657558dc3dc03366f192b335c40aafa9a05c077e422ecec122f6d4151ab21e0
|
||||||
|
size 54617
|
@@ -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>
|
Tue Jun 21 13:19:31 UTC 2022 - Ancor Gonzalez Sosa <ancor@suse.com>
|
||||||
|
|
||||||
|
@@ -17,25 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-iscsi-client
|
Name: yast2-iscsi-client
|
||||||
Version: 4.5.4
|
Version: 4.5.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - iSCSI Client Configuration
|
Summary: YaST2 - iSCSI Client Configuration
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
URL: https://github.com/yast/yast-iscsi-client
|
URL: https://github.com/yast/yast-iscsi-client
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
# Yast2::Systemd::Socket
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
|
||||||
BuildRequires: libxslt
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2 >= 2.23.15
|
# Yast2::Systemd::Socket
|
||||||
BuildRequires: yast2 >= 4.1.3
|
BuildRequires: yast2 >= 4.1.3
|
||||||
|
# needed for test of finish client which include installation/misc
|
||||||
BuildRequires: yast2-devtools >= 4.4.0
|
BuildRequires: yast2-devtools >= 4.4.0
|
||||||
|
BuildRequires: yast2-installation
|
||||||
BuildRequires: yast2-packager
|
BuildRequires: yast2-packager
|
||||||
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||||
# Yast2::Systemd::Socket
|
# Yast2::Systemd::Socket
|
||||||
Requires: iscsiuio
|
|
||||||
Requires: open-iscsi
|
|
||||||
Requires: yast2 >= 4.1.3
|
Requires: yast2 >= 4.1.3
|
||||||
Requires: yast2-packager
|
Requires: yast2-packager
|
||||||
Requires: yast2-ruby-bindings >= 3.1.7
|
Requires: yast2-ruby-bindings >= 3.1.7
|
||||||
@@ -49,8 +47,10 @@ client.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%check
|
||||||
|
%yast_check
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
%yast_install
|
||||||
@@ -58,6 +58,7 @@ client.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%doc %{yast_docdir}
|
||||||
%{yast_yncludedir}
|
%{yast_yncludedir}
|
||||||
%{yast_clientdir}
|
%{yast_clientdir}
|
||||||
%{yast_moduledir}
|
%{yast_moduledir}
|
||||||
@@ -66,5 +67,6 @@ client.
|
|||||||
%{yast_scrconfdir}
|
%{yast_scrconfdir}
|
||||||
%{yast_schemadir}
|
%{yast_schemadir}
|
||||||
%{yast_icondir}
|
%{yast_icondir}
|
||||||
|
%{yast_libdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user