Add some compression support
This commit is contained in:
parent
b6dd57cd15
commit
bd1ecfab62
@ -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: 6
|
Release: 7
|
||||||
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+)
|
||||||
@ -16,6 +16,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 zstd-devel
|
||||||
|
|
||||||
#for debuginfod
|
#for debuginfod
|
||||||
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
|
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
|
||||||
@ -238,6 +239,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.185-7
|
||||||
|
- Add some compression support
|
||||||
|
|
||||||
* Mon Jun 27 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.185-6
|
* Mon Jun 27 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.185-6
|
||||||
- fix segfault in eu-ar -m
|
- fix segfault in eu-ar -m
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user