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

fix broken build

OBS-URL: https://build.opensuse.org/request/show/458594
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=8
This commit is contained in:
Greg Freemyer 2017-02-16 22:40:35 +00:00 committed by Git OBS Bridge
parent 5c1b99f843
commit 7242a48e51
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 16 22:30:06 UTC 2017 - Greg.Freemyer@gmail.com
- use internal version of libfdata and libfcache. New releases broke libfsntfs compiles.
-------------------------------------------------------------------
Thu Jul 28 22:25:59 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libfsntfs
#
# 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
@ -38,15 +38,14 @@ BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libcstring) >= 20150101
BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads)
BuildRequires: pkgconfig(libfcache)
BuildRequires: pkgconfig(libfdata)
BuildRequires: pkgconfig(libfdatetime) >= 20130317
BuildRequires: pkgconfig(libfguid) >= 20130904
BuildRequires: pkgconfig(libfwnt)
BuildRequires: pkgconfig(libuna) >= 20120425
#as of Jul 28, 2016, the various released versions of the below all cause compile errors.
# libcerror and libcstring are examples of very fundamental parts of libyal, but the latest released version causes build errors here (12/2/2015).
#BuildRequires: pkgconfig(libcerror) > 20150407
#as of Feb 28, 2017, recent releases of the below all cause compile errors.
#BuildRequires: pkgconfig(libfdata)
#BuildRequires: pkgconfig(libfcache)
#BuildRequires: pkgconfig(libcerror) > 20170101
#not yet in OBS
#BuildRequires: pkgconfig(libfusn)
BuildRoot: %{_tmppath}/%{name}-%{version}-build