diff --git a/python3.spec b/python3.spec index c41e746..1124cf7 100644 --- a/python3.spec +++ b/python3.spec @@ -33,7 +33,7 @@ Summary: An interpreted, interactive object-oriented programming language Name: python3 Version: 3.8.1 -Release: 11 +Release: 12 License: Modified CNRI Open Source License Group: Development/Python @@ -438,7 +438,9 @@ export TMP="/tmp" TMPDIR="/tmp" %{_bindir}/python %{_bindir}/2to3 %{_bindir}/2to3-%{dirver} -%exclude %{_bindir}/python*config +# do not exclude it +# requires by systemtap +%{_bindir}/python*config #%{_datadir}/emacs/site-lisp/* %{_mandir}/man*/* %if %{with valgrind}