diff --git a/libfvalue.changes b/libfvalue.changes index a4529e4..81fe96f 100644 --- a/libfvalue.changes +++ b/libfvalue.changes @@ -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 diff --git a/libfvalue.spec b/libfvalue.spec index 4dfc950..1e4b9b5 100644 --- a/libfvalue.spec +++ b/libfvalue.spec @@ -1,7 +1,7 @@ # # 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 # 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 BuildRequires: pkg-config BuildRequires: python-devel -BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libfdatetime) BuildRequires: pkgconfig(libfguid) BuildRequires: pkgconfig(libfwnt) 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(libcstring) > 20150101 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} Summary: Library to provide generic file value functions -License: LGPL-3.0+ Group: System/Libraries %description -n %{lname} @@ -53,7 +53,6 @@ Library to provide generic file value functions for the libyal family of librari %package devel Summary: Development files for libfvalue -License: LGPL-3.0+ Group: Development/Libraries/C and C++ Requires: %{lname} = %{version}