diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-16 09:02:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-16 09:02:36 +0200 |
commit | 7d56dae315de48abce4b641f3bd861891171e6db (patch) | |
tree | 407d65431626e6724040feb3e33720fd09806792 | |
parent | b800fa55b1d66f8290a0767eb7b46868d632e2cc (diff) |
add ExcludeArch (no 32-bit on Fedora)fedora
-rw-r--r-- | php-pecl-xpass.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-xpass.spec b/php-pecl-xpass.spec index aa99a49..9e3fe63 100644 --- a/php-pecl-xpass.spec +++ b/php-pecl-xpass.spec @@ -30,6 +30,8 @@ License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz +ExcludeArch: %{ix86} + BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(libxcrypt) >= 4.4 |