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



--- Comment #2 from Robert-André Mauchin <[email protected]> ---
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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to