From 38dfb5ff228729ace567b66db366eb4176428207 Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Wed, 29 Jul 2020 17:17:29 +0800 Subject: [PATCH] update to 1.19.0 version update to 1.19.0 version --- libiscsi.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/libiscsi.spec b/libiscsi.spec index d1751ec..d174655 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -1,19 +1,12 @@ Name: libiscsi -Version: 1.18.0 -Release: 6 +Version: 1.19.0 +Release: 1 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 - BuildRequires: gcc git BuildRequires: autoconf automake libtool popt-devel CUnit-devel libgcrypt-devel rdma-core-devel chrpath @@ -102,5 +95,8 @@ This package contains the help info for %{name}. %{_mandir}/man1/iscsi-test-cu.1.gz %changelog +* Wed Jul 29 2020 yanglongkang - 1.19.0-1 +- update to 1.19.0 version + * Sat Aug 31 2019 mingfangsen - 1.18.0-6 - Package init