Fix macro invocation in comment

This commit is contained in:
Benjamin Gilbert 2022-01-28 04:53:09 -05:00
parent de340079e8
commit 5873841bec

View File

@ -2,7 +2,7 @@
%if 0%{?fedora} %if 0%{?fedora}
%bcond_without check %bcond_without check
%else %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 # https://bugzilla.redhat.com/show_bug.cgi?id=1982298
%bcond_with check %bcond_with check
%endif %endif
@ -332,6 +332,7 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition
* Fri Jan 28 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-4 * Fri Jan 28 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-4
- Rename -validate-nonlinux subpackage to -validate-redistributable - Rename -validate-nonlinux subpackage to -validate-redistributable
- Add static Linux binaries to -redistributable - Add static Linux binaries to -redistributable
- Fix macro invocation in comment
* Thu Jan 20 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-3 * Thu Jan 20 2022 Benjamin Gilbert <bgilbert@redhat.com> - 2.13.0-3
- Fix LUKS volume reuse - Fix LUKS volume reuse