Bug 2490961

Summary: wine and wine-core do not work on RHEL 9.8
Product: [Fedora] Fedora EPEL Reporter: Larry Apolonio <larry>
Component: wineAssignee: Michael Cronenworth <mike>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: epel9CC: besser82, malkodan, mike, suraj.ghimire7
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:
Attachments:
Description Flags
Patch to compile wine against mesa-compat-libOSMesa none

Description Larry Apolonio 2026-06-19 22:47:32 UTC
Description of problem:  After upgrading from 9.7 to 9.8 wine and wine-core no longer install.  Prior to upgrade you have to uninistall wine and wine-core to proceed. 

This is probably due to mesa-libOSMesa being deprecated between 9.7 and 9.8 there is a mesa-compat-libOSMesa version but wine does not accept it as a dependency.


Version-Release number of selected component (if applicable):
wine-core-8.0-1.el9.x86_64

How reproducible:
Install rocky 9.8 and dnf install wine-core

Steps to Reproduce:
1.  On a rocky 9.8 instance 
2.  Run dnf install wine-core
3.

Actual results:
Error:
 Problem: conflicting requests
  - nothing provides mesa-libOSMesa(x86-64) needed by wine-core-8.0-1.el9.x86_64 from epel
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


Expected results:
Wine should install

Additional info:

Comment 1 Dan Fruehauf 2026-07-08 01:42:57 UTC
Created attachment 2147995 [details]
Patch to compile wine against mesa-compat-libOSMesa

I'm providing complimentary patch for this problem. We have been working with it and couldn't notice any regressions.