From a3ecd338d5b8aad4438483ec4928f4af0e7e23df Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Sep 2022 08:43:54 -0400 Subject: [PATCH] rebuild package --- dyninst.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dyninst.spec b/dyninst.spec index b32f4c7..6cbfe1a 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 -- Gitee