https://bugzilla.redhat.com/show_bug.cgi?id=1421047 Rex Dieter <rdieter@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rdieter@xxxxxxxxx --- Comment #6 from Rex Dieter <rdieter@xxxxxxxxx> --- The convention kde-sig recommends if a package uses private headers, is to add at least: BuildRequires: qt5-qtbase-private-devel and then one of: %{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}} %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} depending on your best judgement on how important the tight runtime dependency is (depends largely on *how* the private headers and interfaces are being used). If you're not sure, go with the safer '=' variant. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx