From 4dd5e3121ed1be8807d4d512138c7660a10cc51f Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Feb 24 2018 02:33:02 +0000 Subject: Override py3dir to avoid potential troublesome characters in path (such as "+") that can cause test_http self-test errors --- diff --git a/python-webtest.spec b/python-webtest.spec index 199c0b6..3896ccb 100644 --- a/python-webtest.spec +++ b/python-webtest.spec @@ -2,11 +2,14 @@ %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 +# Override py3dir to avoid potential troublesome characters in path +# (such as "+") that can cause test_http self-test errors +%global py3dir %{_builddir}/python3-%{name}-%{version} %endif Name: python-webtest Version: 2.0.29 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Helper to test WSGI applications Group: Development/Languages @@ -136,6 +139,10 @@ popd %endif %changelog +* Fri Feb 23 2018 Merlin Mathesius - 2.0.29-3 +- Override py3dir to avoid potential troublesome characters in path + (such as "+") that can cause test_http self-test errors + * Fri Feb 09 2018 Fedora Release Engineering - 2.0.29-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild