diff --git a/ignition.spec b/ignition.spec index 434b7d862b74f59ebfae9f34d35c4ca7074f13c3..d19943d95a548d29af391c4c60143b0561fb8c7e 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