SHA256
1
0
forked from pool/libsmraw

Accepting request 458566 from home:gregfreemyer:Tools-for-forensic-boot-cd

2017 update

OBS-URL: https://build.opensuse.org/request/show/458566
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=5
This commit is contained in:
Greg Freemyer 2017-02-16 20:40:04 +00:00 committed by Git OBS Bridge
parent 15f44e615e
commit c3deb25a21
4 changed files with 20 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04f27db96742f42750e37a25f0523cde3e655765259b7662e4aa5e7760c14e6b
size 1474238

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 16 20:27:09 UTC 2017 - Greg.Freemyer@gmail.com
- update to v0~20160424
* bug fix for information file
* changes for Python 3 support
* Changes to Python bindings
* fixes for rpmbuild
* removed read/write random
* updated dependencies
* worked on tests
- clean-up BuildRequires
-------------------------------------------------------------------
Fri Jan 9 21:07:49 UTC 2015 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libsmraw
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libsmraw
%define lname libsmraw1
%define timestamp 20150105
%define timestamp 20160424
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access the (split) RAW image format
@ -31,11 +31,13 @@ BuildRequires: python-devel
BuildRequires: pkgconfig(fuse) >= 2.6
BuildRequires: pkgconfig(libbfio) >= 20120426
BuildRequires: pkgconfig(libcdata) >= 20120425
BuildRequires: pkgconfig(libcerror) >= 20170101
BuildRequires: pkgconfig(libcfile) >= 20120526
BuildRequires: pkgconfig(libclocale) >= 20120425
BuildRequires: pkgconfig(libcnotify) >= 20120425
BuildRequires: pkgconfig(libcpath) >= 20120701
BuildRequires: pkgconfig(libcsplit) >= 20120701
BuildRequires: pkgconfig(libcstring) >= 20150101
BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20120701
BuildRequires: pkgconfig(libfcache) >= 20120425
@ -44,10 +46,6 @@ BuildRequires: pkgconfig(libfvalue) >= 20120428
BuildRequires: pkgconfig(libhmac) >= 20120425
BuildRequires: pkgconfig(libuna) >= 20120425
BuildRequires: pkgconfig(openssl) >= 1.0
# The following packages cause build failures if the internal version is not used
#verified 1/9/2015
#BuildRequires: pkgconfig(libcerror) >= 20120425
#BuildRequires: pkgconfig(libcstring) >= 20120426
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description