]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: drop the python3_pkgversion macro 69864/head
authorKefu Chai <k.chai@proxmox.com>
Wed, 1 Jul 2026 10:22:21 +0000 (18:22 +0800)
committerKefu Chai <k.chai@proxmox.com>
Thu, 2 Jul 2026 01:42:23 +0000 (09:42 +0800)
commit8a336b6718b23fb7da6c5a94544f9d90e3f1518d
treef56215be9b9419fdd94061f784f94148d2359f99
parente125c4746696b4bf432f0f00ee6d3e698b1c451b
ceph.spec.in: drop the python3_pkgversion macro

python3_pkgversion picked the native python3 package name on RHEL7, where
python3 was python34/python36 before 7.6 (cea9d18c). RHEL7 and RHEL8 are
gone, so on every supported distro (el9, el10, fedora, suse, openEuler) it
is always 3.

Replace python%{python3_pkgversion} with python3 and drop the fallback
default. No supported distro overrides it to build against a non-default
python flavor, so that capability goes too.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
ceph.spec.in