From 8d746b53041517d75b07523c4d8cf0fd0c1dbab8 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Tue, 20 Aug 2024 09:09:19 +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 b0a2a8c..5ba9ad2 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,6 +1,6 @@ Name: stunnel Version: 5.69 -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. @@ -88,6 +89,9 @@ install -D %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service %exclude %{_datadir}/doc/stunnel %changelog +* Tue Aug 20 2024 Jiuwang He - 5.69-2 +- Add Buildarch: noarch to the help subpackage + * Wed Apr 19 2023 yaoxin - 5.69-1 - Update to 5.69 -- Gitee