diff --git a/python-dbus-python.changes b/python-dbus-python.changes index e1a749d..3d78c2f 100644 --- a/python-dbus-python.changes +++ b/python-dbus-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 9 00:48:35 UTC 2021 - Simon Lees + +- Enable testsuite + ------------------------------------------------------------------- Sat Jan 9 16:16:55 UTC 2021 - Dirk Müller diff --git a/python-dbus-python.spec b/python-dbus-python.spec index adbbc04..0ee0ea3 100644 --- a/python-dbus-python.spec +++ b/python-dbus-python.spec @@ -122,6 +122,14 @@ popd } +%check +%{python_expand pushd build_%{$python_bin_suffix} + +make check + +popd +} + %install %{python_expand pushd build_%{$python_bin_suffix}