add BuildRequires libgfapi0
Signed-off-by: zhangdaolong <dlzhangak@isoftstone.com>
This commit is contained in:
parent
f15c13ac74
commit
4d11354aa9
@ -36,7 +36,7 @@ Summary: A daemon that handles the userspace side of the LIO TCM-User back
|
|||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: ASL 2.0 or LGPLv2+
|
License: ASL 2.0 or LGPLv2+
|
||||||
Version: 1.6.0
|
Version: 1.6.0
|
||||||
Release: 1
|
Release: 2
|
||||||
URL: https://github.com/open-iscsi/tcmu-runner
|
URL: https://github.com/open-iscsi/tcmu-runner
|
||||||
|
|
||||||
BuildRoot: %(mktemp -udp %{_tmppath}/%{name}-%{version})
|
BuildRoot: %(mktemp -udp %{_tmppath}/%{name}-%{version})
|
||||||
@ -53,6 +53,7 @@ Requires(pre): librados2, librbd1
|
|||||||
|
|
||||||
%if %{with glfs}
|
%if %{with glfs}
|
||||||
BuildRequires: glusterfs-api-devel
|
BuildRequires: glusterfs-api-devel
|
||||||
|
BuildRequires: libgfapi0
|
||||||
Requires(pre): glusterfs-api
|
Requires(pre): glusterfs-api
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -153,6 +154,9 @@ sed -i 's/-Werror//g' CMakeLists.txt
|
|||||||
%{_libdir}/libtcmu*.so
|
%{_libdir}/libtcmu*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 03 2023 zhangdaolong <zhangdaolong@isoftstone.com> - 1.6.0-1
|
||||||
- Created spec file for 1.6.0 release
|
- Created spec file for 1.6.0 release
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user