From 5773463361bacd69c816ddc46a4fc069db7bd0f7 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Feb 26 2019 22:22:17 +0000 Subject: Revert "intg: Generate tmp dir with lowercase" This reverts commit 929bb1170931d7aafac4dc0572ce18747c919a56. It is already fixed in upstream. Combination of python-urllib3-1.24 and python-requests-2.19 works well. Resolves: https://pagure.io/SSSD/sssd/issue/3276 Merges: https://pagure.io/SSSD/sssd/pull-request/3952 Reviewed-by: Jakub Hrozek --- diff --git a/Makefile.am b/Makefile.am index aa2eb2d..fdd0215 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3955,9 +3955,7 @@ intgcheck-prepare: rm -Rf intg; \ $(MKDIR_P) intg/bld; \ : Use /hopefully/ short prefix to keep D-Bus socket path short; \ - prefix=`mktemp --dry-run --tmpdir --directory sssd-intg.XXXXXXXX`; \ - prefix=`echo $$prefix | tr '[:upper:]' '[:lower:]'`; \ - mkdir -p $$prefix; \ + prefix=`mktemp --tmpdir --directory sssd-intg.XXXXXXXX`; \ $(LN_S) "$$prefix" intg/pfx; \ cd intg/bld; \ $(abs_top_srcdir)/configure \