Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-27 02:09:24 +02:00
parent f40ae8e202
commit 2e64010aa5
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: zookeeper Name: zookeeper
Version: 3.4.9 Version: 3.4.9
Release: 9%{?dist} Release: 10%{?dist}
Summary: A high-performance coordination service for distributed applications Summary: A high-performance coordination service for distributed applications
License: ASL 2.0 and BSD License: ASL 2.0 and BSD
URL: https://zookeeper.apache.org/ URL: https://zookeeper.apache.org/
@ -34,7 +34,7 @@ BuildRequires: java-javadoc
BuildRequires: jpackage-utils BuildRequires: jpackage-utils
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: python-devel BuildRequires: python2-devel
BuildRequires: ant BuildRequires: ant
BuildRequires: ant-junit BuildRequires: ant-junit
@ -304,6 +304,10 @@ getent passwd zookeeper >/dev/null || \
%doc LICENSE.txt NOTICE.txt src/contrib/zkpython/README %doc LICENSE.txt NOTICE.txt src/contrib/zkpython/README
%changelog %changelog
* Tue Mar 27 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.4.9-10
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Thu Mar 08 2018 Christopher Tubbs <ctubbsii@fedoraproject.org> - 3.4.9-9 * Thu Mar 08 2018 Christopher Tubbs <ctubbsii@fedoraproject.org> - 3.4.9-9
- Add gcc-c++ BuildRequires - Add gcc-c++ BuildRequires