]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: enable new python-common packaging mode on el10
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 22 Apr 2026 18:12:52 +0000 (14:12 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 4 Jun 2026 13:57:09 +0000 (09:57 -0400)
Enable the new packaging mode for python-common by default on el10-style
distributions.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
ceph.spec.in

index 3ec089b66202b44a06366411c59b82296e0f0353..c58df0a876c584341a75c8861a0af75c4d0535b3 100644 (file)
 %global _find_debuginfo_dwz_opts %{nil}
 %endif
 %bcond_with sccache
+%if 0%{?rhel} && 0%{?rhel} >= 10
+%bcond_without pypkg
+%else
 %bcond_with pypkg
+%endif
 
 %{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
 %{!?tmpfiles_create: %global tmpfiles_create systemd-tmpfiles --create}