The python3.14 package
- Python 58%
- Shell 42%
When the SRPM is built in Koji on non-JIT architecture (such as ppc64le
or s390x), the jit_build_stencils bcond is set to false.
When we don't have the JIT stencils sources yet and we do a scratch
build to generate them,
we want the SRPM creation to succeed, regardless of architecture.
This way, the sources are only defined when they are required or when
they exist.
An alternative would be to set jit_build_stencils to true/false
in an arch-independent way, and later always check for:
%{with jit} && %{with jit_build_stencils}
But I think that might be confusing.
|
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| 00251-change-user-install-location.patch | ||
| 00464-enable-pac-and-bti-protections-for-aarch64.patch | ||
| 00466-downstream-only-skip-tests-not-working-with-older-expat-version.patch | ||
| check-pyc-timestamps.py | ||
| download-jit-stencils-from-koji.sh | ||
| idle3.appdata.xml | ||
| idle3.desktop | ||
| plan.fmf | ||
| python3.14.spec | ||
| rpminspect.yaml | ||
| rpmlint.toml | ||
| sources | ||