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 <jkacur@redhat.com>
This commit is contained in:
John Kacur 2021-08-10 16:49:57 -04:00
parent a3b0af329b
commit 8634b5d96e
1 changed files with 10 additions and 7 deletions

View File

@ -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 <jkacur@redhat.com> - 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 <mboddu@redhat.com> - 3.2-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688