Accepting request 530604 from security:forensics

1

OBS-URL: https://build.opensuse.org/request/show/530604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmraw?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2017-10-05 09:57:57 +00:00 committed by Git OBS Bridge
commit daf51a6344
4 changed files with 29 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48bf1e6ea3b9594052d0698f07b39e4a40576675ce9277761a92b63fd81b210e
size 1554105

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c507b9fd6622cbad8b65ef3e8795d51c293979757354a747c7694269453c0aa
size 1549204

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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
- Add python3 binding subpackage
-------------------------------------------------------------------
Thu Feb 16 20:27:09 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -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
@ -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
Group: Development/Libraries/Python
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