From 7d5e00ad34b0a185cb3692092d84428d1328e9c8 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 12:37:18 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- ltrace.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ltrace.spec b/ltrace.spec index 28a9fb3..98ebcd7 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+ @@ -50,11 +50,8 @@ 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 @@ -80,6 +77,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 Dec 19 2023 peng.zou - 0.7.91-34 - Add support for ppc64le -- Gitee