On Fri, Apr 29, 2022 at 3:42 PM Troy Dawson tdawson@redhat.com wrote:
On Fri, Apr 29, 2022 at 11:28 AM Germano Massullo germano.massullo@gmail.com wrote:
Recent CentOS Stream Qt update broke some EPEL packages like keepassxc that needed a rebuild against the new Qt version. Can we talk about a way to prevent this from happening again?
Best regards
Looking at keepassxc specifically, I'd say take the following line out of the spec file. %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
This macro is only supposed to be used if the program uses private Qt5 APIs. Unfortunately, according to BRs, it does, so this macro makes sense to keep.
But someone should talk to upstream and ask why it's using private APIs...
-- 真実はいつも一つ!/ Always, there's only one truth!