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



--- Comment #4 from Robert-André Mauchin 🐧 <[email protected]> ---
The file doesn't seem updated, neither the SRPM or Koji build:

 - Package are missing the arch info with %{?_isa}

%package static
Summary: MLIR static files
Requires: %{name}%{?_isa} = %{version}-%{release}

%description static
MLIR static files.

%package devel
Summary: MLIR development files
Requires: %{name}-static%{?_isa} = %{version}-%{release}

%description devel
MLIR development files.

 - In order to avoid unintentional soname bump, wo recommend not globbing the
major soname version:

%{_libdir}/libMLIR*.so.11*
%{_libdir}/libmlir_runner_utils.so.11*
%{_libdir}/libmlir_c_runner_utils.so.11*
%{_libdir}/libmlir_c_runner_utils_static.so.11*


-- 
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to