From 3ae669ee4701ee6663b68fe553bb9a4c04cff33a Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Dec 11 2017 13:49:10 +0000 Subject: Fix ambiguous Python 2 dependency declarations --- diff --git a/alacarte.spec b/alacarte.spec index 1fa4159..50954f0 100644 --- a/alacarte.spec +++ b/alacarte.spec @@ -2,7 +2,7 @@ Name: alacarte Version: 3.11.91 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Menu editor for the GNOME desktop Group: Applications/System @@ -13,7 +13,7 @@ Source0: http://download.gnome.org/sources/alacarte/3.11/%{name}-%{versio BuildArch: noarch -BuildRequires: python, python-devel, gettext +BuildRequires: python2, python2-devel, gettext BuildRequires: pygobject3-devel BuildRequires: pkgconfig BuildRequires: gnome-menus-devel >= 2.27.92 @@ -87,6 +87,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Dec 11 2017 Iryna Shcherbina - 3.11.91-8 +- Fix ambiguous Python 2 dependency declarations + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 3.11.91-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild