From 2f6d8637068d1d7060e5695bc6dbf4f465081f60cfc5ffc2713ccb868d8baed8 Mon Sep 17 00:00:00 2001 From: Greg Freemyer <Greg.Freemyer@gmail.com> Date: Wed, 8 Apr 2020 22:54:23 +0000 Subject: [PATCH] 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 --- libfwsi.changes | 1 + libfwsi.spec | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libfwsi.changes b/libfwsi.changes index 8e58817..b1b46ac 100644 --- a/libfwsi.changes +++ b/libfwsi.changes @@ -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 ------------------------------------------------------------------- diff --git a/libfwsi.spec b/libfwsi.spec index 3cde2ed..1e134d0 100644 --- a/libfwsi.spec +++ b/libfwsi.spec @@ -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