!91 specify the minimum version requirements
From: @gaohuatao Reviewed-by: Signed-off-by:
This commit is contained in:
commit
38a4e6a1e2
14
clibcni.spec
14
clibcni.spec
@ -1,5 +1,5 @@
|
||||
%global _version 2.0.6
|
||||
%global _release 4
|
||||
%global _release 5
|
||||
Name: clibcni
|
||||
Version: %{_version}
|
||||
Release: %{_release}
|
||||
@ -14,11 +14,13 @@ Patch0001: 0001-improve-code-for-check-ags.patch
|
||||
Patch0002: 0002-improve-coverage-of-ut.patch
|
||||
Patch0003: 0003-support-new-cpp-synx-check.patch
|
||||
|
||||
%define lcrver 2.0.6
|
||||
|
||||
BuildRequires: gcc git gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: lcr-devel yajl-devel gtest-devel
|
||||
BuildRequires: lcr-devel >= %{lcrver} yajl-devel gtest-devel
|
||||
|
||||
Requires: lcr
|
||||
Requires: lcr >= %{lcrver}
|
||||
|
||||
%ifarch x86_64 aarch64
|
||||
Provides: lib%{name}.so()(64bit)
|
||||
@ -93,6 +95,12 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Dec 06 2021 gaohuatao <gaohuatao@huawei.com> - 2.0.6-5
|
||||
- Type: enhancement
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: specify version
|
||||
|
||||
* Tue Nov 23 2021 liuhao <liuhao27@huawei.com> - 2.0.6-4
|
||||
- Type: enhancement
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user