Skip to content

Commit

Permalink
packaging: use 'global' instead of 'define' in the spec file
Browse files Browse the repository at this point in the history
As per Fedora packaging guidelines.
  • Loading branch information
KKoukiou committed Nov 13, 2023
1 parent 8ec41c5 commit 1d16a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/anaconda-webui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ BuildRequires: libappstream-glib
BuildRequires: make
BuildRequires: gettext

%define anacondacorever 40.9
%define cockpitver 275
%global anacondacorever 40.9
%global cockpitver 275

Requires: cockpit-bridge >= %{cockpitver}
Requires: cockpit-ws >= %{cockpitver}
Expand Down

0 comments on commit 1d16a56

Please sign in to comment.