diff --git a/RediSearch.spec b/RediSearch.spec index 9623c20..7ce7f79 100644 --- a/RediSearch.spec +++ b/RediSearch.spec @@ -1,7 +1,7 @@ %global module redisearch Name: RediSearch Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Full-text search over Redis %global disable_tests 0 @@ -10,6 +10,9 @@ License: AGPLv3 URL: https://goodformcode.com/ Source0: https://github.com/GoodFORM/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +# "RediSearch is developed and tested on Linux and Mac OS, on x86_64 CPUs." from docs/index.md +ExclusiveArch: x86_64 + BuildRequires: gcc BuildRequires: git BuildRequires: python3 @@ -50,5 +53,8 @@ install -pDm755 src/%{module}.so %{buildroot}%{redis_modules_dir}/%{module}.so %{redis_modules_dir}/%{module}.so %changelog +* Thu Jul 02 2020 Andreas Gerstmayr - 1.2.2-2 +- Add ExclusiveArch: x86_64 + * Sun Mar 29 2020 Nathan Scott - 1.2.2-1 - Initial package (BZ #1820391)