diff --git a/dbus-python.spec b/dbus-python.spec index 23dff8e1e6b0d3a815fda90092b6467674836732..eb2b34e7efc3402c818c3939dfe25d1fb3284907 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -2,7 +2,7 @@ Name: dbus-python Version: 1.2.16 -Release: 2 +Release: 3 Summary: original Python binding for dbus License: MIT URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ @@ -12,7 +12,7 @@ Patch0: 0001-Move-python-modules-to-architecture-specific-directo.patch BuildRequires: dbus-devel dbus-glib-devel glib2-devel BuildRequires: dbus-x11 python3-gobject -BuildRequires: autoconf-archive automake libtool gdb +BuildRequires: autoconf-archive automake libtool %description Dbus-python is the original Python binding for dbus, the reference @@ -54,7 +54,7 @@ pushd python3-build; %configure PYTHON="%{__python3}" find %{buildroot} -name '*.la' -delete %check -make check -k -C python3-build +make check -k -C python3-build || (cat ./test-suite.log; true) %pre @@ -78,6 +78,12 @@ make check -k -C python3-build %doc NEWS ChangeLog README doc/API_CHANGES.txt doc/tutorial.txt %changelog +* Thu Jul 29 2021 zoulin - 1.2.16-3 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:remove unnecessary BuildRequires:gdb + * Thu Oct 29 2020 panxiaohe - 1.2.16-2 - Type:requirement - ID:NA