From c134dc2ed2fb59b3bc9ed1d0d7ac9f5e0087c601 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 14 Aug 2022 23:52:25 +0200 Subject: [PATCH] Disable debug_package --- linstor-client.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/linstor-client.spec b/linstor-client.spec index 194759a..83c53d7 100644 --- a/linstor-client.spec +++ b/linstor-client.spec @@ -13,6 +13,7 @@ BuildRequires: python-linstor Requires: python-linstor >= %{version} %define __python %{__python3} +%global debug_package %{nil} %description User space client to ease DRBD9 resource management.