Hi
I’m trying to create a deployment for fedora 37 using your fedora-mate-yaml.
I did
# git checkout f37
and then ran the command
# rpm-ostree compose tree --repo=repo --cachedir=cache fedora-mate.yaml
rpm-ostree version: 2022.19
No previous commit for fedora/37/x86_64/mate
NOTICE: Running rpm-ostree compose tree without --unified-core is deprecated.
Please add --unified-core to the command line and ensure your content
works with it. For more information, see https://github.com/coreos/rpm-ostree/issues/729
Enabled rpm-md repositories: fedora-37-updates fedora-37
Updating metadata for 'fedora-37-updates'... done
Updating metadata for 'fedora-37'... done
Importing rpm-md... done
rpm-md repo 'fedora-37-updates'; generated: 2023-01-09T00:58:05Z solvables: 15333
rpm-md repo 'fedora-37'; generated: 2022-11-10T09:30:00Z solvables: 66822
Resolving dependencies... done
error: Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests
- package mate-desktop-configs-1.26.0-6.fc37.noarch conflicts with systemd-oomd-defaults provided by systemd-oomd-defaults-251.10-588.fc37.noarch
- package mate-desktop-configs-1.26.0-6.fc37.noarch conflicts with systemd-oomd-defaults provided by systemd-oomd-defaults-251.7-611.fc37.noarch
- package mate-desktop-1.26.0-6.fc37.x86_64 requires mate-desktop-configs = 1.26.0-6.fc37, but none of the providers can be installed
But it appears that mate-desktop-configs
has a conflict with systemd-oomd-defaults
.
It is working fine when I check out branch f36 though.
How can I solve this problem?
Thanks