mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 23:32:49 +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
|
Summary: An interpreted, interactive object-oriented programming language
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 11
|
Release: 12
|
||||||
License: Modified CNRI Open Source License
|
License: Modified CNRI Open Source License
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
|
|
||||||
|
@ -438,7 +438,9 @@ export TMP="/tmp" TMPDIR="/tmp"
|
||||||
%{_bindir}/python
|
%{_bindir}/python
|
||||||
%{_bindir}/2to3
|
%{_bindir}/2to3
|
||||||
%{_bindir}/2to3-%{dirver}
|
%{_bindir}/2to3-%{dirver}
|
||||||
%exclude %{_bindir}/python*config
|
# do not exclude it
|
||||||
|
# requires by systemtap
|
||||||
|
%{_bindir}/python*config
|
||||||
#%{_datadir}/emacs/site-lisp/*
|
#%{_datadir}/emacs/site-lisp/*
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%if %{with valgrind}
|
%if %{with valgrind}
|
||||||
|
|
Loading…
Add table
Reference in a new issue