From f08e8464aa3182436426b09b4904ab0bd0a10401 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Thu, 5 Mar 2020 15:47:22 +0000 Subject: [PATCH] do not exclude python-config, its requires by systemtap --- python3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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}