!36 openEuler-20.03-LTS-SP3: Add some compression support
From: @hugel Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
4731aa624e
@ -1,7 +1,7 @@
|
|||||||
# -*- rpm-spec from http://elfutils.org/ -*-
|
# -*- rpm-spec from http://elfutils.org/ -*-
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.180
|
Version: 0.180
|
||||||
Release: 4
|
Release: 5
|
||||||
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+)
|
||||||
@ -15,6 +15,7 @@ Requires: glibc >= 2.7 libstdc++
|
|||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless gcc-c++
|
BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless gcc-c++
|
||||||
|
BuildRequires: bzip2-devel xz-devel xz-libs
|
||||||
|
|
||||||
# For debuginfod
|
# For debuginfod
|
||||||
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
|
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
|
||||||
@ -297,6 +298,9 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 19 2022 Hugel <gengqihu1@h-partners.com> - 0.180-5
|
||||||
|
- Add some compression support
|
||||||
|
|
||||||
* Thu Feb 17 2022 panxiaohe <panxh.life@foxmail.com> - 0.180-4
|
* Thu Feb 17 2022 panxiaohe <panxh.life@foxmail.com> - 0.180-4
|
||||||
- fix wrong use of stdin for eu-elfclassify --no-stdin option
|
- fix wrong use of stdin for eu-elfclassify --no-stdin option
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user