From ed7b6bae08dee4fcce869cde793079c88ec2cae2ae46c466966e187b33af1288 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 2 Oct 2017 22:47:07 +0000 Subject: [PATCH 1/2] Accepting request 530600 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20170803 * applied 2017 update * worked on tests - change Group: field for python binding to devel/languages/python OBS-URL: https://build.opensuse.org/request/show/530600 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=7 --- libsmraw-alpha-20160424.tar.gz | 3 --- libsmraw-alpha-20170803.tar.gz | 3 +++ libsmraw.changes | 8 ++++++++ libsmraw.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 libsmraw-alpha-20160424.tar.gz create mode 100644 libsmraw-alpha-20170803.tar.gz diff --git a/libsmraw-alpha-20160424.tar.gz b/libsmraw-alpha-20160424.tar.gz deleted file mode 100644 index 013df48..0000000 --- a/libsmraw-alpha-20160424.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48bf1e6ea3b9594052d0698f07b39e4a40576675ce9277761a92b63fd81b210e -size 1554105 diff --git a/libsmraw-alpha-20170803.tar.gz b/libsmraw-alpha-20170803.tar.gz new file mode 100644 index 0000000..e18b0c5 --- /dev/null +++ b/libsmraw-alpha-20170803.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c507b9fd6622cbad8b65ef3e8795d51c293979757354a747c7694269453c0aa +size 1549204 diff --git a/libsmraw.changes b/libsmraw.changes index c78f7ce..538c206 100644 --- a/libsmraw.changes +++ b/libsmraw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 2 22:35:26 UTC 2017 - Greg.Freemyer@gmail.com + +- update to v0~20170803 + * applied 2017 update + * worked on tests +- change Group: field for python binding to devel/languages/python + ------------------------------------------------------------------- Thu Feb 16 20:27:09 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libsmraw.spec b/libsmraw.spec index 4e30a74..be6004b 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -18,7 +18,7 @@ Name: libsmraw %define lname libsmraw1 -%define timestamp 20160424 +%define timestamp 20170803 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the (split) RAW image format @@ -81,7 +81,7 @@ acquire, export, query and verify storage media (split) RAW files. %package -n python-%name Summary: Python bindings for libsmraw -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %lname = %version Requires: python Provides: pysmraw From 03e4388f50c873ab59ef93cb0d59f50e3dd4552b3e757f66556bd834ca19766c Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 2 Oct 2017 22:56:48 +0000 Subject: [PATCH 2/2] Accepting request 530603 from home:gregfreemyer:Tools-for-forensic-boot-cd - Add python3 binding subpackage OBS-URL: https://build.opensuse.org/request/show/530603 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=8 --- libsmraw.changes | 1 + libsmraw.spec | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/libsmraw.changes b/libsmraw.changes index 538c206..12d9b10 100644 --- a/libsmraw.changes +++ b/libsmraw.changes @@ -5,6 +5,7 @@ Mon Oct 2 22:35:26 UTC 2017 - Greg.Freemyer@gmail.com * applied 2017 update * worked on tests - change Group: field for python binding to devel/languages/python +- Add python3 binding subpackage ------------------------------------------------------------------- Thu Feb 16 20:27:09 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libsmraw.spec b/libsmraw.spec index be6004b..67b6bc5 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -27,7 +27,6 @@ Group: Productivity/File utilities Url: https://github.com/libyal/libsmraw/wiki Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz BuildRequires: pkg-config -BuildRequires: python-devel BuildRequires: pkgconfig(fuse) >= 2.6 BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libcdata) >= 20120425 @@ -46,6 +45,8 @@ BuildRequires: pkgconfig(libfvalue) >= 20120428 BuildRequires: pkgconfig(libhmac) >= 20120425 BuildRequires: pkgconfig(libuna) >= 20120425 BuildRequires: pkgconfig(openssl) >= 1.0 +BuildRequires: pkgconfig(python2) +BuildRequires: pkgconfig(python3) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -80,14 +81,25 @@ This subpackage contains the utility programs from libsmraw to acquire, export, query and verify storage media (split) RAW files. %package -n python-%name -Summary: Python bindings for libsmraw +Summary: Python 2 bindings for libsmraw Group: Development/Languages/Python Requires: %lname = %version Requires: python Provides: pysmraw %description -n python-%name -Python bindings for libsmraw, which provides functionality to work +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 +Requires: %lname = %version +Requires: python3 +Provides: pysmraw + +%description -n python3-%name +Python 3 bindings for libsmraw, which provides functionality to work with (split) RAW files. %prep