From e5edcf0fd6b47b67fda721b3d34a1dd5cecd98fc Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 11 Dec 2017 14:20:22 +0100 Subject: [PATCH] Fix ambiguous Python 2 dependency declarations --- PySolFC.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/PySolFC.spec b/PySolFC.spec index 5c830c5..77266f5 100644 --- a/PySolFC.spec +++ b/PySolFC.spec @@ -5,7 +5,7 @@ Name: PySolFC Version: 2.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A collection of solitare card games Group: Amusements/Games License: GPLv2+ @@ -18,14 +18,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # optional but nice to have -Requires: python-imaging, tile +Requires: python2-imaging, tile # used to get sound working with PulseAudio Requires: pygame # really required Requires: tcl Requires: tk, tix, tkinter -Requires: python-imaging-tk -BuildRequires: python-devel +Requires: python2-imaging-tk +BuildRequires: python2-devel BuildRequires: desktop-file-utils Provides: pysol = %{version}-%{release} @@ -80,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 11 2017 Iryna Shcherbina - 2.0-16 +- Fix ambiguous Python 2 dependency declarations + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 2.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild