Skip to content

Commit

Permalink
Merge pull request #148 from brianhlin/fix-el9-dep
Browse files Browse the repository at this point in the history
Fix EL9 python dependency
  • Loading branch information
matyasselmeci authored Sep 29, 2023
2 parents 94204f1 + 0b753df commit 91f35ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rpm/xcache.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: xcache
Summary: XCache scripts and configurations
Version: 3.5.0
Release: 2%{?dist}
Release: 4%{?dist}
License: Apache 2.0
Group: Grid
URL: https://opensciencegrid.org/docs/
Expand Down Expand Up @@ -76,7 +76,7 @@ AutoReq: no
Requires: xz
Requires: xrootd-server
%if 0%{?el9}
Requires: python39(x86-64)
Requires: python3.9(x86-64)
%else
Requires: python36(x86-64)
%endif
Expand Down Expand Up @@ -306,6 +306,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg

%changelog
* Thu Sep 28 2023 Brian Lin <[email protected]> - 3.5.0-4
- Fix EL9 python dependency

* Fri Jun 23 2023 Mátyás Selmeci <[email protected]> - 3.5.0-2
- Add xrdcl-http dependency for stash-cache (SOFTWARE-5606)

Expand Down

0 comments on commit 91f35ba

Please sign in to comment.