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

2017 update

OBS-URL: https://build.opensuse.org/request/show/458588
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libregf?expand=0&rev=11
This commit is contained in:
Greg Freemyer
2017-02-16 22:41:19 +00:00
committed by Git OBS Bridge
parent e1fdbc5c70
commit 99bd81be7d
5 changed files with 18 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,4 +1,9 @@
-------------------------------------------------------------------
Thu Feb 16 22:15:47 UTC 2017 - Greg.Freemyer@gmail.com
- update to 20170130
- use these packages from factory to see if they are stable yet:libfcache,libfdata, libfwnt, libfwsi
-------------------------------------------------------------------
Mon Feb 1 23:05:10 UTC 2016 - Greg.Freemyer@gmail.com
- update to 20160107

View File

@@ -1,7 +1,7 @@
#
# spec file for package libregf
#
# 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,7 +18,7 @@
Name: libregf
%define lname libregf1
%define timestamp 20160107
%define timestamp 20170130
Version: 0~%timestamp
Release: 0
Summary: Library to access Windows REGF-type Registry files
@@ -26,7 +26,7 @@ License: LGPL-3.0+ and GFDL-1.3+
Group: Productivity/File utilities
Url: https://github.com/libyal/libregf/wiki
Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: Windows_NT_Registry_File_(REGF)_format.pdf
Source2: Windows_NT_Registry_File_REGF_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: pkgconfig(fuse) >= 2.6
@@ -36,7 +36,6 @@ BuildRequires: pkgconfig(libcerror) >= 20140105
BuildRequires: pkgconfig(libcfile) >= 20130809
BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20130609
BuildRequires: pkgconfig(libcpath) >= 20130809
BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRequires: pkgconfig(libcsystem) >= 20120425
@@ -44,11 +43,13 @@ BuildRequires: pkgconfig(libfdatetime) >= 20130317
BuildRequires: pkgconfig(libfguid) >= 20140105
BuildRequires: pkgconfig(libuna) >= 20130728
# Using these packages (libf*) are released but are not stable per upstream
# Verified 9/19/2014
#BuildRequires: pkgconfig(libfcache) >= 20120425
#BuildRequires: pkgconfig(libfdata) >= 20120425
#BuildRequires: pkgconfig(libfwnt) >= 20120426
#BuildRequires: pkgconfig(libfwsi) >= 20120426
# Verified 9/19/2014; 1/1/2017 I'm going to try and use them
BuildRequires: pkgconfig(libfcache) >= 20170111
BuildRequires: pkgconfig(libfdata) >= 20170112
BuildRequires: pkgconfig(libfwnt) >= 20170115
BuildRequires: pkgconfig(libfwsi) >= 20170117
#BuildRequires: pkgconfig(libcpath) >= 20130809
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description