From 92c1b07274100eff560275923529c79504cef29b Mon Sep 17 00:00:00 2001 From: hugel <2712504175@qq.com> Date: Tue, 1 Apr 2025 15:53:29 +0800 Subject: [PATCH] restore the help package --- isomd5sum.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index 50ec6d2..a6ccba0 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -1,6 +1,6 @@ Name: isomd5sum Version: 1.2.3 -Release: 9 +Release: 10 Epoch: 1 Summary: Utilities for working with md5sum implanted in ISO images License: GPLv2+ @@ -35,7 +35,7 @@ Summary: Python3 bindings for isomd5sum %description -n python3-isomd5sum %{common_description} -#%package_help +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -64,10 +64,13 @@ make test %files -n python3-isomd5sum %{python3_sitearch}/*.so -#%files help +%files help %{_mandir}/man1/* %changelog +* Tue Apr 01 2025 hugel - 1:1.2.3-10 +- restore the help package + * Tue Mar 11 2025 mahailiang - 1:1.2.3-9 - Add sw_64 support -- Gitee