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 - 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