From 0066e41087b112c346db98ed2b13a9a3c3f1124b594f4fd7a65fe0a642b88061 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 30 Apr 2020 01:35:46 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=18 --- libfsntfs.spec | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/libfsntfs.spec b/libfsntfs.spec index 01289cf..e7e4032 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -87,18 +87,6 @@ Requires: %{lname} = %{version} This subpackage contains libraries and header files for developing applications that want to make use of %{name}. -%package -n python2-%{name} -Summary: Python 2 bindings for libfsntfs -License: LGPL-3.0-or-later -Group: Development/Languages/Python -Requires: %{lname} = %{version} -Requires: python2 -BuildRequires: pkgconfig(python2) -Obsoletes: python-%{name} - -%description -n python2-%{name} -Python 2 binding for libfsntfs, which can access the NTFS filesystem. - %package -n python3-%{name} Summary: Python 3 bindings for libfsntfs License: LGPL-3.0-or-later @@ -114,7 +102,7 @@ Python 3 binding for libfsntfs, which can access the NTFS filesystem. %setup -q -n libfsntfs-%{timestamp} %build -%configure --disable-static --enable-wide-character-type --enable-python2 --enable-python3 +%configure --disable-static --enable-wide-character-type --enable-python3 make %{?_smp_mflags} %install @@ -143,12 +131,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/libfsntfs.pc %{_mandir}/man3/libfsntfs.3* -%files -n python2-%{name} -%defattr(-,root,root) -%doc AUTHORS README -%license COPYING -%{python_sitearch}/pyfsntfs.so - %files -n python3-%{name} %defattr(-,root,root) %doc AUTHORS From 63d99b8a69b85b07a28a0230d4e7095438ca08a2d283a74b59805210cddd043a Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 30 Apr 2020 01:36:22 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=19 --- libfsntfs.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libfsntfs.changes b/libfsntfs.changes index a3cd622..ec793cb 100644 --- a/libfsntfs.changes +++ b/libfsntfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 30 01:36:04 UTC 2020 - Greg Freemyer + +- remove python2 submodule + ------------------------------------------------------------------- Sun Apr 5 20:40:53 UTC 2020 - Greg Freemyer