diff --git a/sssd.spec b/sssd.spec index 6a307bf7f4a21b9e667180b9c239b039d860a797..8dcfab15c640062e64e4f630a0a9a3f6e0326421 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,6 +1,6 @@ Name: sssd Version: 2.6.1 -Release: 1 +Release: 2 Summary: System Security Services Daemon License: GPLv3+ and LGPLv3+ URL: https://pagure.io/SSSD/sssd/ @@ -182,6 +182,11 @@ make %{?_smp_mflags} check VERBOSE=yes unset CK_TIMEOUT_MULTIPLIER %install +# python-setuptools >= v60.0.0 changes the SETUPTOOLS_USE_DISTUTILS default value to local, +# it does't use Python's standard library distutils default. +# As a result, failed to build libpwquality. +# Now, set SETUPTOOLS_USE_DISTUTILS value to stdlib +export SETUPTOOLS_USE_DISTUTILS=stdlib sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate @@ -538,6 +543,9 @@ fi %{_libdir}/%{name}/modules/libwbclient.so %changelog +* Wed Jul 27 2022 zhouchenchen - 2.6.1-2 +- fix the libpwquality build failure issue + * Wed Dec 29 2021 panxiaohe - 2.6.1-1 - update version to 2.6.1