From fe38f97ec58d3882d4b144377f93870c2b4eee76 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:40 +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 --- python-argcomplete.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 362c3b4..40867cd 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Summary: Bash tab completion for argparse Version: 1.9.3 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz @@ -100,6 +100,9 @@ export LC_ALL=C.UTF-8 %{_sysconfdir}/bash_completion.d/python-argcomplete.sh %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.9.3-3 +- Escape macros in %%changelog + * Fri Feb 09 2018 Fedora Release Engineering - 1.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -147,7 +150,7 @@ export LC_ALL=C.UTF-8 * Sat Nov 14 2015 Zbigniew Jędrzejewski-Szmek - 1.0.0-1 - Update to latest version (#1227119) -- Use %license +- Use %%license - Update to new python packaging style - Remove 2to3 invocation, the code is already python3 compatible - Move scripts to python3 subpackage @@ -187,7 +190,7 @@ export LC_ALL=C.UTF-8 - Updating package to 0.7.0 * Mon Jan 13 2014 - Dale Macartney 0.6.7-2 -- Removing '%exclude %{python_sitelib}/test' fom %files as no longer needed. +- Removing '%%exclude %%{python_sitelib}/test' fom %%files as no longer needed. * Mon Jan 13 2014 - Dale Macartney 0.6.7-1 - Applying latest patch of argcomplete.