update libiscsi.spec.

This commit is contained in:
lfl 2020-06-30 09:27:10 +08:00 committed by Gitee
parent c9a43ed81c
commit 105a5f40ea

View File

@ -1,18 +1,18 @@
Name: libiscsi Name: libiscsi
Version: 1.18.0 Version: 1.18.0
Release: 6 Release: 7
Summary: Client-side library to implement the iSCSI protocol Summary: Client-side library to implement the iSCSI protocol
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
URL: https://github.com/sahlberg/%{name} URL: https://github.com/sahlberg/%{name}
Source: https://github.com/sahlberg/%{name}/archive/%{version}.tar.gz Source: https://github.com/sahlberg/%{name}/archive/%{version}.tar.gz
Patch0000: 0000-Fix-compiler-warning-error-under-gcc7.patch Patch0: 0000-Fix-compiler-warning-error-under-gcc7.patch
Patch0001: 0001-Fix-another-compiler-warning.patch Patch1: 0001-Fix-another-compiler-warning.patch
Patch0002: 0002-Fix-32bit-build.patch Patch2: 0002-Fix-32bit-build.patch
Patch0003: 0003-iser-Use-local-container_of-definition.patch Patch3: 0003-iser-Use-local-container_of-definition.patch
Patch6000: 6000-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch Patch4: 0004-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch
Patch6001: 6001-sync-fix-return-value-for-various-sync-commands.patch Patch5: 0005-sync-fix-return-value-for-various-sync-commands.patch
BuildRequires: gcc git BuildRequires: gcc git
BuildRequires: autoconf automake libtool popt-devel CUnit-devel libgcrypt-devel rdma-core-devel chrpath BuildRequires: autoconf automake libtool popt-devel CUnit-devel libgcrypt-devel rdma-core-devel chrpath
@ -102,5 +102,11 @@ This package contains the help info for %{name}.
%{_mandir}/man1/iscsi-test-cu.1.gz %{_mandir}/man1/iscsi-test-cu.1.gz
%changelog %changelog
* Tue Jun 30 2020 volcanodragon <linfeilong@huawei.com> - 1.18.0-7
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: renumber patches
* Sat Aug 31 2019 mingfangsen <mingfangsen@huawei.com> - 1.18.0-6 * Sat Aug 31 2019 mingfangsen <mingfangsen@huawei.com> - 1.18.0-6
- Package init - Package init