https://bugzilla.redhat.com/show_bug.cgi?id=1701995 --- Comment #2 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Pre-review: %if %{?_lib} == lib64 sed -i s/DESTINATION\ lib/DESTINATION\ lib64/g CMakeLists.txt %endif → %if 0%{?__isa_bits} == 64 sed -i s/DESTINATION\ lib/DESTINATION\ lib64/g CMakeLists.txt %endif - In order to avoid unintentional SONAME bump, we now forbid globbing the major SONAME version, be more specific instead: %{_libdir}/*.so.* - Missing isa: Requires: %{name}%{?_isa} = %{version}-%{release} - License: Expat → License: MIT -- 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 Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx