The following packages are missing in the devel project on OBS: dotnet-9.0, dotnet-runtime-9.0, aspnet-runtime-9.0
Please create them via:
export OSC_PASSWORD=#insert_bugzilla_password
pkgs="dotnet-9.0, dotnet-runtime-9.0, aspnet-runtime-9.0"
for pkg in ${pkgs//,/}; do
poetry run scratch-build-bot --os-version=6 --osc-user=$YOUR_USERNAME_HERE \
setup_obs_package --package-name=$pkg
done
The following packages are missing in the devel project on OBS: dotnet-9.0, dotnet-runtime-9.0, aspnet-runtime-9.0
Please create them via: