From 2140f4ea3e9a8bb212090de348c782ff51401c75 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Thu, 26 Aug 2021 16:40:01 -0500 Subject: [PATCH] make the build require cmake3 instead of cmake --- rpm/scitokens-cpp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm/scitokens-cpp.spec b/rpm/scitokens-cpp.spec index e6ff96f..7bb5e15 100644 --- a/rpm/scitokens-cpp.spec +++ b/rpm/scitokens-cpp.spec @@ -1,6 +1,6 @@ Name: scitokens-cpp Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ Implementation of the SciTokens Library License: ASL 2.0 URL: https://github.com/scitokens/scitokens-cpp @@ -19,7 +19,7 @@ Source0: https://github.com/scitokens/scitokens-cpp/releases/download/v%{version BuildRequires: gcc-c++ BuildRequires: make -BuildRequires: cmake +BuildRequires: cmake3 BuildRequires: sqlite-devel BuildRequires: openssl-devel BuildRequires: libcurl-devel @@ -60,6 +60,9 @@ Requires: %{name}%{?_isa} = %{version} %dir %{_includedir}/scitokens %changelog +* Thu Aug 26 2021 Dave Dykstra - 0.6.2-2 +- Make the build require cmake3 instead of cmake + * Thu Jun 03 2021 Derek Weitzel - 0.6.2-1 - Correct WLCG compat for condor read permissions