Skip to content

Commit

Permalink
Merge pull request #34 from matyasselmeci/patch-1
Browse files Browse the repository at this point in the history
Do an in-source CMake build on EL9
  • Loading branch information
DrDaveD authored Mar 21, 2023
2 parents 5b3e995 + e0cc93c commit cd07742
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packaging/rpm/cvmfs-x509-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Summary: CernVM File System Authz Helper
Name: cvmfs-x509-helper
Version: 2.2
# The release_prefix macro is used in the OBS prjconf, don't change its name
%define release_prefix 2
%define release_prefix 3
Release: %{release_prefix}%{?dist}
Source0: https://ecsft.cern.ch/dist/cvmfs/%{name}-%{version}.tar.gz
Group: Applications/System
Expand All @@ -26,6 +26,10 @@ BuildRequires: scitokens-cpp-devel

Requires: cvmfs >= 2.6.0

%if 0%{?rhel} > 8
%global __cmake_in_source_build 1
%endif

%description
Authorization helper to verify X.509 proxy certificates, VOMS membership, and scitokens for
the CernVM-FS client.
Expand Down Expand Up @@ -67,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING AUTHORS README ChangeLog

%changelog
* Tue Mar 21 2023 Matyas Selmeci <matyas@cs.wisc.edu> - 2.2-3
- Fix build failure on EL9 by doing an in-source build

* Mon Aug 23 2021 Dave Dykstra <dwd@fnal.gov> - 2.2-2
- Forgot to reset the revision to 1; now make it match

Expand Down

0 comments on commit cd07742

Please sign in to comment.