From 6fdf17bf0cbe5e205970b389f81bf398d5df355ad3fb4ccd6bdca12463a9e9d7 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 30 Apr 2020 01:57:59 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=15 --- libsmraw.spec | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/libsmraw.spec b/libsmraw.spec index 9e77dea..38af0c9 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -80,17 +80,6 @@ Group: Productivity/File utilities This subpackage contains the utility programs from libsmraw to acquire, export, query and verify storage media (split) RAW files. -%package -n python2-%name -Summary: Python 2 bindings for libsmraw -Group: Development/Languages/Python -Requires: %lname = %version -Requires: python -Obsoletes: python-%{name} - -%description -n python2-%name -Python 2 bindings for libsmraw, which provides functionality to work -with (split) RAW files. - %package -n python3-%name Summary: Python 3 bindings for libsmraw Group: Development/Languages/Python @@ -105,7 +94,7 @@ with (split) RAW files. %setup -qn libsmraw-%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 @@ -138,12 +127,6 @@ find "%buildroot" -name "*.la" -delete %_bindir/smrawmount %_mandir/man1/smrawmount.1* -%files -n python2-%name -%defattr(-,root,root) -%doc AUTHORS ChangeLog -%license COPYING -%python_sitearch/pysmraw.so - %files -n python3-%name %defattr(-,root,root) %doc AUTHORS ChangeLog From 0109fe2b23d2e0c57c3eb15e15135e6d5af5dfb41a4cfa3a9ea0d604e4432926 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 30 Apr 2020 01:58:31 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=16 --- libsmraw.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libsmraw.changes b/libsmraw.changes index 5349343..455b0cf 100644 --- a/libsmraw.changes +++ b/libsmraw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 30 01:58:12 UTC 2020 - Greg Freemyer + +- remove python2 submodule + ------------------------------------------------------------------- Wed Apr 17 21:10:32 UTC 2019 - Greg Freemyer