Bug 1248040
Summary: | %python3_pkgversion not recognized? | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Antonio T. (sagitter) <anto.trande> |
Component: | python3-pkgversion-macros | Assignee: | Python Maintainers <python-maint> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 24 | CC: | bkabrda, jberan, john, oliver, orion, rkuska |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-09 17:31:26 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: |
Description
Antonio T. (sagitter)
2015-07-29 13:32:48 UTC
Has python3-pkgversion-macros not been added to the Fedora buildroots? It wasn't. As far as I know it is needed to have packaging guidelines for EPEL approved by FPC first. There is some discussion at the end of the 2015/08/27 fpc meeting: https://meetbot.fedoraproject.org/fedora-meeting-1/2015-08-27/fpc.2015-08-27-16.05.log.html/ To expand on that: Fedora relengs were not comfortable with adding a new package to buildroot at all, especially not when the guidelines were not yet approved by FESCO at that point. so how do i use the %python3_pkgversion macro for builds that go to Fedora and EPEL? If i use: BuildRequires: python%{python3_pkgversion}-devel it works on EPEL7 but on Fedora 24 I get: Error: No Package found for python%{python3_pkgversion}-devel I tried to include: BuildRequires: python3-pkgversion-macros with no success. This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase |