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:05:56 +01:00
parent 66be0dc07f
commit 262c2c08fb
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,6 +1,6 @@
Name: remind Name: remind
Version: 03.01.15 Version: 03.01.15
Release: 5%{?dist} Release: 6%{?dist}
Summary: A sophisticated calendar and alarm program Summary: A sophisticated calendar and alarm program
Group: Applications/Productivity Group: Applications/Productivity
@ -95,6 +95,9 @@ desktop-file-install \
%{_mandir}/man1/tkremind.1.gz %{_mandir}/man1/tkremind.1.gz
%changelog %changelog
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 03.01.15-6
- Escape macros in %%changelog
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 03.01.15-5 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 03.01.15-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
@ -206,7 +209,7 @@ desktop-file-install \
* Wed Apr 25 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.00.24-1.1 * Wed Apr 25 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.00.24-1.1
- Applied patch from Dan Young (dyoung@mesd.k12.or.us) to not strip binaries - Applied patch from Dan Young (dyoung@mesd.k12.or.us) to not strip binaries
See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235802#c3 See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235802#c3
- Explicitly specifying man pages under %files to avoid duplication of - Explicitly specifying man pages under %%files to avoid duplication of
tkremind.1 across subpackages tkremind.1 across subpackages
- Added README and COPYRIGHT - Added README and COPYRIGHT