forked from pool/yast2-iscsi-client
- Add metainfo (fate#319035)
- Revamp spec - Replace GenericName with Comment - 4.2.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-iscsi-client?expand=0&rev=271
This commit is contained in:
parent
add7d5d163
commit
da53c4ec3b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3417dd68d5da926e211a2cb43e67f3f4141ba12cefd99ad7e93563cc51ba066
|
|
||||||
size 47306
|
|
3
yast2-iscsi-client-4.2.1.tar.bz2
Normal file
3
yast2-iscsi-client-4.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:937b7aa8d38ecb7eeae80384156849b0353082c59c7afd18673ed9f206b82e08
|
||||||
|
size 47444
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 31 12:31:43 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
|
||||||
|
|
||||||
|
- Add metainfo (fate#319035)
|
||||||
|
- Revamp spec
|
||||||
|
- Replace GenericName with Comment
|
||||||
|
- 4.2.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 11:17:12 UTC 2019 - Steffen Winterfeldt <snwint@suse.com>
|
Thu May 16 11:17:12 UTC 2019 - Steffen Winterfeldt <snwint@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-iscsi-client
|
Name: yast2-iscsi-client
|
||||||
Version: 4.2.0
|
Version: 4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: YaST2 - iSCSI Client Configuration
|
||||||
|
License: GPL-2.0-only
|
||||||
|
Group: System/YaST
|
||||||
|
Url: https://github.com/yast/yast-iscsi-client
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# Yast2::Systemd::Socket
|
# Yast2::Systemd::Socket
|
||||||
@ -29,50 +32,41 @@ BuildRequires: libxslt
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2 >= 2.23.15
|
BuildRequires: yast2 >= 2.23.15
|
||||||
BuildRequires: yast2 >= 4.1.3
|
BuildRequires: yast2 >= 4.1.3
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 4.2.2
|
||||||
BuildRequires: rubygem(rspec)
|
BuildRequires: rubygem(rspec)
|
||||||
|
|
||||||
Requires: yast2-packager
|
Requires: yast2-packager
|
||||||
|
|
||||||
# Yast2::Systemd::Socket
|
# Yast2::Systemd::Socket
|
||||||
Requires: yast2 >= 4.1.3
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
Requires: iscsiuio
|
Requires: iscsiuio
|
||||||
Requires: open-iscsi
|
Requires: open-iscsi
|
||||||
|
Requires: yast2 >= 4.1.3
|
||||||
Requires: yast2-ruby-bindings >= 3.1.7
|
Requires: yast2-ruby-bindings >= 3.1.7
|
||||||
|
|
||||||
Summary: YaST2 - iSCSI Client Configuration
|
BuildArch: noarch
|
||||||
License: GPL-2.0-only
|
|
||||||
Group: System/YaST
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the YaST2 component for configuration of an iSCSI
|
This package contains the YaST2 component for configuration of an iSCSI
|
||||||
client.
|
client.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
%yast_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
%yast_install
|
||||||
|
%yast_metainfo
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%{yast_yncludedir}
|
||||||
%dir %{yast_yncludedir}/iscsi-client
|
%{yast_clientdir}
|
||||||
%{yast_yncludedir}/iscsi-client/*
|
%{yast_moduledir}
|
||||||
%{yast_clientdir}/iscsi-client.rb
|
%{yast_desktopdir}
|
||||||
%{yast_clientdir}/iscsi-client_*.rb
|
%{yast_metainfodir}
|
||||||
%{yast_clientdir}/inst_iscsi-client.rb
|
%{yast_scrconfdir}
|
||||||
%{yast_moduledir}/IscsiClient.*
|
|
||||||
%{yast_moduledir}/IscsiClientLib.*
|
|
||||||
%{yast_desktopdir}/iscsi-client.desktop
|
|
||||||
%{yast_scrconfdir}/iscsid.scr
|
|
||||||
%doc %{yast_docdir}
|
%doc %{yast_docdir}
|
||||||
%{yast_schemadir}/autoyast/rnc/iscsi-client.rnc
|
%{yast_schemadir}
|
||||||
%{yast_icondir}
|
%{yast_icondir}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user