There is a minor problem with poco. Package is building against mysql-devel when it should build against mariadb-connector-c-devel like the rhel packages do.
Thanks @tis for catching that. I fixed this in poco-1.12.2-3.el9, although slightly differently than you proposed. There is no need to keep the rawhide spec file compatible with long EOL Fedora versions, and building this spec file for EPEL7 would an incompatible update. Because of those reasons I just dropped the conditional entirely so that it always builds against mariadb-connector-c-devel.
This update has been submitted for testing by carlwgeorge.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
carlwgeorge edited this update.
New build(s):
Karma has been reset.
This update has been submitted for testing by carlwgeorge.
This update has been pushed to testing.
There is a minor problem with poco. Package is building against mysql-devel when it should build against mariadb-connector-c-devel like the rhel packages do.
-%if 0%{?fedora} > 27 +%if 0%{?fedora} > 27 || 0%{?rhel} > 7 %global mysql_devel_pkg mariadb-connector-c-devel
carlwgeorge edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update has been submitted for testing by carlwgeorge.
Thanks @tis for catching that. I fixed this in poco-1.12.2-3.el9, although slightly differently than you proposed. There is no need to keep the rawhide spec file compatible with long EOL Fedora versions, and building this spec file for EPEL7 would an incompatible update. Because of those reasons I just dropped the conditional entirely so that it always builds against mariadb-connector-c-devel.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.