Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.3
-
Component/s: Packaging
-
Labels:None
-
Environment:Redhat 8
Description
Hi,
It seems that on EL8 the MariaDB rpm is not providing mariadb-server (mind the case) as it does on EL7:
|
[EL7] [root@xxxxx ~]$] rpm -q --whatprovides mariadb-server |
MariaDB-server-10.3.11-1.el7.centos.x86_64 |
|
[EL8] [root@xxxxx ~]$] rpm -q --whatprovides mariadb-server |
no package provides mariadb-server |
Checking the RPMbuild code:
https://github.com/MariaDB/server/blob/mariadb-10.4.11/cmake/cpack_rpm.cmake#L210
Shows indeed that 8 is not listed.
We are running against problems with Plesk for example. But I think there might be a lot more 3rd party rpms relying on mariadb-server.
I don't know if that has todo anything with dnf module fiasco.