diff --git a/sleuthkit.spec b/sleuthkit.spec index 892be84389d145dd8c79c2bd11cc7d336cda55ab..e63bc671f400de7b53063a7ef5491d197e8cb27b 100644 --- a/sleuthkit.spec +++ b/sleuthkit.spec @@ -1,6 +1,6 @@ Name: sleuthkit Version: 4.6.7 -Release: 11 +Release: 12 Summary: Tools for file system and volume forensic analysis License: CPL and IBM and GPLv2+ 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 +* Tue Aug 20 2024 Jiuwang He - 4.6.7-12 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Mar 10 2022 xuping - 4.6.7-11 - Fixed OOB read in hfs_dir_open_meta_cb