Accepting request 280969 from security:forensics
1 OBS-URL: https://build.opensuse.org/request/show/280969 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevt?expand=0&rev=9
This commit is contained in:
commit
bddc701fb6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f46a8a8278dd07d8abacfc90c8b0bd8347e6a2e80cf70694bf4e9928c3d3ded7
|
||||
size 1720160
|
3
libevt-alpha-20150105.tar.gz
Normal file
3
libevt-alpha-20150105.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a98618f35885ed13ca961024b21d36e4d9f50a3ca6704fcbc462f3b2da6e3a7
|
||||
size 1744945
|
@ -1,13 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 21:58:33 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to 0~20150105
|
||||
* 2015 update
|
||||
* worked on Python 3 support
|
||||
* worked on tests
|
||||
* code clean up
|
||||
* update Python-bindings tests
|
||||
- update URL to the new github site
|
||||
- update Source: to the new github site
|
||||
- start using newly released libyal packages from OBS, not internal version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 19:36:58 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to 0~20140831
|
||||
* bug fix in Python-bindings
|
||||
- update Source: field to fullpath, delete DL_URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 16:34:59 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
- add these 2 lines to python sub-project to ensure proper syncronization between versions
|
||||
* Requires: %lname = %version
|
||||
* Provides: pyevt = %version
|
||||
|
29
libevt.spec
29
libevt.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libevt
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products 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,14 +18,14 @@
|
||||
|
||||
Name: libevt
|
||||
%define lname libevt1
|
||||
%define timestamp 20140831
|
||||
%define timestamp 20150105
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Windows Event Log (EVT) format
|
||||
License: LGPL-3.0+ and GFDL-1.3+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://code.google.com/p/libevt/
|
||||
Source: https://googledrive.com/host/0B3fBvzttpiiSYm01VnUtLXNUZ2M/libevt-alpha-20140831.tar.gz
|
||||
Url: https://github.com/libyal/libevt/wiki
|
||||
Source: https://github.com/libyal/libevt/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||
Source2: Windows_Event_Log_(EVT).pdf
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
@ -42,19 +42,18 @@ BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||
BuildRequires: pkgconfig(libregf) >= 20120405
|
||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
BuildRequires: pkgconfig(libwrc) >= 20120405
|
||||
BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20120423
|
||||
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
BuildRequires: pkgconfig(libexe) >= 20120405
|
||||
BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||
BuildRequires: pkgconfig(libfdata) >= 20120405
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20120426
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20120426
|
||||
# build fails with version in factory, use internal version
|
||||
#verified 9/19/2014
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||
# not released as a package by upstream or not stable per upstream (libf* 9/2014)
|
||||
#verified 1.12.2015
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcdirectory) >= 20120423
|
||||
#BuildRequires: pkgconfig(libfwnt) >= 20120426
|
||||
#BuildRequires: pkgconfig(libfwevt) >= 20120426
|
||||
#BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
#BuildRequires: pkgconfig(libfdata) >= 20120405
|
||||
#BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||
#BuildRequires: pkgconfig(libexe) >= 20120405
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user