From fdc0bc310eb3f262e31497225cb2e52b6da1dd7b Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Sun, 17 Jul 2022 17:43:48 +0800 Subject: [PATCH] spec: modify requires Signed-off-by: Bo Ren --- dyninst.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dyninst.spec b/dyninst.spec index 4ae1885..7b8cd43 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -1,8 +1,9 @@ +%define anolis_release .0.1 Summary: An API for Run-time Code Generation License: LGPLv2+ Name: dyninst Group: Development/Libraries -Release: 3%{?dist} +Release: 3%{anolis_release}%{?dist} URL: http://www.dyninst.org Version: 11.0.0 ExclusiveArch: %{ix86} x86_64 ppc64le aarch64 @@ -32,6 +33,8 @@ BuildRequires: tbb tbb-devel # Extra requires just for the testsuite BuildRequires: gcc-gfortran glibc-static libstdc++-static libxml2-devel +Requires: glibc + # Testsuite files should not provide/require anything %{?filter_setup: %filter_provides_in %{_libdir}/dyninst/testsuite/ @@ -207,6 +210,9 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \ %attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a %changelog +* Sun Jul 17 2022 Bo Ren - 11.0.0-3.0.1 +- Modify requires + * Wed Jun 30 2021 Stan Cox - 11.0.0-3 - Related: rhbz1965455 -- Gitee