Bug 2161329
Summary: | pypy/pypy3.8: Use %_fortify_level instead of twiddling with RPM_OPT_FLAGS | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Siddhesh Poyarekar <sipoyare> |
Component: | pypy3.8 | Assignee: | Python Maintainers <python-maint> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | mhroncok, python-maint, python-packagers-sig, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-16 16:07:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2158232 |
Description
Siddhesh Poyarekar
2023-01-16 15:51:23 UTC
On what Fedora releases is %_fortify_level available? The block of code in spec is unused. it has been removed form pypy3.9+ and will eventually die out when pypy3.8 will be retired once pypy3.10 is introduced. https://src.fedoraproject.org/rpms/pypy3.9/c/70c239aa7011b7fc5973bd54c8010321515efdaa?branch=rawhide To make your life easier, we can drop the dead code from the spec: https://src.fedoraproject.org/rpms/pypy3.8/pull-request/27 Thanks, that should do as well. |