Skip to content

Commit 0b753df

Browse files
committed
Fix EL9 python dependency
Also bump the release version twice since we have a 3.5.0-3 in OSG 23 already: https://github.com/opensciencegrid/xcache/releases/tag/v3.5.0-3 ``` blin@blin-work:~$ podman run --rm -it quay.io/rockylinux/rockylinux:9 rpm -q --provides python3 platform-python = 3.9.16-1.el9 platform-python(x86-64) = 3.9.16-1.el9 python(abi) = 3.9 python(abi) = 3.9 python3 = 3.9.16-1.el9 python3(x86-64) = 3.9.16-1.el9 python3.9 = 3.9.16-1.el9 python3.9(x86-64) = 3.9.16-1.el9 python39 = 3.9.16-1.el9 blin@blin-work:~$ podman run --rm -it quay.io/almalinux/almalinux:9 rpm -q --provides python3 platform-python = 3.9.14-1.el9_1.1 platform-python(x86-64) = 3.9.14-1.el9_1.1 python(abi) = 3.9 python(abi) = 3.9 python3 = 3.9.14-1.el9_1.1 python3(x86-64) = 3.9.14-1.el9_1.1 python3.9 = 3.9.14-1.el9_1.1 python3.9(x86-64) = 3.9.14-1.el9_1.1 python39 = 3.9.14-1.el9_1.1 blin@blin-work:~$ podman run --rm -it quay.io/centos/centos:stream9 rpm -q --provides python3 platform-python = 3.9.16-1.el9 platform-python(x86-64) = 3.9.16-1.el9 python(abi) = 3.9 python(abi) = 3.9 python3 = 3.9.16-1.el9 python3(x86-64) = 3.9.16-1.el9 python3.9 = 3.9.16-1.el9 python3.9(x86-64) = 3.9.16-1.el9 python39 = 3.9.16-1.el9 ```
1 parent 94204f1 commit 0b753df

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)