Fix ambiguous Python 2 dependency declarations

This commit is contained in:
Iryna Shcherbina 2017-12-11 14:20:22 +01:00
commit e5edcf0fd6

View file

@ -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 <ishcherb@redhat.com> - 2.0-16
- Fix ambiguous Python 2 dependency declarations
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild