Accepting request 792563 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to v0~20191221 * minor release * Worked on Python wheel support - rename python-libfwsi to python2-libfwsi - add python3 bindings submodule - update to v0~20181227 * Changes to improve handling corrupt shell item lists * Worked on Python bindings * Changes to improve handling corrupt URI extension values * Fix for handling corrupt shell items * Changes to improve handling corrupt file entry extension values * Added URI sub values shell item type * Changes for debug output and unsuppored extension block sizes * Changes to URI and URI sub shell items - update to v0~20170117 - update to v0~20150701 * bug fix for shared usage - update to v0~20150614 * bug fix for shared usage * changes for shell item being created outside of list * fix for missing libfwsi_notify_set_verbose - make pyfwsi provide version info - for the python sub-package add a Requires libfwsi - update to v0~20150105 * 2015 update * worked on Python 3 support * worked on utility scripts * small fixes * worked on format support - update URL to the new github site - replace Source: field with fully defined URL - remove DL-URL comment - remove %if opensuse logic. Not needed with libyal in security:forensics - use libyal packages from OBS if available - initial package in OBS (v0~20140801) OBS-URL: https://build.opensuse.org/request/show/792563 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwsi?expand=0&rev=13
This commit is contained in:
parent
2e0f92606b
commit
2f6d863706
@ -4,6 +4,7 @@ Tue Apr 7 19:21:03 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
- update to v0~20191221
|
||||
* minor release
|
||||
* Worked on Python wheel support
|
||||
- rename python-libfwsi to python2-libfwsi
|
||||
- add python3 bindings submodule
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -67,18 +67,19 @@ Library to access the Windows Shell Item format for the libyal family of librari
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libfwsi.
|
||||
|
||||
%package -n python2-%name
|
||||
%package -n python2-%{name}
|
||||
Summary: Python2 bindings for libfwsi
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{lname} = %{version}
|
||||
BuildRequires: pkgconfig(python2)
|
||||
Obsoletes: pyfwsi <= 20191221
|
||||
Obsoletes: python-%{name} <= 20191221
|
||||
|
||||
%description -n python2-%name
|
||||
Python2 bindings for libfwsi, a library to access Windows Shell Items.
|
||||
|
||||
%package -n python3-%name
|
||||
%package -n python3-%{name}
|
||||
Summary: Python bindings for libfwsi
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
|
Loading…
Reference in New Issue
Block a user