add vmlinux for 22.03-LTS & 22.03-LTS-SP1

This commit is contained in:
Vchanger 2022-11-14 17:08:32 +08:00
parent a30811aa1f
commit c9b4007120
2 changed files with 417489 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,10 @@
%define debug_package %{nil} %define debug_package %{nil}
%define __os_install_post %{nil}
Summary: Intelligent ops toolkit for openEuler Summary: Intelligent ops toolkit for openEuler
Name: gala-gopher Name: gala-gopher
Version: 1.0.0 Version: 1.0.0
Release: 1 Release: 2
License: Mulan PSL v2 License: Mulan PSL v2
URL: https://gitee.com/openeuler/gala-gopher URL: https://gitee.com/openeuler/gala-gopher
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
@ -15,6 +16,7 @@ BuildRequires: uthash-devel libbpf libbpf-devel log4cplus-devel
Requires: bash glibc elfutils zlib elfutils-devel bpftool Requires: bash glibc elfutils zlib elfutils-devel bpftool
Requires: dmidecode python3-psycopg2 python3-yaml erlang-eflame Requires: dmidecode python3-psycopg2 python3-yaml erlang-eflame
patch0: add-vmlinux-for-2203LTS-2203LTS-SP1.patch
%ifarch x86_64 %ifarch x86_64
patch1: modify-to-adapt-to-oe2203-LTS-SP1-x86.patch patch1: modify-to-adapt-to-oe2203-LTS-SP1-x86.patch
%endif %endif
@ -27,6 +29,7 @@ gala-gopher is a low-overhead eBPF-based probes framework
%prep %prep
%setup -q %setup -q
%patch0 -p1
%patch1 -p1 %patch1 -p1
%build %build
@ -68,6 +71,9 @@ popd
/usr/lib/systemd/system/gala-gopher.service /usr/lib/systemd/system/gala-gopher.service
%changelog %changelog
* Mon Nov 14 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-2
- add vmlinux for 22.03-LTS & 22.03-LTS-SP1
* Mon Nov 14 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-1 * Mon Nov 14 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-1
- Package init - Package init