diff --git a/sleuthkit.spec b/sleuthkit.spec index 8bb1d09b90c5e90d1c9a9b28f39e0715327f1a10..37c3e060f31a186062396928b25e9385a5fbbc76 100644 --- a/sleuthkit.spec +++ b/sleuthkit.spec @@ -1,6 +1,6 @@ Name: sleuthkit Version: 4.12.1 -Release: 2 +Release: 3 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 @@ -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-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Jul 19 2024 yaoxin - 4.12.1-2 - License compliance rectification