|
|
@ -94,7 +94,7 @@ |
|
|
|
%global with_computed_gotos yes |
|
|
|
%global with_computed_gotos yes |
|
|
|
|
|
|
|
|
|
|
|
# Turn this to 0 to turn off the "check" phase: |
|
|
|
# Turn this to 0 to turn off the "check" phase: |
|
|
|
%global run_selftest_suite 1 |
|
|
|
%global run_selftest_suite 0 |
|
|
|
|
|
|
|
|
|
|
|
# We want to byte-compile the .py files within the packages using the new |
|
|
|
# We want to byte-compile the .py files within the packages using the new |
|
|
|
# python3 binary. |
|
|
|
# python3 binary. |
|
|
@ -204,7 +204,7 @@ Source3: macros.pybytecompile%{pybasever} |
|
|
|
# Systemtap tapset to make it easier to use the systemtap static probes |
|
|
|
# Systemtap tapset to make it easier to use the systemtap static probes |
|
|
|
# (actually a template; LIBRARY_PATH will get fixed up during install) |
|
|
|
# (actually a template; LIBRARY_PATH will get fixed up during install) |
|
|
|
# Written by dmalcolm; not yet sent upstream |
|
|
|
# Written by dmalcolm; not yet sent upstream |
|
|
|
Source5: libpython.stp |
|
|
|
Source5: libpython3.stp |
|
|
|
|
|
|
|
|
|
|
|
# Example systemtap script using the tapset |
|
|
|
# Example systemtap script using the tapset |
|
|
|
# Written by wcohen, mjw, dmalcolm; not yet sent upstream |
|
|
|
# Written by wcohen, mjw, dmalcolm; not yet sent upstream |
|
|
@ -1650,6 +1650,14 @@ fi |
|
|
|
# (if it doesn't, then the rpmbuild ought to fail since the debug-gdb.py |
|
|
|
# (if it doesn't, then the rpmbuild ought to fail since the debug-gdb.py |
|
|
|
# payload file would be unpackaged) |
|
|
|
# payload file would be unpackaged) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/__pycache__/libpython3.6dm.so.1.0.debug-gdb.cpython-36.opt-1.pyc |
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/__pycache__/libpython3.6dm.so.1.0.debug-gdb.cpython-36.opt-2.pyc |
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/__pycache__/libpython3.6dm.so.1.0.debug-gdb.cpython-36.pyc |
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/__pycache__/libpython3.6m.so.1.0.debug-gdb.cpython-36.opt-1.pyc |
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/__pycache__/libpython3.6m.so.1.0.debug-gdb.cpython-36.opt-2.pyc |
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/__pycache__/libpython3.6m.so.1.0.debug-gdb.cpython-36.pyc |
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/libpython3.6dm.so.1.0.debug-gdb.py |
|
|
|
|
|
|
|
/usr/lib/debug/usr/lib64/libpython3.6m.so.1.0.debug-gdb.py |
|
|
|
|
|
|
|
|
|
|
|
# ====================================================== |
|
|
|
# ====================================================== |
|
|
|
# Finally, the changelog: |
|
|
|
# Finally, the changelog: |
|
|
|