From 8634b5d96e9599daae4aa8024f98af0f10944cb7 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Tue, 10 Aug 2021 16:49:57 -0400 Subject: [PATCH] Add Perl and a few other Requires for building the kernel Add Perl and a few other Requires for building the kernel as Requires in the rteval.spec file Signed-off-by: John Kacur --- rteval.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/rteval.spec b/rteval.spec index 546fc8f..a724120 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -16,17 +16,15 @@ Requires: python3-dmidecode >= 3.10 Requires: realtime-tests >= 2.1-1 Requires: rteval-loads >= 1.4-14 Requires: sysstat -Requires: xz bzip2 +Requires: xz bzip2 tar gzip m4 make gawk Requires: kernel-headers Requires: sos -Requires: tar Requires: numactl -Requires: gcc flex bison bc make +Requires: gcc binutils gcc-c++ flex bison bc make Requires: elfutils elfutils-libelf-devel -Requires: openssl -Requires: openssl-devel +Requires: openssl openssl-devel Requires: stress-ng -Requires: binutils +Requires: perl-interpreter, perl-devel, perl-generators BuildArch: noarch #Patches @@ -72,6 +70,11 @@ rm -rf $RPM_BUILD_ROOT %{python3_sitelib}/rteval/__pycache__/* %changelog +* Tue Aug 10 2021 John Kacur - 3.2-7 +- Add perl, gcc-c++ and a few other utilities for kernel compilation +- Reorganize the Requires a little for clarity +Resolves: rhbz#1987037 + * Tue Aug 10 2021 Mohan Boddu - 3.2-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688