Accepting request 696084 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/696084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:09:22 +00:00 committed by Git OBS Bridge
commit 957306232b
5 changed files with 26 additions and 14 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 28 17:20:30 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20181227
* work on python bindings
* code clean-up
* documentation fixes
* Added fallback for caseless wide string compare
* address libfdata API changes
-------------------------------------------------------------------
Tue Jan 26 16:37:33 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libevtx
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,21 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libevtx
%define lname libevtx1
%define timestamp 20160107
%define timestamp 20181227
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
License: LGPL-3.0+ and GFDL-1.3
License: LGPL-3.0-or-later AND GFDL-1.3-only
Group: Productivity/File utilities
Url: https://github.com/libyal/libevtx/wiki
Source: https://github.com/libyal/libevtx/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: Windows_XML_Event_Log_(EVTX).pdf
Source2: Windows_XML_Event_Log_EVTX.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
#latest version of these in OBS as of Jan 28, 2016
@ -65,7 +65,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt.
%package -n %lname
Summary: Library to access the Windows XML Event Log (EVTX) format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: System/Libraries
%description -n %lname
@ -74,7 +74,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt.
%package tools
Summary: Utilities to export events from Windows XML event files (EVTX)
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Productivity/File utilities
%description tools
@ -82,7 +82,7 @@ Tools for parsing EVTX files. These include evtxinfo and evtxexport.
%package devel
Summary: Development files for libevtx, a Windows XML Event file parser
License: LGPL-3.0+ and GFDL-1.3
License: LGPL-3.0-or-later AND GFDL-1.3-only
Group: Development/Libraries/C and C++
Requires: %lname = %version
@ -94,7 +94,7 @@ applications that want to make use of %name.
%package -n python-%name
Summary: Python bindings for libevtx
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Development/Libraries/Python
Requires: %lname = %version
Requires: python
@ -120,7 +120,8 @@ find %buildroot -name '*.la' -delete
%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_libdir/libevtx.so.*
%files tools
@ -139,7 +140,8 @@ find %buildroot -name '*.la' -delete
%files -n python-%name
%defattr(-,root,root)
%doc AUTHORS COPYING README
%doc AUTHORS README
%license COPYING
%python_sitearch/pyevtx.so
%changelog