From 2e64010aa55aedc57ccbb8657c046c6c9db2c3d9 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 27 Mar 2018 02:09:24 +0200 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- zookeeper.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zookeeper.spec b/zookeeper.spec index 0b20ed1..549d391 100644 --- a/zookeeper.spec +++ b/zookeeper.spec @@ -3,7 +3,7 @@ Name: zookeeper Version: 3.4.9 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A high-performance coordination service for distributed applications License: ASL 2.0 and BSD URL: https://zookeeper.apache.org/ @@ -34,7 +34,7 @@ BuildRequires: java-javadoc BuildRequires: jpackage-utils BuildRequires: libtool BuildRequires: libxml2-devel -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: ant BuildRequires: ant-junit @@ -304,6 +304,10 @@ getent passwd zookeeper >/dev/null || \ %doc LICENSE.txt NOTICE.txt src/contrib/zkpython/README %changelog +* Tue Mar 27 2018 Iryna Shcherbina - 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 - 3.4.9-9 - Add gcc-c++ BuildRequires