From cbd75acc850c3eb20274801a45bbec7ceb39de79 Mon Sep 17 00:00:00 2001 From: zhaozekai Date: Tue, 20 Aug 2024 07:26:07 +0000 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macor. Signed-off-by: zhaozekai --- rhash.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rhash.spec b/rhash.spec index e1a5bc8..140c84f 100644 --- a/rhash.spec +++ b/rhash.spec @@ -1,6 +1,6 @@ Name: rhash Version: 1.4.2 -Release: 5 +Release: 6 Summary: Great utility for computing hash sums License: MIT URL: https://github.com/rhash/RHash @@ -30,10 +30,7 @@ Requires: rhash = %{version}-%{release} %description devel This package contains header files for developing applications with rhash APIs. -%package help -Summary: Documentation for rhash -%description help -Documentation for rhash +%package_help %prep %setup -n RHash-%{version} @@ -75,6 +72,9 @@ make test-shared %{_mandir}/man1/*.1* %changelog +* Tue Aug 20 2024 Zekai Zhao - 1.4.2-6 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Fri Jan 6 2023 caofei - 1.4.2-5 - Fix install-gmo target to recompile gmo files only if needed