From 2c78c0cee7256c73850e44c8a8865f6450e474ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 14:32:18 +0800 Subject: [PATCH] Add Add 'Buildarch: noarch' to the help subpackage --- tree.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tree.spec b/tree.spec index 7abd3df..6a543c1 100644 --- a/tree.spec +++ b/tree.spec @@ -1,6 +1,6 @@ Name: tree Version: 2.1.1 -Release: 1 +Release: 2 Summary: Tree file viewer tool License: GPLv2+ URL: http://mama.indstate.edu/users/ice/tree/ @@ -20,6 +20,7 @@ variable is set and output is to tty. %package help Summary: Including man files for tree Requires: man +Buildarch: noarch %description help This contains man files for the using of tree. @@ -46,6 +47,9 @@ install -D -m 644 doc/tree.1 $RPM_BUILD_ROOT%{_mandir}/man1/tree.1 %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 zhangyi - 2.1.1-2 +- Add 'Buildarch: noarch' to the help subpackage + * Mon Jul 17 2023 Kunlin Yang - 2.1.1-1 - upgrade package from 2.1.0 to 2.1.1 -- Gitee