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:
parent
8b7c88855b
commit
fe38f97ec5
@ -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 <ignatenkobrain@fedoraproject.org> - 1.9.3-3
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 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 <zbyszek@laptop> - 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 <dbmacartney@fedoraproject.org> 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 <dbmacartney@fedoraproject.org> 0.6.7-1
|
||||
- Applying latest patch of argcomplete.
|
||||
|
Loading…
Reference in New Issue
Block a user