From 4fb827611d77b9267232923d0784175e8762a575 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: May 25 2023 11:42:34 +0000 Subject: Use Python 3.6 instead of /usr/libexec/platform-python --- diff --git a/SPECS/glusterfs.spec b/SPECS/glusterfs.spec index 16d46ed..669b100 100644 --- a/SPECS/glusterfs.spec +++ b/SPECS/glusterfs.spec @@ -287,6 +287,9 @@ BuildRequires: gperftools-devel %if ( 0%{?rhel} && 0%{?rhel} < 8 ) BuildRequires: python-ctypes %endif +%if ( 0%{?rhel} && 0%{?rhel} == 8 ) +BuildRequires: python36-rpm-macros +%endif %if ( ( 0%{?_with_ipv6default:1} ) || ( 0%{!?_without_libtirpc:1} ) ) BuildRequires: libtirpc-devel %endif @@ -1670,6 +1673,9 @@ exit 0 %endif %changelog +* Thu May 25 2023 Niels de Vos +- include BuildRequires python36-rpm-macros for correct Python shebang + * Wed Apr 26 2023 Niels de Vos - 10.4-1 - GlusterFS 10.4 GA