Add ppc64le support
This commit is contained in:
parent
22e4e6fe29
commit
39f8d78503
@ -14,10 +14,14 @@
|
||||
%define arch_val loongarch64
|
||||
%define arch_old_val %{nil}
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
%define arch_val ppc64le
|
||||
%define arch_old_val %{nil}
|
||||
%endif
|
||||
|
||||
Name: valgrind
|
||||
Version: 3.22.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
Summary: An instrumentation framework for building dynamic analysis tools
|
||||
License: GPLv2+
|
||||
@ -120,6 +124,9 @@ popd
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2024 peng.zou <peng.zou@shingroup.cn> - 1:3.22.0-2
|
||||
- Add ppc64le support
|
||||
|
||||
* Mon Jan 08 2024 yaoxin <yao_xin001@hoperun.com> - 1:3.22.0-1
|
||||
- Upgrade to 3.22.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user