From 0f1186659a39609c3d89754b9127186f3d2058efd41c349be0a6958919ccec40 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Sat, 5 Aug 2023 14:39:54 +0000 Subject: [PATCH 1/2] Accepting request 1102476 from home:gregfreemyer:Tools-for-forensic-boot-cd - add conditional to only run python tests for factory. 15.4 and 15.5 are both failing for APFS filesystem checks OBS-URL: https://build.opensuse.org/request/show/1102476 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=72 --- python-dfVFS.changes | 5 +++++ python-dfVFS.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-dfVFS.changes b/python-dfVFS.changes index 01da26e..fcc15e3 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 5 03:24:52 UTC 2023 - Greg Freemyer + +- add conditional to only run python tests for factory. 15.4 and 15.5 are both failing for APFS filesystem checks + ------------------------------------------------------------------- Fri Jul 28 22:11:04 UTC 2023 - Greg Freemyer diff --git a/python-dfVFS.spec b/python-dfVFS.spec index c6be478..c781261 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -14,6 +14,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} %define timestamp 20221224 @@ -127,9 +128,11 @@ chmod -x run_tests.py %fdupes %{buildroot} %check +%if 0%{?suse_version} && 0%{?suse_version} > 1550 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} $python ./run_tests.py } +%endif %files %{python_files} %license LICENSE From a964801ddc1574a05bed74e8088cb556fbdad65f06bf32cd1d94024822bb6ace Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 10 Aug 2023 21:16:14 +0000 Subject: [PATCH 2/2] Accepting request 1103376 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to 20230531 - add APM support [Apple Partition Map] - add BuildRequires pyvsapm - remove BuildRequires python-pbr OBS-URL: https://build.opensuse.org/request/show/1103376 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=73 --- dfvfs-20221224.tar.gz | 3 --- dfvfs-20230531.tar.gz | 3 +++ python-dfVFS.changes | 8 ++++++++ python-dfVFS.spec | 6 ++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 dfvfs-20221224.tar.gz create mode 100644 dfvfs-20230531.tar.gz diff --git a/dfvfs-20221224.tar.gz b/dfvfs-20221224.tar.gz deleted file mode 100644 index 4fd2143..0000000 --- a/dfvfs-20221224.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf058cd3cbe419efcecf79764c3f31cc580feedd6183a8922a3daa79ad02a59b -size 98019043 diff --git a/dfvfs-20230531.tar.gz b/dfvfs-20230531.tar.gz new file mode 100644 index 0000000..38b4f52 --- /dev/null +++ b/dfvfs-20230531.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2baa84b24b37944dbeeca82fcc9a970c05d196b319c675c1d3e565208794eb2d +size 98055019 diff --git a/python-dfVFS.changes b/python-dfVFS.changes index fcc15e3..666d8f4 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 10 19:41:31 UTC 2023 - Greg Freemyer + +- update to 20230531 + - add APM support [Apple Partition Map] +- add BuildRequires pyvsapm +- remove BuildRequires python-pbr + ------------------------------------------------------------------- Sat Aug 5 03:24:52 UTC 2023 - Greg Freemyer diff --git a/python-dfVFS.spec b/python-dfVFS.spec index c781261..38bd299 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} -%define timestamp 20221224 +%define timestamp 20230531 Name: python-dfVFS Version: 0~%{timestamp} Release: 0 @@ -54,10 +55,10 @@ BuildRequires: %{python_module libsmdev} BuildRequires: %{python_module libsmraw} BuildRequires: %{python_module libvhdi} BuildRequires: %{python_module libvmdk} +BuildRequires: %{python_module libvsapm} BuildRequires: %{python_module libvsgpt} BuildRequires: %{python_module libvshadow} BuildRequires: %{python_module libvslvm} -BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tsk} BuildRequires: fdupes @@ -87,6 +88,7 @@ Requires: python-libsmdev Requires: python-libsmraw Requires: python-libvhdi Requires: python-libvmdk +Requires: python-libvsapm Requires: python-libvsgpt Requires: python-libvshadow >= 0~20170902 Requires: python-libvslvm