From c4e13bf16892d6a55ded5530bf24ee7b1dee5fd8 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 11:35:36 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- stunnel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stunnel.spec b/stunnel.spec index ebda292..9cf1d58 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,6 +1,6 @@ Name: stunnel Version: 5.72 -Release: 1 +Release: 2 Summary: Secure traffic running between a TCP client and server License: GPLv2 URL: http://www.stunnel.org/ @@ -29,6 +29,7 @@ source code. %package help Summary: This package contains help documents Requires: %{name} = %{version}-%{release} +Buildarch: noarch %description help Files for help with stunnel. @@ -87,6 +88,9 @@ install -D %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service %exclude %{_datadir}/doc/stunnel %changelog +* Tue Aug 20 2024 Jiuwang He - 5.72-2 +- Add Buildarch: noarch to the help subpackage + * Thu Jul 04 2024 Ge Wang - 5.72-1 - Update to 5.72 -- Gitee