From f827120b9c9119712134eec4b8307f9a7c58c738 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 14 Aug 2022 23:47:43 +0200 Subject: [PATCH] Wrong python macro --- linstor-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linstor-client.spec b/linstor-client.spec index 4af690c..67e74b4 100644 --- a/linstor-client.spec +++ b/linstor-client.spec @@ -24,7 +24,7 @@ User space client to ease DRBD9 resource management. %{python} setup.py build %install -%{_python} setup.py install --root=%{buildroot} --prefix=%{_prefix} --debug +%{python} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT