update 0.3.0 base src

(cherry picked from commit 20768249404441b5e0b6a33789e055e72cdf2391)
This commit is contained in:
kwb0523 2023-08-17 16:24:46 +08:00 committed by openeuler-sync-bot
parent 1d78b6bf51
commit c303b648e8
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -2,13 +2,13 @@
Name: Kmesh
Version: 0.3.0
Release: 1
Release: 2
Summary: %{name} is a eBPF-based service mesh kernel solution
License: ASL 2.0
URL: https://gitee.com/openeuler/%{name}
Source0: %{version}.tar.gz
BuildRequires: make pkgconf dracut
BuildRequires: cmake make pkgconf dracut
BuildRequires: protobuf protobuf-c protobuf-c-devel
BuildRequires: golang >= 1.16
BuildRequires: clang >= 10.0.1 llvm >= 10.0.1
@ -99,5 +99,8 @@ rm -rf %{buildroot}
%attr(0550,root,root) /usr/bin/kmesh-stop-post.sh
%changelog
* Thu Aug 17 2023 JofDiamonds <kwb0523@163.com> - 0.3.0-2
- update package
* Mon Jul 31 2023 JofDiamonds <kwb0523@163.com> - 0.3.0-1
- init package