2011-01-19 14:19:23 +00:00
|
|
|
#
|
2011-08-12 08:33:51 +00:00
|
|
|
# spec file for package yast2-iscsi-client
|
|
|
|
#
|
2022-01-12 15:17:24 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2011-08-12 08:33:51 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2021-01-22 14:47:14 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-07-15 06:34:42 +00:00
|
|
|
#
|
2011-01-19 14:19:23 +00:00
|
|
|
|
|
|
|
|
2011-08-12 08:33:51 +00:00
|
|
|
Name: yast2-iscsi-client
|
2022-05-16 15:09:25 +00:00
|
|
|
Version: 4.5.3
|
2011-09-12 13:42:11 +00:00
|
|
|
Release: 0
|
2019-06-04 09:46:45 +00:00
|
|
|
Summary: YaST2 - iSCSI Client Configuration
|
|
|
|
License: GPL-2.0-only
|
|
|
|
Group: System/YaST
|
2021-01-22 14:47:14 +00:00
|
|
|
URL: https://github.com/yast/yast-iscsi-client
|
2013-10-16 09:05:49 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2018-08-23 13:46:49 +00:00
|
|
|
# Yast2::Systemd::Socket
|
2012-04-10 16:05:27 +00:00
|
|
|
BuildRequires: docbook-xsl-stylesheets
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: update-desktop-files
|
2013-01-04 12:23:26 +00:00
|
|
|
BuildRequires: yast2 >= 2.23.15
|
2018-08-23 13:46:49 +00:00
|
|
|
BuildRequires: yast2 >= 4.1.3
|
2021-04-21 07:40:57 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.4.0
|
|
|
|
BuildRequires: yast2-packager
|
2019-08-22 15:21:12 +00:00
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
2018-08-23 13:46:49 +00:00
|
|
|
# Yast2::Systemd::Socket
|
2014-06-11 12:09:18 +00:00
|
|
|
Requires: iscsiuio
|
2014-04-09 10:01:38 +00:00
|
|
|
Requires: open-iscsi
|
2019-06-04 09:46:45 +00:00
|
|
|
Requires: yast2 >= 4.1.3
|
2021-04-21 07:40:57 +00:00
|
|
|
Requires: yast2-packager
|
2014-03-14 10:11:23 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 3.1.7
|
2020-08-12 10:05:58 +00:00
|
|
|
Supplements: autoyast(iscsi-client)
|
2019-06-04 09:46:45 +00:00
|
|
|
BuildArch: noarch
|
2011-01-19 14:19:23 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the YaST2 component for configuration of an iSCSI
|
|
|
|
client.
|
|
|
|
|
|
|
|
%prep
|
2019-06-04 09:46:45 +00:00
|
|
|
%setup -q
|
2011-01-19 14:19:23 +00:00
|
|
|
|
|
|
|
%build
|
2013-10-16 09:05:49 +00:00
|
|
|
%yast_build
|
2011-01-19 14:19:23 +00:00
|
|
|
|
|
|
|
%install
|
2013-10-16 09:05:49 +00:00
|
|
|
%yast_install
|
2019-06-04 09:46:45 +00:00
|
|
|
%yast_metainfo
|
2011-01-19 14:19:23 +00:00
|
|
|
|
|
|
|
%files
|
2021-04-21 07:40:57 +00:00
|
|
|
%license COPYING
|
2019-06-04 09:46:45 +00:00
|
|
|
%{yast_yncludedir}
|
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_moduledir}
|
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
|
|
|
%{yast_scrconfdir}
|
|
|
|
%{yast_schemadir}
|
2018-11-28 12:45:03 +00:00
|
|
|
%{yast_icondir}
|
2011-09-12 13:42:11 +00:00
|
|
|
|
2011-08-12 08:33:51 +00:00
|
|
|
%changelog
|