From bed616ec1e51ea2f1e128575d2bab5c7edca38e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Mon, 19 Aug 2024 16:01:47 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- gssproxy.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gssproxy.spec b/gssproxy.spec index f4732e0..3083dcf 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -7,7 +7,7 @@ Name: gssproxy Version: 0.9.2 -Release: 2 +Release: 3 Summary: GSSAPI Proxy License: MIT URL: https://github.com/gssapi/gssproxy @@ -38,10 +38,7 @@ BuildRequires: valgrind glibc-debuginfo glibc %description This is a proxy for GSSAPI which deals with credential handling -%package help -Summary: Help files for %{name} -%description help -Help files for %{name}. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -112,6 +109,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %{_mandir}/man8/gssproxy-mech.8* %changelog +* Mon Aug 19 2024 yangzhuolin - 0.9.2-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Mar 12 2024 yixiangzhike - 0.9.2-2 - backport upstream patch to remove node from the correct list -- Gitee