diff --git a/dyninst.spec b/dyninst.spec index b32f4c705e3dd077eda24f16efd8370050c19527..6cbfe1a9b65063378fc8bbcde96d932c7ad08da7 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -1,4 +1,5 @@ -%define anolis_release 1 +%define anolis_release 2 + Summary: An API for Run-time Code Generation License: LGPLv2+ Name: dyninst @@ -49,6 +50,7 @@ the creation of tools and applications that use run-time code patching. %package doc Summary: Documentation for using the Dyninst API +Requires: %{name} = %{version}-%{release} Group: Documentation %description doc dyninst-doc contains API documentation for the Dyninst libraries. @@ -181,5 +183,8 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \ %attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a %changelog +* Mon Sep 26 2022 happy_orange - 12.1.0-2 +- rebuild package + * Mon May 16 2022 Chunmei Xu - 12.1.0-1 - init from upstream