Fix ambiguous Python 2 dependency declarations
This commit is contained in:
parent
1e351301cc
commit
ae52f4a3bd
1 changed files with 7 additions and 3 deletions
10
ailurus.spec
10
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 <ishcherb@redhat.com> - 10.10.3-13
|
||||
- Fix ambiguous Python 2 dependency declarations
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.10.3-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue