From 6aa716f08b717432ced1d1ac31996acaed62deb4 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Feb 09 2019 21:26:14 +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 --- 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 \