From 8e875d375cc72f2f39470547d6db853f2ef0c4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Tue, 13 Aug 2024 18:19:38 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- abrt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/abrt.spec b/abrt.spec index d2276fa..c8cf7ac 100644 --- a/abrt.spec +++ b/abrt.spec @@ -1,6 +1,6 @@ Name: abrt Version: 2.16.1 -Release: 1 +Release: 2 Summary: A tool for automatic bug detection and reporting License: GPL-2.0-or-later URL: https://github.com/abrt/abrt/ @@ -43,6 +43,7 @@ This package contains development and header files for abrt. %package help Summary: Help files for the abrt library +Buildarch: noarch Requires: %{name} = %{version}-%{release} %description help @@ -577,6 +578,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %{_mandir}/man*/* %changelog +* Tue Aug 13 2024 liyuzhe - 2.16.1-2 +- Added 'Buildarch: noarch' to the help subpackage + * Tue May 9 2023 liyanan - 2.16.1-1 - update to 2.16.1