systemd / systemd-stable

Backports of patches from systemd git to stable distributions
GNU General Public License v2.0
125 stars 102 forks source link

v255 batch #405

Closed bluca closed 3 months ago

bluca commented 3 months ago

@mrc0mmand testing-farm:fedora-rawhide-x86_64 is persistently sad in this branch, looks like a testbed setup failure, any idea?

mrc0mmand commented 3 months ago

@mrc0mmand testing-farm:fedora-rawhide-x86_64 is persistently sad in this branch, looks like a testbed setup failure, any idea?

Looks like there are packages in Rawhide that explicitly depend on systemd >= 256, so I guess switching to F40 (which has v255) should help here (sed -i 's/fedora-rawhide/fedora-40/g' .packit.yml).

bluca commented 3 months ago

@mrc0mmand testing-farm:fedora-rawhide-x86_64 is persistently sad in this branch, looks like a testbed setup failure, any idea?

Looks like there are packages in Rawhide that explicitly depend on systemd >= 256, so I guess switching to F40 (which has v255) should help here (sed -i 's/fedora-rawhide/fedora-40/g' .packit.yml).

Thanks, https://github.com/systemd/systemd-stable/pull/406