已合并
在specfile中添加loongarch架构支持 #35
AtomGit-Bot创建于 2024年2月27日
在specfile中添加loongarch架构支持 #35
已合并
AtomGit-Bot创建于 2024年2月27日
refs/pull/35/head合入到master
1 个文件变更+5-2
@@ -1,6 +1,6 @@
1Name: bpftrace1Name: bpftrace
2Version: 0.19.12Version: 0.19.1
3-Release: 13+Release: 2
4Summary: High-level tracing language for Linux eBPF4Summary: High-level tracing language for Linux eBPF
5License: ASL 2.05License: ASL 2.0
6 6 
@@ -9,7 +9,7 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
9 9 
10# Arches will be included as upstream support is added and dependencies are10# Arches will be included as upstream support is added and dependencies are
11# satisfied in the respective arches11# satisfied in the respective arches
12-ExclusiveArch: x86_64 %{power64} aarch64 riscv6412+ExclusiveArch: x86_64 %{power64} aarch64 riscv64 loongarch64
13 13 
14BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel14BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel
15BuildRequires: zlib-devel llvm-devel clang clang-tools-extra clang-devel llvm-test15BuildRequires: zlib-devel llvm-devel clang clang-tools-extra clang-devel llvm-test
@@ -68,6 +68,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
68 68 
69 69 
70%changelog70%changelog
71+* Tue Feb 27 2024 Huang Yang <huangyang@loongson.cn> - 0.19.1-2
72+- add loongarch64 support
73+ 
71* Mon Jan 08 2024 Paul Thomas <paulthomas100199@gmail.com> - 0.19.1-174* Mon Jan 08 2024 Paul Thomas <paulthomas100199@gmail.com> - 0.19.1-1
72- update to version 0.19.175- update to version 0.19.1
73 76