!76 添加sw架构
From: @wuzx065891 Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
6319b34551
1226
elfutils-Add-sw64-architecture.patch
Normal file
1226
elfutils-Add-sw64-architecture.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
# -*- rpm-spec from http://elfutils.org/ -*-
|
# -*- rpm-spec from http://elfutils.org/ -*-
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.185
|
Version: 0.185
|
||||||
Release: 15
|
Release: 16
|
||||||
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
||||||
@ -13,6 +13,7 @@ Patch2: Fix-error-of-parsing-object-file-perms.patch
|
|||||||
Patch3: Fix-issue-of-moving-files-by-ar-or-br.patch
|
Patch3: Fix-issue-of-moving-files-by-ar-or-br.patch
|
||||||
Patch4: Get-instance-correctly-for-eu-ar-N-option.patch
|
Patch4: Get-instance-correctly-for-eu-ar-N-option.patch
|
||||||
Patch5: backport-readelf-Handle-DW_LLE_GNU_view_pair.patch
|
Patch5: backport-readelf-Handle-DW_LLE_GNU_view_pair.patch
|
||||||
|
Patch6: elfutils-Add-sw64-architecture.patch
|
||||||
|
|
||||||
Provides: elfutils-libelf elfutils-default-yama-scope default-yama-scope elfutils-libs
|
Provides: elfutils-libelf elfutils-default-yama-scope default-yama-scope elfutils-libs
|
||||||
Obsoletes: elfutils-libelf < %{version}-%{release} elfutils-default-yama-scope < %{version}-%{release} elfutils-libs < %{version}-%{release}
|
Obsoletes: elfutils-libelf < %{version}-%{release} elfutils-default-yama-scope < %{version}-%{release} elfutils-libs < %{version}-%{release}
|
||||||
@ -120,7 +121,17 @@ The ELF/DWARF file searching functions in libdwfl can query
|
|||||||
such servers to download those files on demand.
|
such servers to download those files on demand.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%setup -n %{name}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
%ifarch sw_64
|
||||||
|
%patch6 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --program-prefix=%{_programprefix}
|
%configure --program-prefix=%{_programprefix}
|
||||||
@ -255,6 +266,12 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 1 2022 wuzx<wuzx1226@qq.com> - 0.185-16
|
||||||
|
- Type:feature
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Add sw64 architecture
|
||||||
|
|
||||||
* Wed Nov 30 2022 linzhuorong <linzhuorong@huawei.com> - 0.185-15
|
* Wed Nov 30 2022 linzhuorong <linzhuorong@huawei.com> - 0.185-15
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user