From 7a390a7da9a9cd383dad16ea525f5bc1ad9914a23194144086eb42bbd23c515e Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 30 Apr 2020 01:29:08 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvde?expand=0&rev=8 --- libfvde.spec | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/libfvde.spec b/libfvde.spec index 5a0e2b7..6147875 100644 --- a/libfvde.spec +++ b/libfvde.spec @@ -89,17 +89,6 @@ See libfvde for additional details. This package contains libraries and header files for developing applications that want to make use of libfvde. -%package -n python2-%{name} -Summary: Python 2 bindings for libfvde -License: LGPL-3.0-or-later -Group: Development/Libraries/Python -Requires: %{lname} = %{version} -BuildRequires: pkgconfig(python2) -Obsoletes: python-%{name} - -%description -n python2-%{name} -This packinge provides Python 2 bindings for libfvde - %package -n python3-%{name} Summary: Python 3 bindings for libfvde License: LGPL-3.0-or-later @@ -115,7 +104,7 @@ This packinge provides Python 3 bindings for libfvde %setup -q -n libfvde-%{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 @@ -151,12 +140,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/libfvde.pc %{_mandir}/man3/libfvde.3* -%files -n python2-%{name} -%defattr(-,root,root) -%doc AUTHORS -%license COPYING -%{python_sitearch}/pyfvde.so - %files -n python3-%{name} %defattr(-,root,root) %doc AUTHORS From 591b9724ab819b34b6da6dad6198d7a3afe36e3ec4fe409b14eda918a5f34adf Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 30 Apr 2020 01:29:50 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvde?expand=0&rev=9 --- libfvde.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libfvde.changes b/libfvde.changes index c1579d5..f69850e 100644 --- a/libfvde.changes +++ b/libfvde.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 30 01:29:36 UTC 2020 - Greg Freemyer + +- remove python2 submodule + ------------------------------------------------------------------- Mon Apr 15 20:32:03 UTC 2019 - Greg Freemyer