add gdb in buildrequires

This commit is contained in:
songnannan 2020-03-19 21:03:00 +08:00
parent 420ec33503
commit 1a1b5bc746

View File

@ -1,6 +1,6 @@
Name: gpm Name: gpm
Version: 1.20.7 Version: 1.20.7
Release: 20 Release: 21
Summary: The gpm package contains a mouse server for the console and xterm 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 License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only
URL: https://www.nico.schottelius.org/software/gpm/ URL: https://www.nico.schottelius.org/software/gpm/
@ -20,7 +20,7 @@ Requires(post): systemd systemd-sysv info
Requires(preun): systemd info Requires(preun): systemd info
Requires(postun): systemd Requires(postun): systemd
Requires: linuxconsoletools 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} Requires: %{name}-libs = %{version}-%{release}
%description %description
@ -97,7 +97,7 @@ fi
%doc COPYING %doc COPYING
%{_infodir}/* %{_infodir}/*
%config(noreplace) %{_sysconfdir}/gpm-* %config(noreplace) %{_sysconfdir}/gpm-*
%exclude %{_datadir}/emacs/site-lisp/t-mouse.el %exclude %{_datadir}/emacs/site-lisp/*
%{_unitdir}/gpm.service %{_unitdir}/gpm.service
%{_sbindir}/* %{_sbindir}/*
%{_bindir}/* %{_bindir}/*
@ -115,6 +115,9 @@ fi
%{_mandir}/man?/* %{_mandir}/man?/*
%changelog %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 * Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.20.7-20
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA