From 105a5f40eaeee5161c8be8bad49658d4adb7c6ec Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 09:27:10 +0800 Subject: [PATCH] update libiscsi.spec. --- libiscsi.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/libiscsi.spec b/libiscsi.spec index d1751ec..ac8fd9f 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -1,18 +1,18 @@ Name: libiscsi Version: 1.18.0 -Release: 6 +Release: 7 Summary: Client-side library to implement the iSCSI protocol License: LGPLv2+ and GPLv2+ URL: https://github.com/sahlberg/%{name} Source: https://github.com/sahlberg/%{name}/archive/%{version}.tar.gz -Patch0000: 0000-Fix-compiler-warning-error-under-gcc7.patch -Patch0001: 0001-Fix-another-compiler-warning.patch -Patch0002: 0002-Fix-32bit-build.patch -Patch0003: 0003-iser-Use-local-container_of-definition.patch -Patch6000: 6000-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch -Patch6001: 6001-sync-fix-return-value-for-various-sync-commands.patch +Patch0: 0000-Fix-compiler-warning-error-under-gcc7.patch +Patch1: 0001-Fix-another-compiler-warning.patch +Patch2: 0002-Fix-32bit-build.patch +Patch3: 0003-iser-Use-local-container_of-definition.patch +Patch4: 0004-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch +Patch5: 0005-sync-fix-return-value-for-various-sync-commands.patch BuildRequires: gcc git 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 %changelog +* Tue Jun 30 2020 volcanodragon - 1.18.0-7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: renumber patches + * Sat Aug 31 2019 mingfangsen - 1.18.0-6 - Package init