From cfc00b51d2fb2c4ebba5dfc136eecaa2f7d7b103 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 13:21:34 +0800 Subject: [PATCH 1/2] Added 'Buildarch: noarch' to the help subpackage --- ltrace.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ltrace.spec b/ltrace.spec index ddc8628..eebbf92 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,6 +1,6 @@ name: ltrace Version: 0.7.91 -Release: 32 +Release: 33 Summary: Trace the Library and System Calls a Program Makes License: GPLv2+ @@ -49,11 +49,7 @@ ltrace on binaries for which you do not have access to the source. This is still a work in progress, so, for example, the tracking to child processes may fail or some things may not work as expected. -%package help -Summary: Help document for the ltrace package - -%description help -Help document for the ltrace package. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -83,6 +79,9 @@ autoreconf -i %{_mandir}/man5/ltrace.conf.5* %changelog +* Mon Aug 19 2024 Wei Zhang - 0.7.91-35 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Aug 29 2023 herengui - 0.7.91-32 - add support for loongarch64 and sw_64 -- Gitee From 75c20c727b66e9b90ca4053169baa67df6fe431b Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 13:30:24 +0800 Subject: [PATCH 2/2] Added 'Buildarch: noarch' to the help subpackage --- ltrace.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltrace.spec b/ltrace.spec index eebbf92..8bf59f8 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -79,7 +79,7 @@ autoreconf -i %{_mandir}/man5/ltrace.conf.5* %changelog -* Mon Aug 19 2024 Wei Zhang - 0.7.91-35 +* Mon Aug 19 2024 Wei Zhang - 0.7.91-33 - Replaced declaration of help subpackage with the 'package_help' macro * Tue Aug 29 2023 herengui - 0.7.91-32 -- Gitee