From ae52f4a3bdcd0a754cae594fc23cd8466c121973 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Dec 11 2017 13:47:07 +0000 Subject: Fix ambiguous Python 2 dependency declarations --- diff --git a/ailurus.spec b/ailurus.spec index c2cc24a..48a64d9 100644 --- a/ailurus.spec +++ b/ailurus.spec @@ -5,17 +5,17 @@ Name: ailurus Version: 10.10.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A simple application installer and GNOME tweaker Group: Applications/System License: GPLv2+ URL: http://ailurus.googlecode.com/ Source: http://ailurus.googlecode.com/files/%{name}-%{version}.tar.gz -BuildRequires: python2-devel python-distutils-extra intltool +BuildRequires: python2-devel python2-distutils-extra intltool BuildRequires: desktop-file-utils BuildArch: noarch # The automatic dependency consists of python and rpmlib only. It is insufficient. -Requires: polkit pygtk2 notify-python vte rpm-python pygobject2 dbus-python wget unzip gnome-python2-gnomekeyring +Requires: polkit pygtk2 python2-notify vte python2-rpm pygobject2 python2-dbus wget unzip gnome-python2-gnomekeyring %description Ailurus is a simple application installer and GNOME tweaker. @@ -73,6 +73,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitelib}/ailurus*.egg-info %changelog +* Mon Dec 11 2017 Iryna Shcherbina - 10.10.3-13 +- Fix ambiguous Python 2 dependency declarations + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 10.10.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild