From baac843360e7a2950fe405800773e401122b9ec4 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Tue, 20 Aug 2024 09:11:20 +0000 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 dc3b6eb..87a657e 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,6 +1,6 @@ Name: stunnel Version: 5.48 -Release: 4 +Release: 5 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. @@ -86,6 +87,9 @@ install -D %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service %exclude %{_datadir}/doc/stunnel %changelog +* Tue Aug 20 2024 Jiuwang He - 5.48-5 +- Add Buildarch: noarch to the help subpackage + * Thu Sep 10 2020 baizhonggui - 5.48-4 - Modify source0 -- Gitee