Accepting request 357432 from home:gregfreemyer:Tools-for-forensic-boot-cd
fix issues detected via integration testing with plaso. OBS-URL: https://build.opensuse.org/request/show/357432 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevt?expand=0&rev=7
This commit is contained in:
parent
250e451131
commit
7bea8b56c8
@ -11,6 +11,7 @@ Wed Jan 27 23:12:04 UTC 2016 - Greg.Freemyer@gmail.com
|
||||
* worked on setup.py
|
||||
* worked on check signature
|
||||
* bug fixes
|
||||
- use internal versions of libcerror, libfvalue, and libfwnt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 21:58:33 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
15
libevt.spec
15
libevt.spec
@ -32,7 +32,6 @@ BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20120423
|
||||
BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
@ -45,15 +44,19 @@ BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||
BuildRequires: pkgconfig(libfdata) >= 20120405
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20120426
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20120426
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20160103
|
||||
BuildRequires: pkgconfig(libregf) >= 20120405
|
||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
BuildRequires: pkgconfig(libwrc) >= 20120405
|
||||
|
||||
#plaso/run_tests.py fails with this external package
|
||||
#verified 2.1.2016
|
||||
#BuildRequires: pkgconfig(libfvalue) >= 20151226
|
||||
#BuildRequires: pkgconfig(libfwnt) >= 20151206
|
||||
# build fails with version in factory, use internal version
|
||||
#verified 1.12.2015
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
#verified 2.1.2016
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20150101
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20150407
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user