add BuildRequires libgfapi0

Signed-off-by: zhangdaolong <dlzhangak@isoftstone.com>
This commit is contained in:
zhangdaolong 2023-03-23 13:28:43 +00:00 committed by Gitee
parent f15c13ac74
commit 4d11354aa9
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