From d2814d4c336d8d6efc778dba6e19ad32a9bf29cf Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Mon, 5 Feb 2024 11:49:47 +0100 Subject: [PATCH] Add debug package If no debug package are generated binary files included in the rpm are not stripped and will include debug symbols. Therefore, debug package are re-introduced. --- pki-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pki-core.spec b/pki-core.spec index 3d2ce39..b556ff4 100644 --- a/pki-core.spec +++ b/pki-core.spec @@ -97,7 +97,7 @@ ExcludeArch: i686 %bcond_with theme %bcond_without meta %bcond_with tests -%bcond_with debug +%bcond_without debug # Don't build console unless --with console is specified. %bcond_with console