From 1a90500d606a075a9f40912537936d9e56e95c65 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Apr 04 2018 20:08:43 +0000 Subject: Add missing dependencies for autokey-gtk It switched from pygtk to gobject-introspection based bindings in the latest release. https://bugzilla.redhat.com/show_bug.cgi?id=1520592 --- diff --git a/autokey.spec b/autokey.spec index 3dc573f..81b1b6f 100644 --- a/autokey.spec +++ b/autokey.spec @@ -3,7 +3,7 @@ Name: autokey Version: 0.90.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Desktop automation utility @@ -47,8 +47,9 @@ This package contains the common data shared between the various front ends. Summary: AutoKey GTK+ front end Group: Applications/Productivity Requires: gtksourceview3 -Requires: pygtk2 Requires: notify-python +Requires: python2-dbus +Requires: python2-gobject-base Requires: zenity Requires: autokey-common = %{version}-%{release} Provides: autokey = %{version}-%{release} @@ -125,6 +126,9 @@ done %changelog +* Wed Apr 04 2018 Kalev Lember - 0.90.4-14 +- Add missing dependencies for autokey-gtk (#1520592) + * Wed Feb 07 2018 Fedora Release Engineering - 0.90.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild