Updating sources to 9ca4731
Signed-off-by: Martin Hoyer <mhoyer@redhat.com>
This commit is contained in:
parent
851b5cf8e7
commit
6d786bedee
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/1.15.0.tar.gz
|
||||
/1.18.0.tar.gz
|
||||
/libiscsi-20200224-git6ea30ae.tar.xz
|
||||
/9ca47316f48b5ef7d0aa743031c5daccacdc0be7.tar.gz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: libiscsi
|
||||
Summary: iSCSI client library
|
||||
Version: 1.19.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.19.0^20230606git9ca4731
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/sahlberg/%{name}
|
||||
|
||||
%global commit 9ca47316f48b5ef7d0aa743031c5daccacdc0be7
|
||||
#Source: https://github.com/sahlberg/libiscsi/archive/{version}.tar.gz
|
||||
Source: libiscsi-20200224-git6ea30ae.tar.xz
|
||||
Source: https://github.com/sahlberg/libiscsi/archive/%{commit}.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: autoconf
|
||||
@ -32,7 +32,7 @@ a network.
|
||||
%global libiscsi_libdir %{_libdir}/iscsi
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -n libiscsi-%{commit}
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
@ -54,10 +54,9 @@ rm $RPM_BUILD_ROOT/%{libiscsi_libdir}/libiscsi.la
|
||||
|
||||
%files
|
||||
%license COPYING LICENCE-LGPL-2.1.txt
|
||||
%doc README TODO
|
||||
%doc README.md TODO
|
||||
%dir %{libiscsi_libdir}
|
||||
%{libiscsi_libdir}/libiscsi.so.9
|
||||
%{libiscsi_libdir}/libiscsi.so.*
|
||||
%{libiscsi_libdir}/libiscsi.so.9*
|
||||
%config /etc/ld.so.conf.d/*
|
||||
|
||||
%package utils
|
||||
@ -77,6 +76,7 @@ to iSCSI servers without having to set up the Linux iSCSI initiator.
|
||||
%{_bindir}/iscsi-swp
|
||||
%{_bindir}/iscsi-perf
|
||||
%{_bindir}/iscsi-test-cu
|
||||
%{_bindir}/iscsi-pr
|
||||
%{_mandir}/man1/iscsi-ls.1.gz
|
||||
%{_mandir}/man1/iscsi-inq.1.gz
|
||||
%{_mandir}/man1/iscsi-swp.1.gz
|
||||
@ -97,6 +97,11 @@ The libiscsi-devel package includes the header files for libiscsi.
|
||||
%{_libdir}/pkgconfig/libiscsi.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jul 04 2023 Martin Hoyer <mhoyer@redhat.com> - 1.19.0^20230606git9ca4731-1
|
||||
- Update sources to 9ca4731 git snapshot from Jun 6 2023
|
||||
- New tool iscsi-pr
|
||||
- Specfile fixes
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libiscsi-20200224-git6ea30ae.tar.xz) = 425b15c21f4078f9c4ce761595438c340c468cee59aa56c4f4a7890a7dc8f50385041d8e5cf134e50ece8b189763b929f2432cd58359689c04386a0c4d00cb50
|
||||
SHA512 (9ca47316f48b5ef7d0aa743031c5daccacdc0be7.tar.gz) = 227d6975d1e8f9119a55d4da36ffed560ff8ff78458af6348e7e13af43244a82916f2d9200c009b917af1892dd363f64f34a97e7314fd6f4d02671c0645399dd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user