fix libiscsi.spec format.

https://gitee.com/src-openeuler/libiscsi/issues/IAGVRR?from=project-issue

Signed-off-by: 客串一回 <cossbow@qq.com>
This commit is contained in:
客串一回 2024-07-31 10:05:04 +00:00 committed by Gitee
parent 044628e692
commit dfa8e858f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libiscsi Name: libiscsi
Version: 1.19.0 Version: 1.19.0
Release: 10 Release: 11
Summary: Client-side library to implement the iSCSI protocol Summary: Client-side library to implement the iSCSI protocol
Recommends: %{name}-utils Recommends: %{name}-utils
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
@ -32,7 +32,7 @@ Patch23: 0023-iscsi-command-Fix-leak-in-iscsi_send_data_out.patch
Source: https://github.com/sahlberg/%{name}/archive/%{version}.tar.gz Source: https://github.com/sahlberg/%{name}/archive/%{version}.tar.gz
BuildRequires: gcc BuildRequires: gcc
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
%description %description
@ -130,6 +130,9 @@ This package contains utilities of %{name} to connect to iSCSI targets
%{_bindir}/iscsi-test-cu %{_bindir}/iscsi-test-cu
%changelog %changelog
* Wed Jul 31 2024 JiangJianJun <jiangjianjun3@huawei.com> - 1.19.0-11
- DESC: fix spec format
* Wed Mar 22 2023 Wenchao Hao <haowenchao2@huawei.com> - 1.19.0-10 * Wed Mar 22 2023 Wenchao Hao <haowenchao2@huawei.com> - 1.19.0-10
- DESC: backport patch to fix some memory leak issues - DESC: backport patch to fix some memory leak issues