downgraded to version 3.8.7 for cpu architecture compatibility

This commit is contained in:
algorithmofdish 2022-08-05 09:48:12 +08:00
parent 96aee0775a
commit 681a6a4ea3
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,5 @@
%define debug_package %{nil}
Name: arangodb3 Name: arangodb3
Version: 3.9.2 Version: 3.8.7
Release: 1 Release: 1
Summary: The open-source, multi-model NoSQL database Summary: The open-source, multi-model NoSQL database
@ -48,7 +45,7 @@ mkdir -p %{_builddir}/arangodb-%{version}/build
%build %build
cd build cd build
%__cmake .. %__cmake .. -DUSE_OPTIMIZE_FOR_ARCHITECTURE=Off
%make_build %make_build
@ -151,5 +148,8 @@ exit 0
%changelog %changelog
* Thu Aug 4 2022 algorithmofdish <hexiujun1@huawei.com> - 3.8.7-1
- downgraded to version 3.8.7 for cpu architecture compatibility
* Thu Jul 28 2022 algorithmofdish <hexiujun1@huawei.com> - 3.9.2-1 * Thu Jul 28 2022 algorithmofdish <hexiujun1@huawei.com> - 3.9.2-1
- Package init - Package init