From 31357e2211c12f6693cb6414509e65f03c5b3580 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 06:52:56 +0000 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 d761d0b..6534926 100644 --- a/sleuthkit.spec +++ b/sleuthkit.spec @@ -1,6 +1,6 @@ Name: sleuthkit Version: 4.6.7 -Release: 12 +Release: 13 Summary: Tools for file system and volume forensic analysis License: CPL-1.0 AND IPL-1.0 AND GPL-2.0-or-later URL: http://www.sleuthkit.org @@ -53,11 +53,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 @@ -97,6 +93,9 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_mandir}/man1/* %changelog +* Wed Aug 21 2024 Jiuwang He - 4.6.7-13 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Jun 13 2024 yao_xin - 4.6.7-12 - License compliance rectification -- Gitee