Skip to content

Commit

Permalink
Fix product_id and theme params in pki.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 21, 2025
1 parent 12e4d5c commit 9ab499a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
Name: pki
################################################################################

# Don't use macros in these params since they need to be parsed by build.sh
%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 9ab499a

Please sign in to comment.