Skip to content

Commit 2140f4e

Browse files
committed
make the build require cmake3 instead of cmake
1 parent 422fb29 commit 2140f4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rpm/scitokens-cpp.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: scitokens-cpp
22
Version: 0.6.2
3-
Release: 1%{?dist}
3+
Release: 2%{?dist}
44
Summary: C++ Implementation of the SciTokens Library
55
License: ASL 2.0
66
URL: https://github.com/scitokens/scitokens-cpp
@@ -19,7 +19,7 @@ Source0: https://github.com/scitokens/scitokens-cpp/releases/download/v%{version
1919

2020
BuildRequires: gcc-c++
2121
BuildRequires: make
22-
BuildRequires: cmake
22+
BuildRequires: cmake3
2323
BuildRequires: sqlite-devel
2424
BuildRequires: openssl-devel
2525
BuildRequires: libcurl-devel
@@ -60,6 +60,9 @@ Requires: %{name}%{?_isa} = %{version}
6060
%dir %{_includedir}/scitokens
6161

6262
%changelog
63+
* Thu Aug 26 2021 Dave Dykstra <dwd@fnal.gov> - 0.6.2-2
64+
- Make the build require cmake3 instead of cmake
65+
6366
* Thu Jun 03 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.2-1
6467
- Correct WLCG compat for condor read permissions
6568

0 commit comments

Comments
 (0)