Bug 2204493

Summary: soci-mysql-devel cannot be used in a mariadb environment.
Product: [Fedora] Fedora EPEL Reporter: Lucas Kus <lucas.kusmirek>
Component: sociAssignee: Denis Arnaud <denis.arnaud_fedora>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: epel9CC: denis.arnaud_fedora
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:

Description Lucas Kus 2023-05-15 17:44:52 UTC
Description of problem:

Historically on epel7 soci-mysql-devel could be installed on a system with mariadb installed. 

On el9 soci-mysql-devel requires mysql-devel which now conflits with mariadb-devel. 


Version-Release number of selected component (if applicable):
4.0.3


How reproducible:
on el79.

yum install soci-mysql-devel mariadb-devel

this works

Steps to Reproduce:
1. dnf install soci-mysql-devel mariadb-devel
2. Conflict shows up

Actual results:


Expected results:


Additional info:

Potentially creating a soci-mariadb package may resolve this issue. Looking at both mysql and mariadb they both conflict. Not with any installed files but just with each other.