80 Commits

Author SHA256 Message Date
6c3e6672ba Accepting request 1287232 from security:forensics
- Use pyproject macros to build and install. (forwarded request 1286480 from StevenK)

OBS-URL: https://build.opensuse.org/request/show/1287232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=28
2025-06-20 14:54:50 +00:00
2accd27e90 - Use pyproject macros to build and install.
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=77
2025-06-20 12:37:36 +00:00
0a9bde1f4f Accepting request 1142005 from security:forensics
- update to 20231208 
   - minor changes
- add Requires python-cffi [likely did previously -- lint complained
- add Requires python-idna [likely did previously -- lint complained
- APFS related python tests for 15.5 and 15.6 still fail. Extended test exclusion to 15.6

OBS-URL: https://build.opensuse.org/request/show/1142005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=27
2024-01-28 18:42:56 +00:00
Greg Freemyer
9c6ca6c735 Accepting request 1142004 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to 20231208 
   - minor changes
- add Requires python-cffi [likely did previously -- lint complained
- add Requires python-idna [likely did previously -- lint complained
- APFS related python tests for 15.5 and 15.6 still fail. Extended test exclusion to 15.6

OBS-URL: https://build.opensuse.org/request/show/1142004
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=75
2024-01-27 18:16:21 +00:00
e4ae4b7e91 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
2023-08-11 13:55:49 +00:00
Greg Freemyer
a964801ddc 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
2023-08-10 21:16:14 +00:00
Greg Freemyer
0f1186659a 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
2023-08-05 14:39:54 +00:00
893111b27c Accepting request 1102232 from security:forensics
- use %{?sle15_python_module_pythons} to select python versions 
- 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/1102232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=25
2023-08-04 13:03:38 +00:00
Greg Freemyer
83a61a722a Accepting request 1102231 from home:gregfreemyer:Tools-for-forensic-boot-cd
Fix typo in changes file

OBS-URL: https://build.opensuse.org/request/show/1102231
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=70
2023-08-03 18:47:19 +00:00
Greg Freemyer
4d8cde430b Accepting request 1102077 from home:gregfreemyer:Tools-for-forensic-boot-cd
Fix stupid typo

OBS-URL: https://build.opensuse.org/request/show/1102077
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=69
2023-08-03 00:14:29 +00:00
1a899705f6 Accepting request 1101263 from security:forensics
- use %{?sle_python_module_pythons} to select python versions

OBS-URL: https://build.opensuse.org/request/show/1101263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=24
2023-07-29 18:10:22 +00:00
Greg Freemyer
674e0185d9 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=67 2023-07-28 22:12:06 +00:00
Greg Freemyer
6a3dfa941c OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=66 2023-07-28 22:06:45 +00:00
Greg Freemyer
e203d774f9 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=65 2023-07-28 21:58:55 +00:00
c6d11282ab Accepting request 1078816 from security:forensics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1078816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=23
2023-04-13 12:10:44 +00:00
Greg Freemyer
e767a1af5a 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
f2f17b3613 Accepting request 1070239 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/1070239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=22
2023-03-09 16:45:30 +00:00
Greg Freemyer
4455a5959d Accepting request 1070238 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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

OBS-URL: https://build.opensuse.org/request/show/1070238
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=61
2023-03-08 16:46:14 +00:00
14a16c99db Accepting request 1069876 from security:forensics
- Add requirements on more Python modules

OBS-URL: https://build.opensuse.org/request/show/1069876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=21
2023-03-07 15:50:36 +00:00
479470ea14 add changelog entry for the bot
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=59
2023-03-07 09:28:26 +00:00
Greg Freemyer
fbbbbec0cb OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=58 2022-12-16 20:30:26 +00:00
b5aa270903 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
2022-12-16 20:26:17 +00:00
Greg Freemyer
cfc6ce9fc1 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=56 2022-12-16 20:26:14 +00:00
Greg Freemyer
7f4c9e84dc OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=55 2022-12-16 20:23:43 +00:00
Greg Freemyer
dc797fead5 Accepting request 1043396 from home:gregfreemyer:Tools-for-forensic-boot-cd
- Upstream libyal/plaso is only supporting python 3.7 or newer
  - Add BuildRequires:  %{python_module base >= 3.7}

OBS-URL: https://build.opensuse.org/request/show/1043396
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=54
2022-12-16 18:59:42 +00:00
Greg Freemyer
bfe3aa38b2 Accepting request 1043394 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- remove Requires:  python-six
   - This is untested as it is difficult to have an opensuse release without python-six at this point

OBS-URL: https://build.opensuse.org/request/show/1043394
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=53
2022-12-16 18:14:31 +00:00
0d03e94a0f Accepting request 981221 from security:forensics
- 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/981221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=19
2022-06-08 12:25:00 +00:00
Greg Freemyer
cd54f96079 Accepting request 981220 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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/981220
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=51
2022-06-07 23:08:45 +00:00
84b16486e1 Accepting request 980395 from security:forensics
- 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/980395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=18
2022-06-02 19:54:10 +00:00
Greg Freemyer
1044a351ac 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
ea6707b44a Accepting request 978787 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/978787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=17
2022-05-24 18:31:26 +00:00
Greg Freemyer
d3b9036d7a Accepting request 978786 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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 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

OBS-URL: https://build.opensuse.org/request/show/978786
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=47
2022-05-23 23:17:57 +00:00
fd09cdea9c Accepting request 978282 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/978282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=16
2022-05-22 18:27:23 +00:00
e118f12bc6 Accepting request 977747 from home:pgajdos:python
- python-mock is not required for build (even if the testsuite
  would run)

OBS-URL: https://build.opensuse.org/request/show/977747
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=45
2022-05-20 13:05:46 +00:00
Greg Freemyer
efdc93c51d Force python38 instead of generic python3. This was done because many of the python packages this depends on now have python38, python39, and python10 versions.
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=44
2022-01-24 00:30:03 +00:00
1afedeaa32 Accepting request 888338 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/888338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=15
2021-04-26 14:39:19 +00:00
Greg Freemyer
14e97e95f0 Accepting request 888336 from home:bnavigator:branches:security:forensics
- The majority of dependencies is available for the primary python3
  flavor only. Do the same.

OBS-URL: https://build.opensuse.org/request/show/888336
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=42
2021-04-25 22:55:06 +00:00
13a64b03b0 Accepting request 858552 from security:forensics
- 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

OBS-URL: https://build.opensuse.org/request/show/858552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=14
2020-12-25 17:50:59 +00:00
Greg Freemyer
b9d9f58109 Accepting request 858550 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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/858550
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=40
2020-12-24 22:14:58 +00:00
Greg Freemyer
004604cf77 Fix typo
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=39
2020-12-09 23:09:34 +00:00
Greg Freemyer
25b2e9cd75 - Update to 20200920
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=38
2020-12-03 04:24:08 +00:00
Greg Freemyer
efa98c4a0a Accepting request 852775 from home:gregfreemyer:Tools-for-forensic-boot-cd
- Update to 20201105
  - 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

OBS-URL: https://build.opensuse.org/request/show/852775
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=37
2020-12-03 01:31:36 +00:00
a02f31f113 Accepting request 792003 from security:forensics
- 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

OBS-URL: https://build.opensuse.org/request/show/792003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=13
2020-04-08 17:56:03 +00:00
Greg Freemyer
89094db545 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=35 2020-04-07 15:04:07 +00:00
Greg Freemyer
6ad1a2c5dc Accepting request 791583 from home:gregfreemyer:Tools-for-forensic-boot-cd
- 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
- 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/791583
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=34
2020-04-05 21:50:02 +00:00
Greg Freemyer
5d2ae22dd6 Accepting request 772365 from home:gregfreemyer:branches:security:forensics
temporarily disable %check to allow diagnosing failure

OBS-URL: https://build.opensuse.org/request/show/772365
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=33
2020-02-08 18:34:27 +00:00
23e46f8808 Accepting request 769397 from security:forensics
Update to latest release.

Move from python 2 to python 3

OBS-URL: https://build.opensuse.org/request/show/769397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=12
2020-02-03 10:15:49 +00:00
Greg Freemyer
192e3b1439 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=31 2020-02-03 01:37:01 +00:00
Greg Freemyer
9dc093f98e Add Requires python-dtfabric
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=30
2020-02-03 01:33:52 +00:00
Greg Freemyer
7fa1f1f330 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=29 2020-02-03 00:51:57 +00:00