From a6a1ad2bcefcce09c334565d868e93da31618688 Mon Sep 17 00:00:00 2001 From: yangchunc Date: Tue, 20 Aug 2024 12:26:17 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage (cherry picked from commit b9304b28952a81827b2647cd9a5cfd0f5488f102) --- dyninst.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dyninst.spec b/dyninst.spec index 5eba1e3..7b4b3ca 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -1,6 +1,6 @@ Name: dyninst License: LGPLv2+ -Release: 5 +Release: 6 Version: 12.3.0 Summary: An API for Run-time Code Generation ExclusiveArch: x86_64 aarch64 @@ -43,11 +43,7 @@ Requires: tbb-devel %description devel dyninst-devel includes the C header files and libraries. -%package help -Summary: Manual for using the Dyninst API - -%description help -dyninst-doc contains API documentation for the Dyninst libraries. +%package_help %prep %setup -q -n %{name}-%{version} -c @@ -129,6 +125,9 @@ echo "%{_libdir}/dyninst" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %doc %{dyninst_base}/symtabAPI/doc/symtabAPI.pdf %changelog +* Tue Aug 20 2024 Chunchun Yang - 12.3.0-6 +- Replaced declaration of subpackage with the 'package_help' macro. + * Thu Jun 20 2024 zhangxianting - 12.3.0-5 - the file of define tbb version macro has changed at version 2021 -- Gitee