!3 gpm: add gdb in buildrequires

Merge pull request !3 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-03-20 15:26:01 +08:00 committed by Gitee
commit aa250c0acd

View File

@ -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 <songnannan2@huawei.com> - 1.20.7-21
- add gdb in buildrequires
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.20.7-20
- Type:bugfix
- ID:NA