已合并
在specfile中添加loongarch架构支持 #35
AtomGit-Bot创建于 2024年2月27日
在specfile中添加loongarch架构支持 #35
已合并
从refs/pull/35/head合入到master
共 1 个文件变更+5-2
| @@ -1,6 +1,6 @@ | |||
| 1 | Name: bpftrace | 1 | Name: bpftrace |
| 2 | Version: 0.19.1 | 2 | Version: 0.19.1 |
| 3 | -Release: 1 | 3 | +Release: 2 |
| 4 | Summary: High-level tracing language for Linux eBPF | 4 | Summary: High-level tracing language for Linux eBPF |
| 5 | License: ASL 2.0 | 5 | License: 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 are | 10 | # Arches will be included as upstream support is added and dependencies are |
| 11 | # satisfied in the respective arches | 11 | # satisfied in the respective arches |
| 12 | -ExclusiveArch: x86_64 %{power64} aarch64 riscv64 | 12 | +ExclusiveArch: x86_64 %{power64} aarch64 riscv64 loongarch64 |
| 13 | 13 | ||
| 14 | BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel | 14 | BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel |
| 15 | BuildRequires: zlib-devel llvm-devel clang clang-tools-extra clang-devel llvm-test | 15 | BuildRequires: 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 | %changelog | 70 | %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-1 | 74 | * Mon Jan 08 2024 Paul Thomas <paulthomas100199@gmail.com> - 0.19.1-1 |
| 72 | - update to version 0.19.1 | 75 | - update to version 0.19.1 |
| 73 | 76 | ||