diff --git a/dbus-python.spec b/dbus-python.spec index f2ff9b2..3535519 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -1,7 +1,7 @@ Summary: D-Bus Python Bindings Name: dbus-python Version: 1.2.4 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ @@ -17,7 +17,9 @@ BuildRequires: python2-devel BuildRequires: python-docutils BuildRequires: python3-devel # for %%check -BuildRequires: dbus-x11 pygobject3 +BuildRequires: dbus-x11 +BuildRequires: python-gobject +BuildRequires: python3-gobject # autoreconf and friends BuildRequires: autoconf-archive automake libtool @@ -95,6 +97,9 @@ make check -k -C python3-build %changelog +* Sun Dec 11 2016 leigh scott - 1.2.4-4 +- Add missing build requires needed for check + * Fri Dec 09 2016 Charalampos Stratakis - 1.2.4-3 - Rebuild for Python 3.6