Skip to content

Commit

Permalink
Explicitely assign theme global property in pki.spec
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fmarco76 committed Nov 5, 2024
1 parent e28470a commit 70c58e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70c58e6

Please sign in to comment.