Fix expression for noarch

This commit is contained in:
Florian Festi 2023-05-11 18:01:12 +02:00
parent 3aac3a0be9
commit b7dccde389
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ Requires: rpm-sequoia%{_isa} >= 1.4.0
# XXX dirty temporary hack to "bootstrap" new .so version
# XXX isa bits isn't quite right for multilib but suffices for this purpose
%if %{__isa_bits} == 64
%if %{__isa_bits}bit == 64bit
Provides: librpmio.so.%{oldsover}()(64bit)
Provides: librpm.so.%{oldsover}()(64bit)
%else