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)