From 349a0add405649db51b07dd4b81e696d0553c537 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 29 Nov 2023 14:04:17 +0100 Subject: [PATCH] [3/20] SPECfile cleanup - assuming we're on Fedora or RHEL>=8 --- mariadb.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index fa37341..c7732b8 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -242,10 +242,8 @@ BuildRequires: bison bison-devel %{?with_unbundled_pcre:BuildRequires: pcre2-devel >= 10.34 pkgconf} %{!?with_unbundled_pcre:Provides: bundled(pcre2) = %{pcre_bundled_version}} # Few utilities needs Perl -%if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: perl-interpreter BuildRequires: perl-generators -%endif # Some tests requires python BuildRequires: python3 # Tests requires time and ps and some perl modules