Accepting request 1043379 from home:gregfreemyer:Tools-for-forensic-boot-cd

- 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}
-update to v20220429 
	* 27 months worth of artifact additions
- update to v20200118
	* 10 months worth of artifact additions
- Switch to build and distribution under python3 as py2 is obsolete
- update to v20190320
	* 9 months worth of artifact additions
- Compact description for size. Wrap it, too.
- Fixed invalid source file (mismatching hash)
- Added GPG source verification
- Cleaned up spec file
  * Use license macro
  * Dropped defattr as it is not required anymore, recent rpms
    add a default defattr line if none is present in the rpm files
    section
- Update to 20180628
- initial version 20150409 in OBS

OBS-URL: https://build.opensuse.org/request/show/1043379
OBS-URL: https://build.opensuse.org/package/show/security:forensics/artifacts?expand=0&rev=20
This commit is contained in:
Greg Freemyer 2022-12-16 17:34:29 +00:00 committed by Git OBS Bridge
parent 548bcb136c
commit f39dabe25b
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,11 @@
-------------------------------------------------------------------
Fri Dec 16 17:15:35 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
- Portions of the libyal family of forensic modules now require python 3.7 or newer.
- add BuildRequires: %{python_module base >= 3.7} to artifacts spec file to make this clear.
- 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 <Greg.Freemyer@gmail.com>

View File

@ -30,8 +30,9 @@ Source1: https://github.com/ForensicArtifacts/artifacts/releases/download
Source2: %{name}.keyring
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools > 3.7
# 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