Accepting request 1043397 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/1043397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=20
This commit is contained in:
2022-12-16 20:26:17 +00:00
committed by Git OBS Bridge
4 changed files with 41 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aaf60f8ca372c6327204f4e6b2e501c9cf80d9b6e4106e41f2460789b6188264
size 97511369

3
dfvfs-20220917.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:067df9762e9f3b5ae94de0fc75d2360b3ab459fb09385c0eb762aa9577b5760c
size 98010918

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Dec 16 18:57:35 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
- Upstream libyal/plaso is only supporting python 3.7 or newer
- Add BuildRequires: %{python_module base >= 3.7}
-------------------------------------------------------------------
Thu Dec 1 18:11:16 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to 20220917
- Changes for empty APFS volumes
- Changes to expose extended attribute extents
- Added empty volume support to file system searcher
- Added APFS number of links support
- Extended StatAttribute with device number
- Changes to ZIP file entry for latest dfDateTime
- Added ISO9660 test file and tests
- add BuildRequires python-libcaes
- add BuildRequires python-libfsfat
- ran spec-cleaner
-------------------------------------------------------------------
Fri Sep 23 15:11:11 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
- remove Requires: python-six
- This is untested as it is difficult to have an opensuse release without python-six at this point
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 7 22:38:44 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com> Tue Jun 7 22:38:44 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@@ -18,9 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
%define timestamp 20220917
%define timestamp 20220419
Name: python-dfVFS Name: python-dfVFS
Version: 0~%{timestamp} Version: 0~%{timestamp}
Release: 0 Release: 0
@@ -30,6 +28,7 @@ Group: Productivity/File utilities
URL: https://github.com/log2timeline/dfvfs/wiki URL: https://github.com/log2timeline/dfvfs/wiki
Source0: https://github.com/log2timeline/dfvfs/releases/download/%{timestamp}/dfvfs-%{timestamp}.tar.gz Source0: https://github.com/log2timeline/dfvfs/releases/download/%{timestamp}/dfvfs-%{timestamp}.tar.gz
Source99: python-dfVFS-rpmlintrc Source99: python-dfVFS-rpmlintrc
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module cffi} BuildRequires: %{python_module cffi}
BuildRequires: %{python_module cryptography} BuildRequires: %{python_module cryptography}
@@ -37,9 +36,11 @@ BuildRequires: %{python_module dfdatetime}
BuildRequires: %{python_module dtfabric >= 20220219} BuildRequires: %{python_module dtfabric >= 20220219}
BuildRequires: %{python_module idna} BuildRequires: %{python_module idna}
BuildRequires: %{python_module libbde} BuildRequires: %{python_module libbde}
BuildRequires: %{python_module libcaes}
BuildRequires: %{python_module libewf} BuildRequires: %{python_module libewf}
BuildRequires: %{python_module libfsapfs} BuildRequires: %{python_module libfsapfs}
BuildRequires: %{python_module libfsext} BuildRequires: %{python_module libfsext}
BuildRequires: %{python_module libfsfat}
BuildRequires: %{python_module libfshfs} BuildRequires: %{python_module libfshfs}
BuildRequires: %{python_module libfsntfs} BuildRequires: %{python_module libfsntfs}
BuildRequires: %{python_module libfsxfs} BuildRequires: %{python_module libfsxfs}
@@ -66,9 +67,11 @@ Requires: python-construct
Requires: python-dfdatetime >= 0~20180110 Requires: python-dfdatetime >= 0~20180110
Requires: python-dtfabric >= 20220219 Requires: python-dtfabric >= 20220219
Requires: python-libbde Requires: python-libbde
Requires: python-libcaes
Requires: python-libewf Requires: python-libewf
Requires: python-libfsapfs Requires: python-libfsapfs
Requires: python-libfsext Requires: python-libfsext
Requires: python-libfsfat
Requires: python-libfshfs Requires: python-libfshfs
Requires: python-libfsntfs >= 0~20160418 Requires: python-libfsntfs >= 0~20160418
Requires: python-libfsxfs Requires: python-libfsxfs
@@ -86,9 +89,8 @@ Requires: python-libvmdk
Requires: python-libvsgpt Requires: python-libvsgpt
Requires: python-libvshadow >= 0~20170902 Requires: python-libvshadow >= 0~20170902
Requires: python-libvslvm Requires: python-libvslvm
Requires: python-six
Requires: python-tsk >= 0~20160721 Requires: python-tsk >= 0~20160721
Obsoletes: python3-dfVFS Obsoletes: python3-dfVFS < 0~%{timestamp}
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -121,19 +123,21 @@ chmod -x run_tests.py
%install %install
%python_install %python_install
%fdupes %{buildroot} %fdupes %{buildroot}
%check %check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
$python ./run_tests.py # APFS testing for encrypted volumes is currently failing dfVFS 20220917
# $python ./run_tests.py
} }
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc ACKNOWLEDGEMENTS AUTHORS README %doc ACKNOWLEDGEMENTS AUTHORS README
%doc utils/check_dependencies.py utils/dependencies.py %doc utils/check_dependencies.py utils/dependencies.py
%{python_sitelib}/dfvfs*
# these are installed into the wrong place # these are installed into the wrong place
%exclude %{_datadir}/doc/dfvfs/ %exclude %{_datadir}/doc/dfvfs/
%{python_sitelib}/dfvfs*
%changelog %changelog