2014-08-27 05:45:55 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-dfVFS
|
|
|
|
#
|
2024-01-27 18:16:21 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-08-27 05:45:55 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-01-20 01:48:26 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-08-27 05:45:55 +00:00
|
|
|
#
|
2023-08-05 14:39:54 +00:00
|
|
|
|
2023-08-10 21:16:14 +00:00
|
|
|
|
2023-08-03 00:14:29 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2014-08-27 05:45:55 +00:00
|
|
|
|
2024-01-27 18:16:21 +00:00
|
|
|
%define timestamp 20231208
|
2014-08-27 05:45:55 +00:00
|
|
|
Name: python-dfVFS
|
|
|
|
Version: 0~%{timestamp}
|
|
|
|
Release: 0
|
|
|
|
Summary: Digital Forensics Virtual File System
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: Productivity/File utilities
|
2020-01-20 01:48:26 +00:00
|
|
|
URL: https://github.com/log2timeline/dfvfs/wiki
|
2020-01-28 22:09:41 +00:00
|
|
|
Source0: https://github.com/log2timeline/dfvfs/releases/download/%{timestamp}/dfvfs-%{timestamp}.tar.gz
|
|
|
|
Source99: python-dfVFS-rpmlintrc
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module PyYAML}
|
2023-03-07 09:28:26 +00:00
|
|
|
BuildRequires: %{python_module base >= 3.7}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module cffi}
|
|
|
|
BuildRequires: %{python_module cryptography}
|
|
|
|
BuildRequires: %{python_module dfdatetime}
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
BuildRequires: %{python_module dtfabric >= 20220219}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module idna}
|
|
|
|
BuildRequires: %{python_module libbde}
|
2022-12-16 18:14:31 +00:00
|
|
|
BuildRequires: %{python_module libcaes}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module libewf}
|
|
|
|
BuildRequires: %{python_module libfsapfs}
|
2020-12-03 01:31:36 +00:00
|
|
|
BuildRequires: %{python_module libfsext}
|
2022-12-16 18:14:31 +00:00
|
|
|
BuildRequires: %{python_module libfsfat}
|
2020-12-09 23:09:34 +00:00
|
|
|
BuildRequires: %{python_module libfshfs}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module libfsntfs}
|
2022-05-23 23:17:57 +00:00
|
|
|
BuildRequires: %{python_module libfsxfs}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module libfvde}
|
|
|
|
BuildRequires: %{python_module libfwnt}
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
BuildRequires: %{python_module libluksde >= 20220121}
|
2022-05-23 23:17:57 +00:00
|
|
|
BuildRequires: %{python_module libmodi}
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
BuildRequires: %{python_module libphdi}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module libqcow}
|
2021-04-25 22:55:06 +00:00
|
|
|
BuildRequires: %{python_module libsigscan >= 0~20191221}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module libsmdev}
|
|
|
|
BuildRequires: %{python_module libsmraw}
|
|
|
|
BuildRequires: %{python_module libvhdi}
|
|
|
|
BuildRequires: %{python_module libvmdk}
|
2023-08-10 21:16:14 +00:00
|
|
|
BuildRequires: %{python_module libvsapm}
|
2022-05-23 23:17:57 +00:00
|
|
|
BuildRequires: %{python_module libvsgpt}
|
2020-01-20 01:48:26 +00:00
|
|
|
BuildRequires: %{python_module libvshadow}
|
|
|
|
BuildRequires: %{python_module libvslvm}
|
|
|
|
BuildRequires: %{python_module setuptools}
|
2020-01-20 03:32:53 +00:00
|
|
|
BuildRequires: %{python_module tsk}
|
2014-08-27 05:45:55 +00:00
|
|
|
BuildRequires: fdupes
|
2017-10-03 23:02:19 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2023-03-07 09:28:26 +00:00
|
|
|
Requires: python-PyYAML
|
2024-01-27 18:16:21 +00:00
|
|
|
Requires: python-cffi
|
2014-08-27 05:45:55 +00:00
|
|
|
Requires: python-construct
|
2022-12-16 20:23:43 +00:00
|
|
|
Requires: python-cryptography
|
2020-01-20 01:48:26 +00:00
|
|
|
Requires: python-dfdatetime >= 0~20180110
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
Requires: python-dtfabric >= 20220219
|
2024-01-27 18:16:21 +00:00
|
|
|
Requires: python-idna
|
2020-01-20 01:48:26 +00:00
|
|
|
Requires: python-libbde
|
2022-12-16 18:14:31 +00:00
|
|
|
Requires: python-libcaes
|
2020-01-20 01:48:26 +00:00
|
|
|
Requires: python-libewf
|
2020-04-05 21:50:02 +00:00
|
|
|
Requires: python-libfsapfs
|
2020-12-03 01:31:36 +00:00
|
|
|
Requires: python-libfsext
|
2022-12-16 18:14:31 +00:00
|
|
|
Requires: python-libfsfat
|
2020-12-03 01:31:36 +00:00
|
|
|
Requires: python-libfshfs
|
2020-01-20 01:48:26 +00:00
|
|
|
Requires: python-libfsntfs >= 0~20160418
|
2022-05-23 23:17:57 +00:00
|
|
|
Requires: python-libfsxfs
|
2020-01-20 01:48:26 +00:00
|
|
|
Requires: python-libfvde
|
2022-05-23 23:17:57 +00:00
|
|
|
Requires: python-libfwnt >= 20210717
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
Requires: python-libluksde >= 20220121
|
2022-05-23 23:17:57 +00:00
|
|
|
Requires: python-libmodi
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
Requires: python-libphdi
|
2020-01-20 01:48:26 +00:00
|
|
|
Requires: python-libqcow
|
|
|
|
Requires: python-libsigscan
|
|
|
|
Requires: python-libsmdev
|
|
|
|
Requires: python-libsmraw
|
|
|
|
Requires: python-libvhdi
|
|
|
|
Requires: python-libvmdk
|
2023-08-10 21:16:14 +00:00
|
|
|
Requires: python-libvsapm
|
2022-05-23 23:17:57 +00:00
|
|
|
Requires: python-libvsgpt
|
2020-01-20 01:48:26 +00:00
|
|
|
Requires: python-libvshadow >= 0~20170902
|
|
|
|
Requires: python-libvslvm
|
|
|
|
Requires: python-tsk >= 0~20160721
|
2022-12-16 18:14:31 +00:00
|
|
|
Obsoletes: python3-dfVFS < 0~%{timestamp}
|
2014-08-27 05:45:55 +00:00
|
|
|
BuildArch: noarch
|
2020-01-20 01:48:26 +00:00
|
|
|
%python_subpackages
|
2014-08-27 05:45:55 +00:00
|
|
|
|
|
|
|
%description
|
2020-01-20 01:48:26 +00:00
|
|
|
dfVFS, or Digital Forensics Virtual File System, provides read-only
|
|
|
|
access to file-system objects from various storage media types and file
|
|
|
|
formats. The goal of dfVFS is to provide a generic interface for
|
|
|
|
accessing file-system objects, for which it uses several back-ends that
|
|
|
|
provide the actual implementation of the various storage media types,
|
|
|
|
volume systems and file systems.
|
2014-08-27 05:45:55 +00:00
|
|
|
|
2020-01-20 01:48:26 +00:00
|
|
|
dfVFS originates from the Plaso project and is also based on ideas from
|
|
|
|
the GRR project. It was largely rewritten and made into a stand-alone
|
|
|
|
project to provide more flexibility and allow other projects to make use
|
|
|
|
of the VFS functionality. dfVFS originally was named PyVFS, but that
|
|
|
|
name conflicted with another project.
|
2014-08-27 05:45:55 +00:00
|
|
|
|
|
|
|
dfVFS is currently implemented as a Python module.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n dfvfs-%{timestamp}
|
2020-01-28 22:09:41 +00:00
|
|
|
%autopatch -p1
|
|
|
|
|
2014-08-27 05:45:55 +00:00
|
|
|
find dfvfs -name \*.py | xargs sed -i "/#!\/usr\/bin\/python/d"
|
2014-12-23 10:50:59 +00:00
|
|
|
chmod -x utils/check_dependencies.py
|
2015-03-25 22:33:01 +00:00
|
|
|
chmod -x run_tests.py
|
2014-08-27 05:45:55 +00:00
|
|
|
|
|
|
|
%build
|
2020-01-20 01:48:26 +00:00
|
|
|
%python_build
|
2014-08-27 05:45:55 +00:00
|
|
|
|
|
|
|
%install
|
2020-01-20 01:48:26 +00:00
|
|
|
%python_install
|
2022-12-16 18:14:31 +00:00
|
|
|
|
2020-12-24 22:14:58 +00:00
|
|
|
%fdupes %{buildroot}
|
2014-08-27 05:45:55 +00:00
|
|
|
|
2020-01-20 01:48:26 +00:00
|
|
|
%check
|
2024-01-27 18:16:21 +00:00
|
|
|
%if 0%{?suse_version} && 0%{?suse_version} > 1560
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
Accepting request 1077602 from home:gregfreemyer:Tools-for-forensic-boot-cd
- re-enable %check section as the built-in tests now all pass
--
- update to 20221224
- Added support for empty GPT with MBR partitions
- Added CoreStorage volume system
- improved handling of bad ZIP files
- see git commit log for additional changes
- Add requirements on more Python modules
- Upstream libyal/plaso is only supporting python 3.7 or newer
- Add BuildRequires: %{python_module base >= 3.7}
- 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
- re-disable %check section as the built-in tests fail again for most APFS tests
- ran spec-cleaner
- remove Requires: python-six
- This is untested as it is difficult to have an opensuse release without python-six at this point
- allow multiple python packages to be built (eg. python38, python39, python310)
- rm %define pythons python38
- add %Obsoletes python3-dfVFS
- add %define skip_python2 1
- 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 version
- update requires python-dtfabric to require a current version
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/1077602
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=63
2023-04-06 14:34:21 +00:00
|
|
|
$python ./run_tests.py
|
Accepting request 980393 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- update to 20211228
- deprecated GetStat file entry method
- Manually run tests results in:
- Ran 1228 tests in 299.931s
- NO errors reported!
- update to 20211017
- changes to support pyfwnt 20210717
- added pyxattr to add attribute support for multiple filesystems
- added size entry for ext, XFS, HFS file entries
- update to 20210606
- added pymodi to support Mac OS disk images
- API changes related to time objects to be compatible with newer dependency versions
- added BuildRequires: %{python_module libmodi}
- added Requires: python-libmodi
- update to 20210213
- added pyvsgpt to support hybrid GPT partition table setups
- added pyvsxfs to support XFS filesystem support
- moved examples folder to new github project dfvfs-snippets
- added BuildRequires: %{python_module libvsgpt}
- added BuildRequires: %{python_module libvsxfs}
- added Requires: python-libvsgpt
- added Requires: python-libvsxfs
- remove %doc examples
- no longer provided in source tarball, moved to dfvfs-snippets github project
- remove lintrc reference to examples as examples have been removed
- update to 20201219
- added fsext backend
- changes to expose HFS+ create time
- added fshfs backend
- added fsxfs backend
- added QCOW differential image support
- python-mock is not required for build (even if the testsuite
would run)
- The majority of dependencies is available for the primary python3
flavor only. Do the same.
- Update to 20200920
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
- updated %fdupes line to eliminate RPM warnings
- Update to 20200211
- Added volume scanner options (#346)
- fixed failing test (#425)
- Added LUKS support (#418)
- Added initial APFS support
- Add Requires python-dtfabric - testing found not all use cases work without it
- Add Requires python-fsapfs - testing found not all use cases work without it
- removed the %check section - it is failing on newly added APFS support - not yet reliable
- Once again builds successfully against factory/tumbleweed
- Update to 20200121
- Remove include-examples-in-packages.patch as it is included
upstream.
- Update to 20200117:
- switch from PyCrypto to cryptography.io (Hurrah!)
- test suite passes (gh#log2timeline/dfvfs#421)
- add patch: include-examples-in-packages.patch
- update to 20190902
- back to Python singlespec and python3
- update to v0~20171230
* add more python3 support (even though openSUSE package doesn't use it)
* bug fixes
* compatible with plaso 20171231
- revert effort to use Python singlespec. It's just not working smoothly.
- update to v0~20170723
* worked on internal test structure
- add python3 support
- implement python singlespec syntax
- In Requires: lines for libyal python bindings, use the python-lib* variant of the package
Python singlespec automatically converts that to python2 / python3 as appropriate
- remove Requres: python-protobuf. It has been replaced by a JSON solution
- adopt upstream name of python{23}-tsk3
- correct Requires to have 0~ prefix
- update to v0~20160918
* still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm, python-dfdatetime
- update to v0~20160108
* still pre-release and no ChangeLog available
* required by plaso v1.4.0 which is in feature freeze at this point
- update pyvshadow requires to version v0~20160110
- add Requires: pyfsntfs
- update to v0~20150708
* warning, breaks plaso prior to v1.3.0rc2
* still pre-release and no ChangeLog available
- update to v0~20150408
* Plaso is the primary consumer of dfVFS, but it can be used standalone and may have other consumers in the future
* Warning breaks JSON serialization in plaso and require a plaso version of 20150507 or later.
- update to v0~20150303
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- add Requires: pysigscan, it is a new dependency
- add a new %exclude in %files due to doubly included %doc files
- remove spec file entry deleting installed examples. Resolved upstream.
* see https://github.com/log2timeline/dfvfs/issues/4
- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning.
- update to v0~20150108
* bugfix for auto-dependency build
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
- add the examples folder to the %doc section of %files
- add run_tests.py to the %doc section of %files
- upgrade to v0~20141220
* dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream
- v0~20141220 required by latest plaso release
- update Url field to point to the new github site
- update source to be complete URL
- delete DL_URL field
- add an exclude for the "examples" that are provided. They need a better namespace.
- add check_dependencies.py to %doc so that users can verify they have usable dependencies
- add a %doc line to %files section
- change the license tag to Apache-2.0
- add Requires libvmdk since it is now in OBS
- add Requires libvhdi since it is now in OBS
- add missing "Requires: pyqcow" line to specfile
- remove %attr(755...) line and instead use sed to remove #!/usr/bin/python from *py files
- cleanup Requires: in general
- initial version in OBS (version 0~20140727)
OBS-URL: https://build.opensuse.org/request/show/980393
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=49
2022-06-01 18:57:45 +00:00
|
|
|
}
|
2023-08-05 14:39:54 +00:00
|
|
|
%endif
|
2020-01-20 01:48:26 +00:00
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%license LICENSE
|
|
|
|
%doc ACKNOWLEDGEMENTS AUTHORS README
|
2017-10-03 23:02:19 +00:00
|
|
|
%doc utils/check_dependencies.py utils/dependencies.py
|
2015-03-25 22:33:01 +00:00
|
|
|
# these are installed into the wrong place
|
|
|
|
%exclude %{_datadir}/doc/dfvfs/
|
2022-12-16 18:14:31 +00:00
|
|
|
%{python_sitelib}/dfvfs*
|
2014-08-27 05:45:55 +00:00
|
|
|
|
|
|
|
%changelog
|