From f0672d790c1031798e07423e8b6e81b6964c24c1 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Sat, 21 Mar 2020 14:33:57 +0800 Subject: [PATCH] add build requires of gdb --- dbus-python.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dbus-python.spec b/dbus-python.spec index 8fec926..84399a6 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -2,7 +2,7 @@ Name: dbus-python Version: 1.2.8 -Release: 7 +Release: 8 Summary: original Python binding for dbus License: MIT URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ @@ -11,7 +11,7 @@ Patch0: 0001-Move-python-modules-to-architecture-specific-directo.patch BuildRequires: dbus-devel dbus-glib-devel python2-docutils BuildRequires: dbus-x11 python2-gobject python3-gobject -BuildRequires: autoconf-archive automake libtool +BuildRequires: autoconf-archive automake libtool gdb %description Dbus-python is the original Python binding for dbus, the reference @@ -96,6 +96,12 @@ make check -k -C python3-build %doc NEWS ChangeLog README doc/API_CHANGES.txt doc/HACKING.txt doc/tutorial.txt %changelog +* Sat Mar 21 2020 openEuler Buildteam - 1.2.8-8 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add build requires of gdb + * Wed Oct 30 2019 jiangchuangang - 1.2.8-7 - Type:enhancement - ID:NA -- Gitee