diff --git a/php-libvirt.spec b/php-libvirt.spec index ef3e0cf..a270a60 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -33,7 +33,7 @@ Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} # For some reason, libvirt doesn't exist in RHEL 7 aarch64, but does on CentOS 7 -%if 0%{?rhel} == 7 && ! 0%{?centos} == 7 +%if 0%{?rhel} == 7 && 0%{?centos} == 0 ExcludeArch: aarch64 %endif