From 368c5a91e6fba32575c3b2068b660ce0a93d42cb Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 01 2018 02:35:20 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/subversion.spec b/subversion.spec index 67168d7..2af328e 100644 --- a/subversion.spec +++ b/subversion.spec @@ -25,7 +25,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.9.7 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Development/Tools URL: https://subversion.apache.org/ @@ -44,7 +44,7 @@ Patch3: subversion-1.9.4-kwallet.patch Patch4: subversion-1.8.0-rubybind.patch Patch5: subversion-1.8.5-swigplWall.patch -BuildRequires: autoconf, libtool, python, python-devel, texinfo, which +BuildRequires: autoconf, libtool, python2, python2-devel, texinfo, which BuildRequires: libdb-devel >= 4.1.25, swig >= 1.3.24, gettext BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0 BuildRequires: libserf-devel >= 1.3.0, cyrus-sasl-devel @@ -476,6 +476,10 @@ make check-javahl %endif %changelog +* Thu Feb 01 2018 Iryna Shcherbina - 1.9.7-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Jan 20 2018 Björn Esser - 1.9.7-4 - Rebuilt for switch to libxcrypt