From b30767855bf87759c09a1fe4c7fd03e7af5d55d1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 14 Aug 2022 23:45:40 +0200 Subject: [PATCH] Debug install --- linstor-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linstor-client.spec b/linstor-client.spec index ec1315b..4af690c 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} +%{_python} setup.py install --root=%{buildroot} --prefix=%{_prefix} --debug %clean rm -rf $RPM_BUILD_ROOT