From 19948363e1d7a4bfe63498ccbd11d592e610739e 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 13:42:00 +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 cbeca7b..4fdef47 100644 --- a/abrt.spec +++ b/abrt.spec @@ -1,6 +1,6 @@ Name: abrt Version: 2.13.0 -Release: 11 +Release: 12 Summary: A tool for automatic bug detection and reporting License: GPLv2+ URL: https://abrt.readthedocs.org/ @@ -44,6 +44,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 @@ -608,6 +609,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %{_mandir}/man*/* %changelog +* Tue Aug 13 2024 liyuzhe - 2.13.0-12 +- Added 'Buildarch: noarch' to the help subpackage + * Sat Nov 27 2021 chenchen - 2.13.0-11 - fix uninstall error