From d8494f792e41fa47fab38229666388dd15c3de01 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:03 +0100 Subject: [PATCH] Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- livecd-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/livecd-tools.spec b/livecd-tools.spec index 459184e..886ebb0 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -10,7 +10,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 25.0 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -188,6 +188,9 @@ rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-* %endif %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1:25.0-3 +- Escape macros in %%changelog + * Wed Feb 07 2018 Patrick Uiterwijk - 1:25.0-2 - Backport patch to fix appliance-creator @@ -672,7 +675,7 @@ rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-* - Version 16.1 (bcl) - Print reason for sudden exit (bcl) - Fix skipcopy usage with DVD iso (#644194) (bmj001) -- Move selinux relabel to after %post (#648591) (bcl) +- Move selinux relabel to after %%post (#648591) (bcl) - Add support for virtio disks to livecd (#672936) (bcl) - Support attached LiveOS devices as well as image files for LiveOS editing. (fgrose)