#1 Update Python 2 dependency declarations to new packaging standards
Merged 6 years ago by jorton. Opened 6 years ago by ishcherb.
rpms/ ishcherb/subversion pyambiguous  into  master

file modified
+6 -2
@@ -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 @@ 

  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 @@ 

  %endif

  

  %changelog

+ * Thu Feb 01 2018 Iryna Shcherbina <ishcherb@redhat.com> - 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 <besser82@fedoraproject.org> - 1.9.7-4

  - Rebuilt for switch to libxcrypt

  

This package uses names with ambiguous python- prefix in requirements.

According to Fedora Packaging guidelines for Python, packages must use names with either python2- or python3- prefix in requirements where available.
We are aiming to rename python-* dependencies to python2-*, so we can later switch the python-* namespace to Python 3.

This PR is part of Fedora's Switch to Python 3 effort.

Note that, although this PR was created automatically, we will respond to any comments or issues which you might find with it. We will keep the PR open for review for a week, and if there's no feedback we'll merge it. There is no need to build the package right after merge, this change can wait for the next package rebuild.
The local mock build passed, for Koji scratch build please see simple-koji-ci result.

This PR was opened automatically, for source code see here

Pull-Request has been merged by jorton

6 years ago
Metadata