fix: remove libadwaita-qt{5,6} packages #36
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All image builds are failing with the following error (from https://github.com/ublue-os/aurora/actions/runs/12336280554/job/34428627112):
According to the FedoraQt/adwaita-qt repository, the
adwaita-qt
project is dead. Bothlibadwaita-qt5
andlibadwaita-qt6
have been recently purged from Fedora's packaging sources.See this commit as an example: https://src.fedoraproject.org/rpms/adwaita-qt/c/924ff971ac92d6504260e2578c60e2dc59877557?branch=rawhide
Removing these two packages causes the image build process to succeed again.
Other resources
Edit: It looks like this commit from rpms/qt6-qtbase that was committed a few days ago is to blame for this. It adds
Obsoletes
directives forlibadwaita-qt6
which causes the error shown above.