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:44 +01:00
parent 19f61713dc
commit 66424e8dfc
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -3,7 +3,7 @@ Name: initscripts
Version: 9.79 Version: 9.79
License: GPLv2 License: GPLv2
Group: System Environment/Base Group: System Environment/Base
Release: 2%{?dist} Release: 3%{?dist}
URL: https://github.com/fedora-sysv/initscripts URL: https://github.com/fedora-sysv/initscripts
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Requires: /bin/awk, sed, coreutils Requires: /bin/awk, sed, coreutils
@ -159,6 +159,9 @@ fi
%dir %{_libexecdir}/initscripts/legacy-actions %dir %{_libexecdir}/initscripts/legacy-actions
%changelog %changelog
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 9.79-3
- Escape macros in %%changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.79-2 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.79-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@ -470,7 +473,7 @@ ng
- check an IP address for existence in ifup-alias (#852005) - check an IP address for existence in ifup-alias (#852005)
- sync FSF address with GPL 2 text. - sync FSF address with GPL 2 text.
- fix rpmlint's spaces vs tabs warning. - fix rpmlint's spaces vs tabs warning.
- fix bogus %changelog dates. - fix bogus %%changelog dates.
- build with $RPM_LD_FLAGS. - build with $RPM_LD_FLAGS.
- use -sf, not -s. (#901827) - use -sf, not -s. (#901827)
- add /usr/libexec/initscripts to file list (#894475) - add /usr/libexec/initscripts to file list (#894475)