Open Conan-Kudo opened 3 years ago
This also needs a fix in OBS-2.10.x for private instances to help fix #11231.
@hennevogel @mlschroe This got fixed in perl-BSSolv now, can we get this deployed and released for build.opensuse.org and OBS 2.10 for private instances?
Issue Description
When trying to build PHP extension packages for CentOS Stream 8, OBS seems to be unable to resolve that the
nginx
module dependency fromphp-7.4
module stream is satisfied by thenginx-1.18
module stream I've enabled in my OBS project.Expected Result
I expected that OBS would handle the unversioned
nginx
module dependency and match it to the one I've enabled and start building packages.How to Reproduce
httpd-2.4
andnginx-1.18
modules enabledosc results -v --show-excluded isv:Datto:Backports:PHP_Extensions php-pecl-redis5
to see that it is failing to resolve thenginx
module dependency