Skip to content

Commit a5e1573

Browse files
committed
HTCONDOR-1290: attempt to fix rpm build dependencies
1 parent aae114a commit a5e1573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Building
1515

1616
To build the `scitokens-cpp` library, the following dependencies are needed:
1717

18-
- [jwt-cpp](https://github.com/Thalhammer/jwt-cpp): A header-only C++ library for manipulating
18+
- [jwt-cpp] v0.5.0 or later (https://github.com/Thalhammer/jwt-cpp): A header-only C++ library for manipulating
1919
JWTs.
2020
- OpenSSL 1.0 or later.
2121
- `sqlite3`

rpm/scitokens-cpp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Source0: https://github.com/scitokens/scitokens-cpp/releases/download/v%{version
1818
# inappropriate to include a "Provides", as jwt-cpp is not provided
1919
# by this package.
2020

21-
BuildRequires: gcc-c++
21+
BuildRequires: gcc-c++ >= 5.1
2222
BuildRequires: make
2323
BuildRequires: cmake3
2424
BuildRequires: sqlite-devel

0 commit comments

Comments
 (0)