Compare commits

...

No commits in common. "c8-stream-3.8" and "stream-python38-3.8-rhel-8.10.0" have entirely different histories.

21 changed files with 38 additions and 2 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
SOURCES/Python-3.8.17-noexe.tar.xz /*.tar.*
/*.src.rpm
/results_python3*

View File

@ -1 +0,0 @@
5ecdca78a141bb6d7e13732920886affd7338fca SOURCES/Python-3.8.17-noexe.tar.xz

34
rpminspect.yaml Normal file
View File

@ -0,0 +1,34 @@
# exclude test XML data (not always valid) from XML validity check:
xml:
ignore:
- /usr/lib*/python*/test/xmltestdata/*
- /usr/lib*/python*/test/xmltestdata/*/*
# exclude _socket from ipv4 only functions check, it has both ipv4 and ipv6 only
badfuncs:
allowed::
/usr/lib*/python*/lib-dynload/_socket.*:
- inet_aton
- inet_ntoa
# don't report changed content of compiled files
# that is expected with every toolchain update and not reproducible yet
changedfiles:
# note that this is a posix regex, so no \d
exclude_path: (\.so(\.[0-9]+(\.[0-9]+)?)?$|^/usr/bin/python[0-9]+\.[0-9]+d?m?$)
# files change size all the time, we don't need to VERIFY it
# however, the INFO is useful, so we don't disable the check entirely
filesize:
# artificially large number, TODO a better way
size_threshold: 100000
debuginfo:
ignore:
# libpython3.so doesn't contain compiled code
- /usr/lib/debug/usr/lib*/libpython3.so*debug
# completely disabled inspections:
inspections:
# we know about our patches, no need to report anything
patches: off

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (Python-3.8.17-noexe.tar.xz) = bce80c6c481f1c8677210f352f5a1c48bbcdbf8f5db4656c6e8bcf08ea6a66d541a837d0c4fe32fd7dd1d72e8f245c4e8b8c1cbe704e44d428a1faec7c6f46c2