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