Accepting request 799057 from security:forensics

- remove python2 submodule

OBS-URL: https://build.opensuse.org/request/show/799057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfvde?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-05-01 09:11:40 +00:00 committed by Git OBS Bridge
commit 57d26c812b
2 changed files with 6 additions and 18 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 30 01:29:36 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- remove python2 submodule
-------------------------------------------------------------------
Mon Apr 15 20:32:03 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

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