From 29f756f9577a7974e067e3ae47e59279bddbf238 Mon Sep 17 00:00:00 2001 From: chendexi Date: Thu, 13 Feb 2025 14:50:14 +0800 Subject: [PATCH] fix build error (cherry picked from commit 088fba64d6051146c199268a908bae4a36c0ddba) --- ignition.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ignition.spec b/ignition.spec index 434b7d8..d19943d 100644 --- a/ignition.spec +++ b/ignition.spec @@ -1,4 +1,5 @@ %bcond_with check +%define debug_package %{nil} %global dracutlibdir %{_prefix}/lib/dracut %global gobuild go build @@ -6,7 +7,7 @@ Name: ignition Version: 2.19.0 -Release: 3 +Release: 4 Summary: First boot installer and configuration tool License: Apache-2.0 URL: https://github.com/coreos/ignition @@ -225,6 +226,12 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition %{_bindir}/ignition-validate %changelog +* Thu Feb 13 2025 chendexi - 2.19.0-4 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: fix build error + * Thu Sep 12 2024 tenglei - 2.19.0-3 - Type:bugfix - CVE:NA -- Gitee