From e1908a5bc46a3c5b11e9a092e494d5b6c039087a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=BDidek?= Date: Wed, 19 Jun 2019 10:53:12 +0200 Subject: [PATCH] Fix Python build failures on rawhide. Thx. to Lukas Slebodnik for fixing this issue. --- sssd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 74c36ad..6bf4eaf 100644 --- a/sssd.spec +++ b/sssd.spec @@ -539,6 +539,8 @@ autoreconf -ivf make %{?_smp_mflags} all docs +sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate + %check export CK_TIMEOUT_MULTIPLIER=10 make %{?_smp_mflags} check VERBOSE=yes @@ -546,8 +548,6 @@ unset CK_TIMEOUT_MULTIPLIER %install -sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate - make install DESTDIR=$RPM_BUILD_ROOT if [ ! -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/modules/libwbclient.so.%{libwbc_lib_version} ]