diff --git a/elfutils.spec b/elfutils.spec index d859c14f45395ac56f6b1c7906ce1d56e01207b0..86eab41e84071f0ee6bd0c7396dcd1626cb2b68b 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.180 -Release: 3 +Release: 4 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -15,6 +15,7 @@ Requires: glibc >= 2.7 libstdc++ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless gcc-c++ +BuildRequires: bzip2-devel xz-devel xz-libs # For debuginfod BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33 @@ -233,6 +234,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Tue Jul 19 2022 Hugel - 0.180-4 +- Add some compression support + * Thu Feb 17 2022 panxiaohe - 0.180-3 - fix wrong use of stdin for eu-elfclassify --no-stdin option