From a6731f43f1e85129118db699ef9440a7f03c7c71 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Sun, 17 Jul 2022 15:24:08 +0800 Subject: [PATCH] spec: modify requires Signed-off-by: Bo Ren --- dwz.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dwz.spec b/dwz.spec index ceade37..59ace8e 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,7 +1,8 @@ +%define anolis_release .0.1 Summary: DWARF optimization and duplicate removal tool Name: dwz Version: 0.12 -Release: 10%{?dist} +Release: 10%{anolis_release}%{?dist} License: GPLv2+ and GPLv3+ Group: Development/Tools # git archive --format=tar --remote=git://sourceware.org/git/dwz.git \ @@ -9,6 +10,7 @@ Group: Development/Tools # | bzip2 -9 > %%{name}-%%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2 BuildRequires: gcc, elfutils-libelf-devel +Requires: glibc Patch1: dwz-rh1949185.patch @@ -40,6 +42,9 @@ make DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir} %{_mandir}/man1/dwz.1* %changelog +* Sun Jul 17 2022 Bo Ren - 0.12-10.0.1 +- modify requires + * Wed May 5 2021 Marek Polacek 0.12-10 - handle intra-CU DW_FORM_ref_addr reference (#1949185) -- Gitee