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
This commit is contained in:
Greg Freemyer
2022-12-16 18:14:31 +00:00
committed by Git OBS Bridge
parent cd54f96079
commit bfe3aa38b2
4 changed files with 34 additions and 10 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Dec 1 18:11:16 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
- 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
-------------------------------------------------------------------
Fri Sep 23 15:11:11 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
- remove Requires: python-six
- This is untested as it is difficult to have an opensuse release without python-six at this point
-------------------------------------------------------------------
Tue Jun 7 22:38:44 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>