Accepting request 696083 from security:forensics

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

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 28 17:12:28 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to 0~20181227
* worked on python bindings
* code clean-up
* miscelaneos small fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 27 23:12:04 UTC 2016 - Greg.Freemyer@gmail.com Wed Jan 27 23:12:04 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libevt # spec file for package libevt
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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: libevt Name: libevt
%define lname libevt1 %define lname libevt1
%define timestamp 20160107 %define timestamp 20181227
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
Summary: Library and tools to access the Windows Event Log (EVT) format Summary: Library and tools to access the Windows Event Log (EVT) format
License: LGPL-3.0+ and GFDL-1.3+ License: LGPL-3.0-or-later AND GFDL-1.3-or-later
Group: Productivity/File utilities Group: Productivity/File utilities
Url: https://github.com/libyal/libevt/wiki Url: https://github.com/libyal/libevt/wiki
Source: https://github.com/libyal/libevt/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source: https://github.com/libyal/libevt/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: Windows_Event_Log_(EVT).pdf Source2: Windows_Event_Log_EVT.pdf
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libbfio) >= 20120426
@ -66,7 +66,7 @@ For the Windows XML Event Log (EVTX) format, see libevtx.
%package -n %lname %package -n %lname
Summary: Library to access the Windows Event Log (EVT) format Summary: Library to access the Windows Event Log (EVT) format
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: System/Libraries Group: System/Libraries
%description -n %lname %description -n %lname
@ -76,7 +76,7 @@ For the Windows XML Event Log (EVTX) format, see libevtx.
%package tools %package tools
Summary: Utilities to export events from Windows Event Log files Summary: Utilities to export events from Windows Event Log files
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Productivity/File utilities Group: Productivity/File utilities
%description tools %description tools
@ -86,7 +86,7 @@ programs.
%package devel %package devel
Summary: Development files for libevt, a Windows event file parser Summary: Development files for libevt, a Windows event file parser
License: LGPL-3.0+ and GFDL-1.3+ License: LGPL-3.0-or-later AND GFDL-1.3-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %lname = %version Requires: %lname = %version
@ -98,7 +98,7 @@ applications that want to make use of %name.
%package -n python-%name %package -n python-%name
Summary: Python bindings for libevt, a Windows event file parser Summary: Python bindings for libevt, a Windows event file parser
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %lname = %version Requires: %lname = %version
Requires: python Requires: python
@ -124,7 +124,8 @@ find %buildroot -name '*.la' -delete
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README %doc AUTHORS ChangeLog README
%license COPYING
%_libdir/libevt.so.* %_libdir/libevt.so.*
%files tools %files tools
@ -134,7 +135,8 @@ find %buildroot -name '*.la' -delete
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README Windows_Event_Log*.pdf %doc AUTHORS ChangeLog README Windows_Event_Log*.pdf
%license COPYING
%_includedir/libevt.h %_includedir/libevt.h
%_includedir/libevt/ %_includedir/libevt/
%_libdir/libevt.so %_libdir/libevt.so
@ -143,7 +145,8 @@ find %buildroot -name '*.la' -delete
%files -n python-%name %files -n python-%name
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README %doc AUTHORS ChangeLog README
%license COPYING
%python_sitearch/pyevt.so %python_sitearch/pyevt.so
%changelog %changelog