From c0db7a34d8b66a1b42e8e5b9c799f9bd44be97c8 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 19 Jul 2024 15:05:18 +0800 Subject: [PATCH] License compliance rectification --- sleuthkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sleuthkit.spec b/sleuthkit.spec index 1426f04..8bb1d09 100644 --- a/sleuthkit.spec +++ b/sleuthkit.spec @@ -1,8 +1,8 @@ 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+ +License: CPL-1.0 and IPL-1.0 and GPL-2.0-or-later URL: http://www.sleuthkit.org Source0: https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-%{version}/sleuthkit-%{version}.tar.gz @@ -84,6 +84,9 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_mandir}/man1/* %changelog +* Fri Jul 19 2024 yaoxin - 4.12.1-2 +- License compliance rectification + * Mon Oct 16 2023 wulei - 4.12.1-1 - Update to 4.12.1 -- Gitee