From 297e53234dac3dfc03ec6b7c868ea982583c88f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 5 Nov 2024 11:35:15 +0100 Subject: [PATCH] Do not condition global variables on a release/distro --- ignition.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ignition.spec b/ignition.spec index e578b61..e66ecd8 100644 --- a/ignition.spec +++ b/ignition.spec @@ -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