From 1a1b5bc74603e5b24a49749ae41985c7bc2545e0 Mon Sep 17 00:00:00 2001 From: songnannan Date: Thu, 19 Mar 2020 21:03:00 +0800 Subject: [PATCH] add gdb in buildrequires --- gpm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gpm.spec b/gpm.spec index 8fd8178..8a3855c 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,6 +1,6 @@ Name: gpm Version: 1.20.7 -Release: 20 +Release: 21 Summary: The gpm package contains a mouse server for the console and xterm License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only URL: https://www.nico.schottelius.org/software/gpm/ @@ -20,7 +20,7 @@ Requires(post): systemd systemd-sysv info Requires(preun): systemd info Requires(postun): systemd Requires: linuxconsoletools -BuildRequires: autoconf automake bison gawk libtool libcap-ng-devel ncurses-devel sed systemd texinfo +BuildRequires: autoconf automake bison gawk libtool libcap-ng-devel ncurses-devel sed systemd texinfo gdb Requires: %{name}-libs = %{version}-%{release} %description @@ -97,7 +97,7 @@ fi %doc COPYING %{_infodir}/* %config(noreplace) %{_sysconfdir}/gpm-* -%exclude %{_datadir}/emacs/site-lisp/t-mouse.el +%exclude %{_datadir}/emacs/site-lisp/* %{_unitdir}/gpm.service %{_sbindir}/* %{_bindir}/* @@ -115,6 +115,9 @@ fi %{_mandir}/man?/* %changelog +* Thu Mar 19 2020 songnannan - 1.20.7-21 +- add gdb in buildrequires + * Wed Jan 8 2020 openEuler Buildteam - 1.20.7-20 - Type:bugfix - ID:NA