Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-09 22:23:12 +00:00
commit 795b31f0c1

View file

@ -2,7 +2,7 @@
%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}}
Name: zanata-python-client
Version: 1.5.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Python Client for Zanata Server
License: LGPLv2+
Group: Applications/Text
@ -66,6 +66,9 @@ rm -rf %{buildroot}
%{python2_sitelib}
%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Feb 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.1-5
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)