From 5873841bec22a1139c13c50c501e70c95f082bb1 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 28 Jan 2022 04:53:09 -0500 Subject: [PATCH] Fix macro invocation in comment --- ignition.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ignition.spec b/ignition.spec index d807ccf..8093b0b 100644 --- a/ignition.spec +++ b/ignition.spec @@ -2,7 +2,7 @@ %if 0%{?fedora} %bcond_without check %else -# %gocheck isn't currently provided on CentOS/RHEL +# %%gocheck isn't currently provided on CentOS/RHEL # https://bugzilla.redhat.com/show_bug.cgi?id=1982298 %bcond_with check %endif @@ -332,6 +332,7 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition * Fri Jan 28 2022 Benjamin Gilbert - 2.13.0-4 - Rename -validate-nonlinux subpackage to -validate-redistributable - Add static Linux binaries to -redistributable +- Fix macro invocation in comment * Thu Jan 20 2022 Benjamin Gilbert - 2.13.0-3 - Fix LUKS volume reuse