diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-01 09:03:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-01 09:03:54 +0000 |
commit | 238b251ac14698c69aa31996847bd76d937c8fb3 (patch) | |
tree | ce5c2f76d35ca944164f9d6ee77712c739153c48 | |
parent | cb44a525e2d74a85211c6a86becc6201ce95dc41 (diff) |
automatic import of tcmu-runneropeneuler20.03
-rw-r--r-- | tcmu-runner.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tcmu-runner.spec b/tcmu-runner.spec index 3964fab..277bca1 100644 --- a/tcmu-runner.spec +++ b/tcmu-runner.spec @@ -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,5 +154,8 @@ 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 |