From e10a8702a7f5011fd006eb77d96089cf56fb4a3a Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 8 Mar 2022 19:44:38 +0100 Subject: [PATCH] spec: drop the debug_package %define The generated RPM is noarch, so by definition has no binaries to extract debug symbols from. Hence, drop the %define that makes RPM not error out in case there are no debug symbols around (usually in archful binaries). --- packaging/cockpit-starter-kit.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/cockpit-starter-kit.spec.in b/packaging/cockpit-starter-kit.spec.in index ae9f021..7a0093c 100644 --- a/packaging/cockpit-starter-kit.spec.in +++ b/packaging/cockpit-starter-kit.spec.in @@ -13,8 +13,6 @@ BuildRequires: libappstream-glib Requires: cockpit-system -%define debug_package %{nil} - %description Cockpit Starter Kit Example Module