From d29aad2d1930128705bcb2f7b09ad34252c211ed Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 10:09:41 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- ltrace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ltrace.spec b/ltrace.spec index 28a9fb3..3960176 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,6 +1,6 @@ name: ltrace Version: 0.7.91 -Release: 34 +Release: 35 Summary: Trace the Library and System Calls a Program Makes License: GPLv2+ @@ -52,6 +52,7 @@ child processes may fail or some things may not work as expected. %package help Summary: Help document for the ltrace package +Buildarch: noarch %description help Help document for the ltrace package. @@ -80,6 +81,9 @@ autoreconf -i %{_mandir}/man5/ltrace.conf.5* %changelog +* Mon Aug 19 2024 Wei.Zhang - 0.7.91-35 +- Replace declaration of help subpackage with the 'package_help' macro + * Tue Dec 19 2023 peng.zou - 0.7.91-34 - Add support for ppc64le -- Gitee