From a7fadad611cbc87e8a103bcf8f2ae55a3b7813ef Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 07:33:20 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- sleuthkit.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sleuthkit.spec b/sleuthkit.spec index 1426f04..f56cac8 100644 --- a/sleuthkit.spec +++ b/sleuthkit.spec @@ -1,6 +1,6 @@ Name: sleuthkit Version: 4.12.1 -Release: 1 +Release: 2 Summary: Tools for file system and volume forensic analysis License: CPL and IBM and GPLv2+ URL: http://www.sleuthkit.org @@ -38,11 +38,7 @@ Requires: sqlite-devel %description devel This package provides the development files for %{name}. -%package help -Summary:Help Document for %{name} - -%description help -The help package contains manual pages and other related files for %{name}. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -84,6 +80,9 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Jiuwang He - 4.12.1-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Oct 16 2023 wulei - 4.12.1-1 - Update to 4.12.1 -- Gitee