https://bugzilla.redhat.com/show_bug.cgi?id=1421047

Rex Dieter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #6 from Rex Dieter <[email protected]> ---
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to