From b240ef966dff398e77429b4af01317396611da5e Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Sat, 3 Sep 2022 15:58:55 +0800 Subject: [PATCH] revert commit "add some compression support" --- elfutils.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index cae71ed..047e04a 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.180 -Release: 9 +Release: 10 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -19,7 +19,6 @@ Recommends: elfutils-extra BuildRoot: %{_tmppath}/%{name}-root BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless gcc-c++ -BuildRequires: bzip2-devel xz-devel xz-libs BuildRequires: chrpath # For debuginfod @@ -256,6 +255,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Sat Sep 3 2022 panxiaohe - 0.180-10 +- revert commit "add some compression support" + * Thu Sep 1 2022 panxiaohe - 0.180-9 - change the permission of eu-* to 750 - add elfutils-extra -- Gitee