Summary: DRBD distributed resource management utility Name: linstor-client %define name_ linstor_client Version: 1.24.0 Release: 5%{?dist} License: GPLv3 Group: System Environment/Daemons Source0: https://pkg.linbit.com//downloads/linstor/%{name_}-%{version}.tar.gz BuildArch: noarch Vendor: LINBIT HA-Solutions GmbH Packager: LINSTOR Team Requires: python-linstor >= 1.16.0 Url: https://www.linbit.com BuildRequires: python3-setuptools git BuildRequires: python%{python3_pkgversion}-devel make %define NAME_VERS %{name_}-%{version} %description This client program communicates to controller node which manages the resources %prep %setup -q -n %{NAME_VERS} rm -rf linstor-client %build %py3_build %install %py3_install %clean rm -rf $RPM_BUILD_ROOT %files %doc README.md %{python3_sitelib}/* /etc/bash_completion.d/linstor /usr/bin/linstor %defattr(-,root,root) %changelog * Fri Dec 16 2022 SaigyoujiYuyuko233 1.16.0-5 - fix destination path '.' already exists and is not an empty directory * Fri Dec 16 2022 SaigyoujiYuyuko233 1.16.0-4 - Clone into root dir - Fix: No such file or directory * Fri Dec 16 2022 SaigyoujiYuyuko233 1.16.0-3 - Fix variable * Fri Dec 16 2022 SaigyoujiYuyuko233 1.16.0-2 - Pull src from git