From 70c58e6dbb56bb04e2f9f2911d2eb03690bc81cd Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Tue, 5 Nov 2024 12:59:06 +0100 Subject: [PATCH] Explicitely assign `theme` global property in pki.spec The theme property is read from `build.sh` using a regular expression and the output provided to CMake. If the value is replaced with a variable then the CMake build cannot work. --- pki.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pki.spec b/pki.spec index 6cdfad04fb6..a166b2ef321 100644 --- a/pki.spec +++ b/pki.spec @@ -2,10 +2,9 @@ Name: pki ################################################################################ -%global vendor_id dogtag %global product_name Dogtag PKI -%global product_id %{vendor_id}-pki -%global theme %{vendor_id} +%global product_id dogtag-pki +%global theme dogtag # Upstream version number: %global major_version 11