Bug 2171205

Summary: Please branch and build python-pathable in epel9
Product: [Fedora] Fedora Reporter: Martin Wolf <mwolf>
Component: python-pathableAssignee: Mattia Verga <mattia.verga>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: mattia.verga
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: python-pathable-0.4.3-3.el9 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-02-28 02:54: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 Martin Wolf 2023-02-19 02:10:06 UTC
Please branch and build python-pathable in epel9.

The build succeeds on EPEL 9 with the following change (as poetry is unavailable for EPEL 9, but python-poetry-core is - and does the trick here).

%if 0%{?fedora}
BuildRequires:  poetry
%endif
%if 0%{?rhel} == 9
BuildRequires:  python-poetry-core
%endif

alternatively:

%if 0%{?fedora}
BuildRequires:  poetry
%else
BuildRequires:  python-poetry-core
%endif

Comment 1 Fedora Update System 2023-02-19 08:14:38 UTC
FEDORA-EPEL-2023-81864f0f98 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-81864f0f98

Comment 2 Fedora Update System 2023-02-20 01:39:20 UTC
FEDORA-EPEL-2023-81864f0f98 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-81864f0f98

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2023-02-28 02:54:37 UTC
FEDORA-EPEL-2023-81864f0f98 has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.