From b7f66a062287dd5f3417d6ce1423aa187efa4025 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 8 May 2020 10:09:03 -0400 Subject: [PATCH] Fix BuildRequires Use the generic python3 provider so that the correct 'default' python3 binary is installed regardless of the specific OS version. Signed-off-by: Simo Sorce --- cyrus-sasl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index eea36b3..6fd5549 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -47,7 +47,7 @@ BuildRequires: libdb-devel BuildRequires: openldap-devel %endif #build reqs for make check -BuildRequires: python36 nss_wrapper socket_wrapper krb5-server +BuildRequires: python3 nss_wrapper socket_wrapper krb5-server %{?systemd_requires} Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel