Add sw64 architecture
Signed-off-by: wzx <wuzx1226@qq.com> (cherry picked from commit f988fd04584e135b14472d0a0b79c8d1b34bb7be)
This commit is contained in:
parent
01c4f5ffd4
commit
6f19c26d74
3333
strace-5.14-sw.patch
Executable file
3333
strace-5.14-sw.patch
Executable file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
|||||||
Summary: Tracks and displays system calls associated with a running process
|
Summary: Tracks and displays system calls associated with a running process
|
||||||
Name: strace
|
Name: strace
|
||||||
Version: 5.14
|
Version: 5.14
|
||||||
Release: 1
|
Release: 2
|
||||||
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
|
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
# Some distros require Group tag to be present,
|
# Some distros require Group tag to be present,
|
||||||
@ -17,6 +17,9 @@ BuildRequires: xz
|
|||||||
%else
|
%else
|
||||||
Source: strace-%{version}.tar.gz
|
Source: strace-%{version}.tar.gz
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch sw_64
|
||||||
|
Patch1: strace-5.14-sw.patch
|
||||||
|
%endif
|
||||||
BuildRequires: gcc gzip
|
BuildRequires: gcc gzip
|
||||||
|
|
||||||
# Install Bluetooth headers for AF_BLUETOOTH sockets decoding.
|
# Install Bluetooth headers for AF_BLUETOOTH sockets decoding.
|
||||||
@ -101,6 +104,9 @@ wait
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 25 2022 wuzx<wuzx1226@qq.com> - 5.14-2
|
||||||
|
- Add sw64 architecture
|
||||||
|
|
||||||
* Mon Nov 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 5.14-1
|
* Mon Nov 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 5.14-1
|
||||||
- update to 5.14
|
- update to 5.14
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user