From 7fcc89cd5a047a6283664820083a2b1bc07b9f0f791b3b329ae4c345e51d6a54 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 1 Sep 2020 10:24:25 +0000 Subject: [PATCH] Fix typo OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=27 --- python38.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python38.spec b/python38.spec index 4d13290..787fbdc 100644 --- a/python38.spec +++ b/python38.spec @@ -49,7 +49,7 @@ %define tarversion %{version} %endif %define python_pkg_name python38 -# Will provide the pyton3-* provides +# Will provide the python3-* provides # Will do the /usr/bin/python3 and all the core links %define primary_interpreter 1 %define folderversion %{tarversion} @@ -80,6 +80,7 @@ # pyexpat.cpython-35m-armv7-linux-gnueabihf # _md5.cpython-38m-x86_64-linux-gnu.so %define dynlib() %{sitedir}/lib-dynload/%{1}.cpython-%{abi_tag}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}.so +# deadlocks on test_faulthandler and blocks the build %if 0%{?qemu_user_space_build} %bcond_with profileopt %else @@ -102,7 +103,7 @@ Source10: pre_checkin.sh Source11: skipped_tests.py Source19: idle3.desktop Source20: idle3.appdata.xml -Source99: python.keyring +Source99: https://www.python.org/static/files/pubkeys.txt#/python.keyring # The following files are not used in the build. # They are listed here to work around missing functionality in rpmbuild, # which would otherwise exclude them from distributed src.rpm files.