Fix expression for noarch a bit more

This commit is contained in:
Florian Festi 2023-05-11 18:07:28 +02:00
parent b7dccde389
commit e66b981d90
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}bit == 64bit
%if "%{__isa_bits}bit" == "64bit"
Provides: librpmio.so.%{oldsover}()(64bit)
Provides: librpm.so.%{oldsover}()(64bit)
%else