Bug 1610621
Summary: | beah cannnot be installed on Fedora 29+ due to unversioned Python 2 requirements: nothing provides python-twisted-web needed by beah-0.7.12-1.fc28.noarch | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
Component: | general | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Matt Tyson 🤬 <mtyson> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | dcallagh, jmckenzi, mtyson, rjoost |
Target Milestone: | 25.6 | Keywords: | Patch |
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: | 2018-09-03 23:31:37 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
Dan Callaghan
2018-08-01 04:25:02 UTC
With these patches we can get a successful build on rawhide: https://gerrit.beaker-project.org/#/c/beah/+/6249 fix python requirements to use python2-* names on Fedora 29+ https://gerrit.beaker-project.org/#/c/beah/+/6250 use python2 versioned macros https://gerrit.beaker-project.org/#/c/beah/+/6251 invoke trial-2 instead of trial on Fedora 29+ I've run up a Fedora 29 machine in beaker-devel. Beah is installed along with the python-2 packages such as python2-twisted. Marking as Verified. This has been released with Beaker 25.6. Release Notes: https://beaker-project.org/docs/whats-new/release-25.html#beaker-25-6 |