add git build require

Signed-off-by: haozi007 <liuhao27@huawei.com>
This commit is contained in:
haozi007 2021-06-28 15:18:55 +08:00 committed by haozi007
parent 61ae9f6b80
commit 12c231e226

View File

@ -1,5 +1,5 @@
%global _version 2.0.4 %global _version 2.0.4
%global _release 20210508.150021.git73679d5d %global _release 20210628.151504.git61ae9f6b
Name: clibcni Name: clibcni
Version: %{_version} Version: %{_version}
Release: %{_release} Release: %{_release}
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}
Patch0001: 0001-fix-CNI_ARGS-value-when-there-is-no-args.patch Patch0001: 0001-fix-CNI_ARGS-value-when-there-is-no-args.patch
Patch0002: 0002-add-error-info-for-failed-run-cni-plugin.patch Patch0002: 0002-add-error-info-for-failed-run-cni-plugin.patch
BuildRequires: gcc BuildRequires: gcc git
BuildRequires: cmake BuildRequires: cmake
BuildRequires: lcr-devel yajl-devel BuildRequires: lcr-devel yajl-devel
@ -88,6 +88,12 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Mon Jun 28 2021 haozi007 <liuhao27@huawei.com> - 2.0.4-20210628.151504.git61ae9f6b
- Type: add git to build require
- ID: NA
- SUG: NA
- DESC: add git to build require
* Sat May 8 2021 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 2.0.4-20210508.150021.git73679d5d * Sat May 8 2021 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 2.0.4-20210508.150021.git73679d5d
- Type: sync from upstream - Type: sync from upstream
- ID: NA - ID: NA