From 3b4e0e71b0ddc7dd4e3ee4e29c4795b847c3f510 Mon Sep 17 00:00:00 2001 From: chendexi Date: Mon, 6 Jan 2025 02:09:02 +0000 Subject: [PATCH] fix build error Signed-off-by: chendexi (cherry picked from commit 478e866502f546e4c503e788accdf81c4b0f1a57) --- ignition.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ignition.spec b/ignition.spec index cb2bced..81b0bbe 100644 --- a/ignition.spec +++ b/ignition.spec @@ -1,12 +1,13 @@ %bcond_with check +%define debug_package %{nil} %global dracutlibdir %{_prefix}/lib/dracut %global gobuild go build %global gotest go test Name: ignition Version: 2.18.0 -Release: 1 +Release: 2 Summary: First boot installer and configuration tool License: Apache-2.0 URL: https://github.com/coreos/ignition @@ -223,6 +224,12 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition %{_bindir}/ignition-validate %changelog +* Mon Jan 06 2025 chendexi - 2.18.0-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: fix build error + * Mon Apr 15 2024 liukuo - 2.18.0-1 - upgrade version to 2.18.0, featuring selective inclusion of the dracut module in initramfs upon request and added support for Scaleway -- Gitee