diff --git a/dyninst.spec b/dyninst.spec index 4ae1885abb8421a424228700af493d6b5f35ed8e..7b8cd43a1905284da7f3b701df2a8f727b666203 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