#459 comps-sync f40 2024-02-07
Merged by adamwill. Opened by adamwill.
adamwill/workstation-ostree-config comps-sync-20240207  into  main

Download 459.patch

Specifically for:
https://pagure.io/fedora-comps/pull-request/935

Signed-off-by: Adam Williamson awilliam@redhat.com

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/d665084777124bd093844609ca65e13d

Pull-Request has been merged by adamwill

Seems sane to me. (Though actually since shadow-utilsprovides passwd, I wouldn't have expected this to be required, and rpm-ostree should respect that too but it's been a while since I've looked at libdnf/libsolv dependency resolution.)

it's causing problems in openQA at least as long as both packages still exist; it seems to want to pull the package called passwd to satisfy the requirement, but it also needs shadow-utils, and shadow-utils obsoletes passwd, so it gets confused and flips a table. This may well be transient - it may work out okay once the package called passwd is no longer available to the depsolver, after the next compose - but it is in any case correct (because we should not list non-existent packages in comps, or here for that matter).

Metadata