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

2016 update

OBS-URL: https://build.opensuse.org/request/show/355089
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwevt?expand=0&rev=3
This commit is contained in:
Marcus Meissner 2016-01-22 15:15:18 +00:00 committed by Git OBS Bridge
parent b75ed501e7
commit d0c70048b5
4 changed files with 21 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83d2699611a858d344c416d4c5cf77e5fa1015db6f83fe470839579ffd9d3a7d
size 1152291

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:676014f6782980e27b81711fa6c4053f4a4871e51c5b26bcfd1ed46f0312c751
size 1179012

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 20 22:26:33 UTC 2016 - Greg.Freemyer@gmail.com
- update to v0~20160103
* 2016 update
* Worked on format support
-------------------------------------------------------------------
Mon Jan 12 20:57:46 UTC 2015 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libfwevt
#
# 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
@ -17,7 +17,7 @@
%define lname libfwevt1
%define timestamp 20150104
%define timestamp 20160103
Name: libfwevt
Version: 0~%{timestamp}
Release: 0
@ -28,15 +28,15 @@ Url: https://github.com/libyal/libfwevt/wiki
Source: https://github.com/libyal/libfwevt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: pkgconfig(libcdata)
BuildRequires: pkgconfig(libcerror)
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcstring)
BuildRequires: pkgconfig(libcthreads)
BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid)
BuildRequires: pkgconfig(libfvalue)
BuildRequires: pkgconfig(libuna)
BuildRequires: pkgconfig(libcdata)
BuildRequires: pkgconfig(libcerror)
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcstring)
BuildRequires: pkgconfig(libcthreads)
BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid)
BuildRequires: pkgconfig(libfvalue)
BuildRequires: pkgconfig(libuna)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description