From b47b110d47c9492bbbf27c95f0f02429ff8c38e0 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 26 2018 21:48:34 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 1e45f32..f16b027 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -10,9 +10,9 @@ Name: python-%{srcname} Version: 2.3.1 %if 0%{?bzr} -Release: 0.11.bzr%{?bzr}%{?dist} +Release: 0.12.bzr%{?bzr}%{?dist} %else -Release: 7%{?dist} +Release: 8%{?dist} %endif Summary: Python bindings to FreeDesktop.org Secret Service API URL: http://launchpad.net/python-secretstorage @@ -29,16 +29,16 @@ Source0: https://files.pythonhosted.org/packages/source/S/%{srcname}/%{srcname} License: BSD BuildArch: noarch -BuildRequires: python-nose +BuildRequires: python2-nose BuildRequires: python2-devel # Needed for building docs. -BuildRequires: python-sphinx +BuildRequires: python2-sphinx # Tests only. BuildRequires: gnome-keyring BuildRequires: python2-cryptography -BuildRequires: dbus-python +BuildRequires: python2-dbus # Emulate the X environment for the tests. BuildRequires: xorg-x11-server-Xvfb @@ -70,10 +70,10 @@ and unlocking collections (asynchronous unlocking is also supported). %package -n python2-%{srcname} Summary: Python 2.x module for secure storing of passwords and secrets -Requires: dbus-python +Requires: python2-dbus Requires: python2-cryptography %if 0%{?fedora} || 0%{?rhel} > 7 -Recommends: python-gobject +Recommends: python2-gobject %endif %{?python_provide:%python_provide python2-%{srcname}} @@ -190,6 +190,10 @@ popd %doc build/sphinx/html/* %changelog +* Mon Mar 26 2018 Iryna Shcherbina - 2.3.1-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.3.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild