From 330a0fca8f2b9af11bd81703f907f8cf6351699d59adc887644aa03626ff77d7 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 15 Apr 2020 03:32:59 +0000 Subject: [PATCH] Accepting request 794002 from home:gregfreemyer:Tools-for-forensic-boot-cd - quit using libfdatetime and libfvalue from factory * using the factory version causes python-plaso self-test to fail OBS-URL: https://build.opensuse.org/request/show/794002 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=13 --- libolecf.changes | 6 ++++++ libolecf.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/libolecf.changes b/libolecf.changes index 0ab5c14..bf27c11 100644 --- a/libolecf.changes +++ b/libolecf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 15 03:27:43 UTC 2020 - Greg Freemyer + +- quit using libfdatetime and libfvalue from factory + * using the factory version causes python-plaso self-test to fail + ------------------------------------------------------------------- Wed Apr 8 22:06:27 UTC 2020 - Greg Freemyer diff --git a/libolecf.spec b/libolecf.spec index 6ecafb9..cdc12fd 100644 --- a/libolecf.spec +++ b/libolecf.spec @@ -38,12 +38,14 @@ BuildRequires: pkgconfig(libcpath) BuildRequires: pkgconfig(libcsplit) BuildRequires: pkgconfig(libcstring) >= 20150101 BuildRequires: pkgconfig(libcthreads) >= 20130723 -BuildRequires: pkgconfig(libfdatetime) >= 20180910 -BuildRequires: pkgconfig(libfguid) >= 20140103 +BuildRequires: pkgconfig(libfguid) >= 20180724 BuildRequires: pkgconfig(libfole) >= 20120426 -BuildRequires: pkgconfig(libfvalue) > 20151226 BuildRequires: pkgconfig(libuna) +# using the below from factory causes python-plaso self-tests to fail +#BuildRequires: pkgconfig(libfdatetime) > 20180910 +#BuildRequires: pkgconfig(libfvalue) > 20180817 + # released, but not yet packaged. This is the only user in OBS. #BuildRequires: pkgconfig(libwfps) > 20150104 BuildRoot: %{_tmppath}/%{name}-%{version}-build