opensciencegrid / xcache

Settings and configurations for an XRootD Caching Proxy
https://opensciencegrid.org/docs/data/stashcache/install-cache/
Apache License 2.0
4 stars 13 forks source link

Fix EL9 python dependency #148

Closed brianhlin closed 1 year ago

brianhlin commented 1 year ago

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