forked from pool/python-dfVFS
Accepting request 1103389 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/1103389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf058cd3cbe419efcecf79764c3f31cc580feedd6183a8922a3daa79ad02a59b
|
||||
size 98019043
|
||||
3
dfvfs-20230531.tar.gz
Normal file
3
dfvfs-20230531.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2baa84b24b37944dbeeca82fcc9a970c05d196b319c675c1d3e565208794eb2d
|
||||
size 98055019
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 19:41:31 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- 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 <Greg.Freemyer@gmail.com>
|
||||
|
||||
- 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 <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
|
||||
# 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
|
||||
@@ -53,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
|
||||
@@ -86,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
|
||||
@@ -127,9 +130,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
|
||||
|
||||
Reference in New Issue
Block a user