From 93aa42b0f683f470cf3cc5680d3adf53244bbec3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:33 +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 --- ppp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ppp.spec b/ppp.spec index e087171..1d16daf 100644 --- a/ppp.spec +++ b/ppp.spec @@ -3,7 +3,7 @@ Summary: The Point-to-Point Protocol daemon Name: ppp Version: 2.4.7 -Release: 16%{?dist} +Release: 17%{?dist} License: BSD and LGPLv2+ and GPLv2+ and Public Domain Group: System Environment/Daemons URL: http://www.samba.org/ppp @@ -169,6 +169,9 @@ install -p %{SOURCE11} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifdo %doc PLUGINS %changelog +* Fri Feb 09 2018 Igor Gnatenko - 2.4.7-17 +- Escape macros in %%changelog + * Fri Feb 09 2018 Fedora Release Engineering - 2.4.7-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -237,7 +240,7 @@ install -p %{SOURCE11} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifdo - fix post installation scriptlet * Fri Jul 12 2013 Michal Sekletar - 2.4.5-32 -- don't ship /var/lock/ppp in rpm payload and create it in %post instead +- don't ship /var/lock/ppp in rpm payload and create it in %%post instead - fix installation of tmpfiles.d configuration - enable hardened build - fix bogus dates in changelog @@ -546,7 +549,7 @@ install -p %{SOURCE11} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifdo - automatic rebuild * Mon Jun 5 2000 Nalin Dahyabhai -- move man pages to %{_mandir} +- move man pages to %%{_mandir} * Thu Jun 1 2000 Nalin Dahyabhai - change perms using defattr