Own stray directories in /usr/lib64/python3.11
Fixes https://bugzilla.redhat.com/2252144
This commit is contained in:
parent
955993c3ec
commit
5c1f70d712
1 changed files with 6 additions and 1 deletions
|
|
@ -1344,6 +1344,7 @@ CheckPython optimized
|
|||
%{pylibdir}/multiprocessing
|
||||
|
||||
%dir %{pylibdir}/re/
|
||||
%dir %{pylibdir}/re/__pycache__/
|
||||
%{pylibdir}/re/*.py
|
||||
%{pylibdir}/re/__pycache__/*%{bytecode_suffixes}
|
||||
|
||||
|
|
@ -1353,6 +1354,7 @@ CheckPython optimized
|
|||
%{pylibdir}/sqlite3/__pycache__/*%{bytecode_suffixes}
|
||||
|
||||
%dir %{pylibdir}/tomllib/
|
||||
%dir %{pylibdir}/tomllib/__pycache__/
|
||||
%{pylibdir}/tomllib/*.py
|
||||
%{pylibdir}/tomllib/__pycache__/*%{bytecode_suffixes}
|
||||
%exclude %{pylibdir}/turtle.py
|
||||
|
|
@ -1362,7 +1364,8 @@ CheckPython optimized
|
|||
%{pylibdir}/xml
|
||||
%{pylibdir}/zoneinfo
|
||||
|
||||
%dir %{pylibdir}/__phello__
|
||||
%dir %{pylibdir}/__phello__/
|
||||
%dir %{pylibdir}/__phello__/__pycache__/
|
||||
%{pylibdir}/__phello__/__init__.py
|
||||
%{pylibdir}/__phello__/spam.py
|
||||
%{pylibdir}/__phello__/__pycache__/*%{bytecode_suffixes}
|
||||
|
|
@ -1622,6 +1625,8 @@ CheckPython optimized
|
|||
%changelog
|
||||
* Wed Dec 06 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.7-1
|
||||
- Update to 3.11.7
|
||||
- Own stray directories in /usr/lib64/python3.11
|
||||
- Fixes: rhbz#2252144
|
||||
|
||||
* Tue Oct 03 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.11.6-2
|
||||
- Use bundled libb2 in RHEL builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue