Fedora 43 broke my really simple image (exclude filtering issue)
Hey! Sorry if the question is too basic but I've been having this issue for a few weeks where my image isn't working anymore.
The error message I'm getting on my github actions is basically this:
- package mesa-libGLU-devel-9.0.3-7.fc43.x86_64 from fedora is filtered out by exclude filtering
If anyone can help me understand more about the issue and how to solve it it'd be appreciated.
I understand that the package seems to be excluded for some reason but that's pretty much it the extent of it.
4 Replies
Here's a more detailed log of the error:
And here's my repo:
https://github.com/djkero/kerberos/
GitHub
GitHub - djkero/kerberos: Custom Fedora Atomic Image, based off of ...
Custom Fedora Atomic Image, based off of Bazzite for my Desktop. - djkero/kerberos
Maybe this is something in the negativo repo?
so if you convert that to a
dnf module, you'll be able to make use of .repo.nonfree
That will set up the repos for you automatically
You'd set that with value negativo17Yes I was wondering if it had to do with dependency on nonfree because that repo was missing on the log after F43.
And so did other previously enabled repos
I was using rpm fusion before it broke, maybe it was changed upstream in my base image.
for rpmfusion what is the value for repos/nonfree?
I mean this:
repos: nonfree: negativo17is it just rpmfusion? I tried with Fedora 42 base image to test, with dnf module and both rpmfusion and negativo17 as nonfree repos and I get the - package mesa-libGLU-devel-... from fedora is filtered out by exclude filtering error 🙁