Ubuntu 25.10 Questing Quokka Release
This contains all packages from Ubuntu 25.10, this includes also the packages from KUbuntu, XUbuntu and Edubuntu.
Refresh
This project does not contain any packages
This contains all packages from Ubuntu 25.10, this includes also the packages from KUbuntu, XUbuntu and Edubuntu.
This project does not contain any packages
Comments 1
Currently the VM is initialized with rust-coreutils, which conflict with existing OBS VM startup scripts from https://github.com/openSUSE/obs-build/blob/22dfff59990a48b2c11fbb149dd47f82d2aea802/build-vm#L357, which expecting tee coming from
/usr/bin/tee(provided by coreutils-from-gnu) but not/usr/lib/cargo/bin/coreutils/tee(provided by rust-coreutils which is now preinstalled into the VM).Please add something like this under https://build.opensuse.org/projects/Ubuntu:25.10/prjconf?
%if 0%{?ubuntu_version} >= 2510 Preinstall: coreutils-from-gnu Prefer: coreutils-from-gnu Prefer: -rust-coreutils %endif