From 81f601295aa75c28f6a991fe843750a03e6dad34 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 6 Dec 2021 11:30:16 -0500 Subject: [PATCH] Drop EPEL7 workarounds --- libinstpatch.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index ded3273..a6de383 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -35,14 +35,7 @@ License: LGPLv2 %global forgeurl https://github.com/swami/%{name}/ Source0: %{forgeurl}/archive/v%{version}/%{name}-%{version}.tar.gz -%if 0%{?el7} -%global cmake %cmake3 -%global cmake_build %cmake3_build -%global cmake_install %cmake3_install -%global ctest %ctest3 -%endif - -BuildRequires: cmake%{?el7:3} +BuildRequires: cmake BuildRequires: gcc BuildRequires: ninja-build