You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed this when I build my own image with blue-build FROM bazzite:latest that packages from rpmfusion can not be installed because the repo is not enabled on the image.
bazzite:latest also doesn't have any patented codecs related -freeworld packages installed
rpm -qa | grep -- -freeworld
last good image with rpmfusion
✅ ghcr.io/ublue-os/base-main:20241004
Universal Blue switched from RPMFusion to negativo17 repo.
It results in less potential package skew, while downstream users have to layer RPMFusion themself & then fiddle with disabling/enabling negativo17 repo, as it's not compatible with RPMFusion.
mesa-freeworld is not installed, because negativo's mesa contains the needed freeworld patch.
Regarding other codecs, negativo also covers this well.
It results in less potential package skew, while downstream users have to layer RPMFusion themself & then fiddle with disabling/enabling negativo17 repo, as it's not compatible with RPMFusion
Is this documented somewhere? So I can enable rpmfusion repos in blue-build.
I want to install the mpd package. It's only available on rpmfusion.
I just noticed this when I build my own image with blue-build
FROM bazzite:latest
that packages from rpmfusion can not be installed because the repo is not enabled on the image.bazzite:latest
also doesn't have any patented codecs related-freeworld
packages installedrpm -qa | grep -- -freeworld
last good image with rpmfusion
✅
ghcr.io/ublue-os/base-main:20241004
bad images starting from Oct 5th with rpmfusion missing
❌
ghcr.io/ublue-os/base-main:20241005
The text was updated successfully, but these errors were encountered: