mirror of
https://abf.rosa.ru/djam/python3.11.git
synced 2025-02-23 18:22:52 +00:00
do not exclude python-config, its requires by systemtap
This commit is contained in:
parent
9303e986ab
commit
f08e8464aa
1 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue