From ef8720a299d9703e4218c7b830306e990899ed75 Mon Sep 17 00:00:00 2001 From: wjiang Date: Tue, 4 Nov 2025 15:04:36 +0800 Subject: [PATCH] use package_help to replace help package --- openssl.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/openssl.spec b/openssl.spec index 78dac0f..c55d682 100755 --- a/openssl.spec +++ b/openssl.spec @@ -2,7 +2,7 @@ Name: openssl Epoch: 1 Version: 3.0.12 -Release: 29 +Release: 30 Summary: Cryptography and SSL/TLS Toolkit License: Apache-2.0 URL: https://www.openssl.org/ @@ -130,13 +130,7 @@ Requires: pkgconfig %description devel %{summary}. -%package help -Summary: Documents for %{name} -Buildarch: noarch -Requires: man info - -%description help -Man pages and other related documents for %{name}. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -300,6 +294,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Wed Oct 15 2025 mahailiang - 1:3.0.12-30 +- use package_help to replace help package + * Mon Oct 27 2025 Julian Zhu - 1:3.0.12-29 - Backport SHA2 assembly optimization for RISC-V -- Gitee