From 3bb02fdc8a6d213bc671b7f5e1439ba6834ebe58 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:04:57 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/libkeepalive.spec b/libkeepalive.spec index f64c227..c14f761 100644 --- a/libkeepalive.spec +++ b/libkeepalive.spec @@ -1,6 +1,6 @@ Name: libkeepalive Version: 0.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Enable TCP keepalive in dynamic binaries URL: http://libkeepalive.sourceforge.net/ @@ -41,6 +41,9 @@ install -p -m 0755 -D src/libkeepalive.so %{buildroot}%{_libdir}/libkeepalive.so %{_libdir}/libkeepalive.so %changelog +* Fri Feb 09 2018 Igor Gnatenko - 0.3-8 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -54,8 +57,8 @@ install -p -m 0755 -D src/libkeepalive.so %{buildroot}%{_libdir}/libkeepalive.so - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 05 2016 Phil Sutter - 0.3-3 -- Use %autosetup flag '-p1' instead of '-S git' to get rid of git dependency. -- Use %license macro in %files section. +- Use %%autosetup flag '-p1' instead of '-S git' to get rid of git dependency. +- Use %%license macro in %%files section. - Added comment about included patches' upstream status. * Fri Nov 25 2016 Phil Sutter - 0.3-2 @@ -63,8 +66,8 @@ install -p -m 0755 -D src/libkeepalive.so %{buildroot}%{_libdir}/libkeepalive.so - Add source code patches to facilitate following changes. - Patches managed in git, so add git as another build requirement. - Respect build system compiler flags. -- Use %make_build instead of plain make in %build. -- Add %check target which performs unattended runtime test. +- Use %%make_build instead of plain make in %%build. +- Add %%check target which performs unattended runtime test. - Use -D install flag instead of manual mkdir. * Thu Nov 17 2016 Phil Sutter - 0.3-1