1
0
forked from pool/libfvalue

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

Fix segfault bug

OBS-URL: https://build.opensuse.org/request/show/356347
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvalue?expand=0&rev=5
This commit is contained in:
Greg Freemyer 2016-01-27 18:00:31 +00:00 committed by Git OBS Bridge
parent 72dac41904
commit 69d720912e
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 27 17:53:26 UTC 2016 - Greg.Freemyer@gmail.com
- Use internal libcdata package. Getting segfaults otherwise.
- spec-cleaner removed redundant License: fields
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 20 22:39:17 UTC 2016 - Greg.Freemyer@gmail.com Wed Jan 20 22:39:17 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libfvalue # spec file for package libfvalue
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -28,14 +28,15 @@ 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}-alpha-%{timestamp}.tar.gz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: pkgconfig(libcdata) >= 20140105
BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libfdatetime) BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid) BuildRequires: pkgconfig(libfguid)
BuildRequires: pkgconfig(libfwnt) BuildRequires: pkgconfig(libfwnt)
BuildRequires: pkgconfig(libuna) BuildRequires: pkgconfig(libuna)
# version from OBS fails to build #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(libcerror) >= 20140105
#BuildRequires: pkgconfig(libcstring) > 20150101 #BuildRequires: pkgconfig(libcstring) > 20150101
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -45,7 +46,6 @@ Library to provide generic file value functions for the libyal family of librari
%package -n %{lname} %package -n %{lname}
Summary: Library to provide generic file value functions Summary: Library to provide generic file value functions
License: LGPL-3.0+
Group: System/Libraries Group: System/Libraries
%description -n %{lname} %description -n %{lname}
@ -53,7 +53,6 @@ Library to provide generic file value functions for the libyal family of librari
%package devel %package devel
Summary: Development files for libfvalue Summary: Development files for libfvalue
License: LGPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{lname} = %{version} Requires: %{lname} = %{version}