From 8f369d25140d3541a594d6ab59a4d0817fbbaa5e Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Wed, 21 Aug 2024 10:01:25 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- dcraw.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dcraw.spec b/dcraw.spec index bc1aa9a..0a1c8d1 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -1,7 +1,7 @@ Summary: Tool for decoding raw image data from digital cameras Name: dcraw Version: 9.28.0 -Release: 6 +Release: 7 License: GPLv2+ URL: http://cybercom.net/~dcoffin/dcraw Source0: https://sources.voidlinux.org/dcraw-%{version}/dcraw-%{version}.tar.gz @@ -19,6 +19,7 @@ downloaded from digital cameras. %package help Summary: Documentation for user of dcraw Requires: dcraw = %{version}-%{release} +Buildarch: noarch %description help @@ -59,6 +60,9 @@ done %{_mandir}/man1/* %changelog +* Wed Aug 21 2024 Jiaming Zhang - 9.28.0-7 +- Added 'Buildarch:noarch' to the help subpackage + * Fri Jul 30 2021 chenyanpanHW - 9.28.0-6 - DESC: delete -S git from %autosetup, and delete BuildRequires git -- Gitee