1
0
forked from pool/libfvalue

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

2017 update

OBS-URL: https://build.opensuse.org/request/show/458540
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvalue?expand=0&rev=7
This commit is contained in:
Greg Freemyer 2017-02-16 18:46:00 +00:00 committed by Git OBS Bridge
parent 69d720912e
commit cc629988a7
4 changed files with 26 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 15 21:26:35 UTC 2017 - Greg.Freemyer@gmail.com
- update to v0~20170113
- tweak dependency list
- verified plaso run_tests.py didn't segfault
-------------------------------------------------------------------
Wed Jul 13 03:03:08 UTC 2016 - Greg.Freemyer@gmail.com
- update to v0~20160325
* fixed leaks in value and data handle
* fix in clear function
* 2016 update
-------------------------------------------------------------------
Wed Jan 27 17:53:26 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libfvalue
#
# Copyright (c) 2016 SUSE LINUX 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,27 +18,25 @@
Name: libfvalue
%define lname libfvalue1
%define timestamp 20151226
%define timestamp 20170113
Version: 0~%{timestamp}
Release: 0
Summary: Library to provide generic file value functions
License: LGPL-3.0+
Group: Productivity/File utilities
Url: https://github.com/libyal/libfvalue/wiki
Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
Source: https://github.com/libyal/libfvalue/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: pkgconfig(libcerror)
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libcthreads)
BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid)
BuildRequires: pkgconfig(libfwnt)
BuildRequires: pkgconfig(libfwnt) >= 20170115
BuildRequires: pkgconfig(libuna)
#version from factory causes a sigfault in plaso/run_tests.py (as of Jan 2016)
#BuildRequires: pkgconfig(libcdata) > 20160108
# version from OBS fails to build (as of Jan 2015)
#BuildRequires: pkgconfig(libcerror) >= 20140105
#BuildRequires: pkgconfig(libcstring) > 20150101
#version from factory causes a sigfault in plaso/run_tests.py (as of Jan 2017)
#BuildRequires: pkgconfig(libcdata) > 20170102
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description