Skip to content

Commit 91f35ba

Browse files
Merge pull request #148 from brianhlin/fix-el9-dep
Fix EL9 python dependency
2 parents 94204f1 + 0b753df commit 91f35ba

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

rpm/xcache.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: xcache
22
Summary: XCache scripts and configurations
33
Version: 3.5.0
4-
Release: 2%{?dist}
4+
Release: 4%{?dist}
55
License: Apache 2.0
66
Group: Grid
77
URL: https://opensciencegrid.org/docs/
@@ -76,7 +76,7 @@ AutoReq: no
7676
Requires: xz
7777
Requires: xrootd-server
7878
%if 0%{?el9}
79-
Requires: python39(x86-64)
79+
Requires: python3.9(x86-64)
8080
%else
8181
Requires: python36(x86-64)
8282
%endif
@@ -306,6 +306,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
306306
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg
307307

308308
%changelog
309+
* Thu Sep 28 2023 Brian Lin <blin@cs.wisc.edu> - 3.5.0-4
310+
- Fix EL9 python dependency
311+
309312
* Fri Jun 23 2023 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.5.0-2
310313
- Add xrdcl-http dependency for stash-cache (SOFTWARE-5606)
311314

0 commit comments

Comments
 (0)