Where to find packages for `rpm-ostree revert`

UPDATE 2026-01-28

For anyone coming to this looking for a fix for the wireplumber/bluetooth issue, Silverblue 43.20260128.0 includes a fix for gnome that should resolve this.


Question

Where do I find the a previous version of a package (specifically wireplumber 0.5.12) to use with rpm-ostree replace?

Background

A recent silverblue update included wireplumber 0.5.13.
This has an issue that causes the gnome session to crash when you change to “handsfree” bluetooth profile. This is pretty annoying every time you try and join a video call…

Coming from a Debian background, I would have pinned wireplumber to the previous version.

AFAICS The equivalent for silverblue is rpm-ostree replace, but I can’t figure out where to find the rpm to use.

** EDIT **

Should probably add, I’ve rolled back to 43.20260119.0 to mitigate this problem, but I’d still like to have other software up-to-date.

I’m going to answer my own question.

https://bodhi.fedoraproject.org/updates/

This allows you to search fedora packages, and provides links to the relevant package builds on https://koji.fedoraproject.org/

FWIW, I had to replace both wireplumber and wireplumber-libs:

rpm-ostree override replace https://kojipkgs.fedoraproject.org//packages/wireplumber/0.5.12/1.fc43/x86_64/wireplumber-libs-0.5.12-1.fc43.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/wireplumber/0.5.12/1.fc43/x86_64/wireplumber-0.5.12-1.fc43.x86_64.rpm
3 Likes

Will the new version of the package replace this one automatically when released and installed ?

AFAIK This will permanently pin the package(s) to 0.5.12…

It looks like there’s a fix in gnome-volume-control - https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/31 - but I don’t know how long that will take to make it into silverblue (43)

Also, Fedora Crash back to login screen when using bluetooth headphones - #10 by adenl seems to be tracking it - it looks like a fix is nearly released https://bodhi.fedoraproject.org/updates/FEDORA-2026-837ab42921

No, it will remain until you manually reset the override. That’s why it’s recommended to only use this feature temporarily.