Do not condition global variables on a release/distro

This commit is contained in:
Timothée Ravier 2024-11-05 11:35:15 +01:00
parent 699be74475
commit 297e53234d

View File

@ -10,10 +10,8 @@
%global ignedgecommit b8d1b7a52c28fd5c33d15a0628d4b69f242f5c57
%global ignedgeshortcommit %(c=%{ignedgecommit}; echo ${c:0:7})
%if 0%{?rhel} && 0%{?rhel} == 10
# For vendored gdisk
%global gdiskversion 1.0.10
%endif
# https://github.com/coreos/ignition
%global goipath github.com/coreos/ignition