diff --git a/artifacts.changes b/artifacts.changes index 1f4e9b4..6ce6ba7 100644 --- a/artifacts.changes +++ b/artifacts.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 16 17:15:35 UTC 2022 - Greg Freemyer + +- Portions of the libyal family of forensic modules now require python 3.7 or newer. Update spec file as follows + - # security:forensics is now only supporting python 3.7 or newer + - BuildRequires: python3-setuptools > 3.7 + - BuildRequires: python3-packaging > 3.7 + - BuildRequires: %{python_module base >= 3.7} + ------------------------------------------------------------------- Wed Jun 1 22:33:10 UTC 2022 - Greg Freemyer diff --git a/artifacts.spec b/artifacts.spec index dd7b525..f55814c 100644 --- a/artifacts.spec +++ b/artifacts.spec @@ -30,7 +30,10 @@ Source1: https://github.com/ForensicArtifacts/artifacts/releases/download Source2: %{name}.keyring BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-setuptools +# security:forensics is now only supporting python 3.7 or newer +BuildRequires: python3-setuptools > 3.7 +BuildRequires: python3-packaging > 3.7 +BuildRequires: %{python_module base >= 3.7} BuildArch: noarch %description