Skip to content

Commit 966710f

Browse files
authored
Merge pull request #64 from DrDaveD/fix-el7-build
Add requiring epel-rpm-macros on el7
2 parents 40f55ad + 21e9af7 commit 966710f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rpm/scitokens-cpp.spec

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ BuildRequires: sqlite-devel
2525
BuildRequires: openssl-devel
2626
BuildRequires: libcurl-devel
2727
BuildRequires: libuuid-devel
28+
%if 0%{?el7}
29+
# needed for ldconfig_scriptlets
30+
BuildRequires: epel-rpm-macros
31+
%endif
2832

2933
%description
3034
%{summary}

0 commit comments

Comments
 (0)