diff --git a/dfvfs-20211228.tar.gz b/dfvfs-20211228.tar.gz deleted file mode 100644 index 04eed4e..0000000 --- a/dfvfs-20211228.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ffbcc3ac2be0674060feb1d1c37b285c8a501de09785eab11b4d3c2f8a2178a -size 97479040 diff --git a/dfvfs-20220419.tar.gz b/dfvfs-20220419.tar.gz new file mode 100644 index 0000000..690e63c --- /dev/null +++ b/dfvfs-20220419.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf60f8ca372c6327204f4e6b2e501c9cf80d9b6e4106e41f2460789b6188264 +size 97511369 diff --git a/python-dfVFS.changes b/python-dfVFS.changes index 9e7be60..e7689ab 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue May 31 22:38:37 UTC 2022 - Greg Freemyer + +- update to 20220419 + - changes to support python-dtfabric 20220219 + - update methods for working with GPT and HFS+ volumes + +- add BuildRequires libphdi required to provide Parallels Disk Image support +- re-enable %check section as the built-in tests now all pass +- update requires libluksde to require a current versions +- update requires python-dtfabric to require a current versions + ------------------------------------------------------------------- Mon May 23 22:46:00 UTC 2022 - Greg Freemyer @@ -10,7 +22,7 @@ Mon May 23 22:46:00 UTC 2022 - Greg Freemyer - update to 20211017 - changes to support pyfwnt 20210717 - - added attribute support for multiple filesystems + - added pyxattr to add attribute support for multiple filesystems - added size entry for ext, XFS, HFS file entries - update to 20210606 diff --git a/python-dfVFS.spec b/python-dfVFS.spec index f5ce7a9..273be85 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python38-%{**}} -%define timestamp 20211228 +%define timestamp 20220419 %define pythons python3 Name: python-dfVFS Version: 0~%{timestamp} @@ -32,7 +32,7 @@ BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module cffi} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module dfdatetime} -BuildRequires: %{python_module dtfabric} +BuildRequires: %{python_module dtfabric >= 20220219} BuildRequires: %{python_module idna} BuildRequires: %{python_module libbde} BuildRequires: %{python_module libewf} @@ -43,8 +43,9 @@ BuildRequires: %{python_module libfsntfs} BuildRequires: %{python_module libfsxfs} BuildRequires: %{python_module libfvde} BuildRequires: %{python_module libfwnt} -BuildRequires: %{python_module libluksde} +BuildRequires: %{python_module libluksde >= 20220121} BuildRequires: %{python_module libmodi} +BuildRequires: %{python_module libphdi} BuildRequires: %{python_module libqcow} BuildRequires: %{python_module libsigscan >= 0~20191221} BuildRequires: %{python_module libsmdev} @@ -61,7 +62,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-construct Requires: python-dfdatetime >= 0~20180110 -Requires: python-dtfabric +Requires: python-dtfabric >= 20220219 Requires: python-libbde Requires: python-libewf Requires: python-libfsapfs @@ -71,8 +72,9 @@ Requires: python-libfsntfs >= 0~20160418 Requires: python-libfsxfs Requires: python-libfvde Requires: python-libfwnt >= 20210717 -Requires: python-libluksde +Requires: python-libluksde >= 20220121 Requires: python-libmodi +Requires: python-libphdi Requires: python-libqcow Requires: python-libsigscan Requires: python-libsmdev @@ -119,10 +121,9 @@ chmod -x run_tests.py %fdupes %{buildroot} %check -# APFS parsing errors are being detected. Skip for now (April 5, 2020) -# %%{python_expand export PYTHONPATH=%%{buildroot}%%{$python_sitearch} -# $python ./run_tests.py -# } +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} +$python ./run_tests.py +} %files %{python_files} %license LICENSE