do not exclude python-config, its requires by systemtap

This commit is contained in:
Alexander Stefanov 2020-03-05 15:47:22 +00:00
parent 9303e986ab
commit f08e8464aa

View file

@ -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}