Closed cottsay closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
0b8428a
) 83.65% compared to head (f6372e4
) 83.65%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🦟 Bug fix
Summary
The default behavior of pkg-config seems to be an exact version match.
This was discovered when the RPM build process automatically added package dependencies based on the
*.pc
files generated by the project, one of which containedgdal = 3.0
. This bug can be confirmed on any distro that has a gdal version other than 3.0, such as Ubuntu Jammy:It's interesting that the version comparison behaves differently in the first dependency level (which did not produce an error) than it does in subsequent levels. Perhaps there is a bug in
gz-cmake
as well.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.