From 0a95bedf6e68c3bae79ed3c9588531d97ceb83a9 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 8 Jun 2021 14:48:58 +0800 Subject: [PATCH] add build requires for resolving building errors --- htop.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htop.spec b/htop.spec index f28750b..0b0fe0b 100644 --- a/htop.spec +++ b/htop.spec @@ -1,12 +1,12 @@ Name: htop Version: 3.0.2 -Release: 1 +Release: 2 Summary: htop - an interactive process viewer License: GPLv2 URL: https://htop.dev Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: perl perl-PathTools ncurses-devel +BuildRequires: perl perl-PathTools ncurses-devel autoconf automake gcc %description htop is a cross-platform interactive process viewer. @@ -33,5 +33,9 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter %{_mandir}/man1/%{name}.1.gz %changelog +* Mon Jun 7 2021 baizhonggui - 3.0.2-2 +- Fix building error: ./autogen.sh: line 3: autoreconf: command not found +- Add autoconf/automake/gcc in BuildRequires + * Thu Sep 24 2020 Zhipeng Xie - 3.0.2-1 - Package init