Escape macros in %changelog

Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-09 09:04:57 +01:00
parent 55b5918c3d
commit 3bb02fdc8a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 0.3-8
- Escape macros in %%changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 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 <psutter@redhat.com> - 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 <psutter@redhat.com> - 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 <psutter@redhat.com> - 0.3-1