From 562425a0cc3afdaabe5323872060a981f6835ba6 Mon Sep 17 00:00:00 2001 From: chendexi Date: Mon, 6 Jan 2025 01:54:51 +0000 Subject: [PATCH] fix build error Signed-off-by: chendexi (cherry picked from commit 7a80378fa9055fe32c122015e7b434fafdc915d8) --- ignition.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ignition.spec b/ignition.spec index ac263ed..7a6b8ca 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.14.0 -Release: 5 +Release: 6 Summary: First boot installer and configuration tool License: Apache-2.0 URL: https://github.com/coreos/ignition @@ -255,6 +256,12 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition %{_bindir}/ignition-validate %changelog +* Mon Jan 06 2025 chendexi - 2.14.0-6 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: fix build error + * Thu Apr 18 2024 zhangbowei - 2.14.0-5 - Type:bugfix - CVE:NA -- Gitee