https://bugzilla.redhat.com/show_bug.cgi?id=1872830
--- Comment #4 from Robert-André Mauchin 🐧 zebob.m@gmail.com --- 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*