From b981dd07702f02e3d5f0d0b9a42f8460d47e5d5c Mon Sep 17 00:00:00 2001 From: yangl777 Date: Wed, 23 Jun 2021 15:14:51 +0800 Subject: [PATCH] add buildrequires gcc --- rootsh.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rootsh.spec b/rootsh.spec index 9de294c..2c39fcf 100644 --- a/rootsh.spec +++ b/rootsh.spec @@ -1,7 +1,7 @@ Name: rootsh Summary: Shell wrapper for auditing Version: 1.5.3 -Release: 15 +Release: 16 License: GPLv3+ Source0: http://download.sourceforge.net/rootsh/%{name}-%{version}.tar.gz Source1: rootsh.logrotate @@ -11,6 +11,8 @@ Patch1: rootsh-1.5.3_change_permissions.patch URL: http://sourceforge.net/projects/rootsh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Buildrequires: gcc + %description Rootsh is a wrapper for shells which logs all echoed keystrokes and terminal output to a file and/or to syslog. Its main purpose is the @@ -52,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/rootsh.1.gz %changelog +* Wed Jun 23 2021 yuanxin - 1.5.3-16 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add buildrequires gcc + * Wed Feb 12 2020 openEuler Buildteam - 1.5.3-15 - Package init