From 6275c8f4c7b39b74c910b64723c069de59da648f Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 09:24:22 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206000-iscsi-pe?= =?UTF-8?q?rf-fix-overflow-issue-in-fill=5Fread=5Fqueue.patch=20=E4=B8=BA?= =?UTF-8?q?=200004-iscsi-perf-fix-overflow-issue-in-fill=5Fread=5Fqueue.pa?= =?UTF-8?q?tch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...=> 0004-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6000-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch => 0004-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch (100%) diff --git a/6000-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch b/0004-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch similarity index 100% rename from 6000-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch rename to 0004-iscsi-perf-fix-overflow-issue-in-fill_read_queue.patch From c9a43ed81c80513c1b0a06dc60e30cc7969e5a34 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 09:24:36 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206001-sync-fix?= =?UTF-8?q?-return-value-for-various-sync-commands.patch=20=E4=B8=BA=20000?= =?UTF-8?q?5-sync-fix-return-value-for-various-sync-commands.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... => 0005-sync-fix-return-value-for-various-sync-commands.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6001-sync-fix-return-value-for-various-sync-commands.patch => 0005-sync-fix-return-value-for-various-sync-commands.patch (100%) diff --git a/6001-sync-fix-return-value-for-various-sync-commands.patch b/0005-sync-fix-return-value-for-various-sync-commands.patch similarity index 100% rename from 6001-sync-fix-return-value-for-various-sync-commands.patch rename to 0005-sync-fix-return-value-for-various-sync-commands.patch From 105a5f40eaeee5161c8be8bad49658d4adb7c6ec Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 09:27:10 +0800 Subject: [PATCH 3/3] 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