!4 【轻量级 PR】:add BuildRequires libgfapi0

From: @zhangdaolong 
Reviewed-by: @swf504 
Signed-off-by: @swf504
This commit is contained in:
openeuler-ci-bot 2023-03-23 13:40:44 +00:00 committed by Gitee
commit a1f9fc03d7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -36,7 +36,7 @@ Summary: A daemon that handles the userspace side of the LIO TCM-User back
Group: System Environment/Daemons
License: ASL 2.0 or LGPLv2+
Version: 1.6.0
Release: 1
Release: 2
URL: https://github.com/open-iscsi/tcmu-runner
BuildRoot: %(mktemp -udp %{_tmppath}/%{name}-%{version})
@ -53,6 +53,7 @@ Requires(pre): librados2, librbd1
%if %{with glfs}
BuildRequires: glusterfs-api-devel
BuildRequires: libgfapi0
Requires(pre): glusterfs-api
%endif
@ -153,6 +154,9 @@ sed -i 's/-Werror//g' CMakeLists.txt
%{_libdir}/libtcmu*.so
%changelog
* Thu Mar 23 2023 zhangdaolong <zhangdaolong@isoftstone.com> - 1.6.0-2
- add BuildRequires libgfapi0
* Tue Jan 03 2023 zhangdaolong <zhangdaolong@isoftstone.com> - 1.6.0-1
- Created spec file for 1.6.0 release