From 7d98edac38451ad4fec3d496d7b6a8d63815f59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 12:49:40 +0800 Subject: [PATCH 1/2] Replaces declaration of help subpackage with the 'package_help' marco. --- jose.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/jose.spec b/jose.spec index e66c0e3..0fe0d4e 100644 --- a/jose.spec +++ b/jose.spec @@ -1,6 +1,6 @@ Name: jose Version: 10 -Release: 7 +Release: 8 Summary: José is a command line utility for performing various tasks on JSON objects License: ASL 2.0 URL: https://github.com/latchset/%{name} @@ -36,12 +36,10 @@ Obsoletes: lib%{name}-devel The package contains lib and header files for developing application that use %{name} -%package help -Summary: Documents files for %{name} +%package_help + Requires: man, info -%description help -Man pages and other related documents for %{name} %prep %autosetup -n %{name}-%{version} -p1 @@ -83,6 +81,9 @@ make %{?_smp_mflags} check %changelog +* Tue Aug 20 2024 guochaofan - +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Apr 11 2024 licihua - 10-7 - Type:bugfix - ID:NA -- Gitee From 55e79b8f2a3fbd051fff05031be942159ad41c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 19:40:02 +0800 Subject: [PATCH 2/2] Replaces declaration of help subpackage with the 'package_help' marco. --- jose.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jose.spec b/jose.spec index 0fe0d4e..20a3d00 100644 --- a/jose.spec +++ b/jose.spec @@ -81,7 +81,7 @@ make %{?_smp_mflags} check %changelog -* Tue Aug 20 2024 guochaofan - +* Tue Aug 20 2024 guochaofan - 10-8 - Replaces declaration of help subpackage with the 'package_help' marco. * Thu Apr 11 2024 licihua - 10-7 -- Gitee