Accepting request 356305 from home:gregfreemyer:Tools-for-forensic-boot-cd
Update to v0~20160107 OBS-URL: https://build.opensuse.org/request/show/356305 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=6
This commit is contained in:
parent
c00aae6387
commit
cc42367ba6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:723983636a9eec6e04834bc6ac4605ecf433ea4f9d4a1ca344c7490327b9febe
|
||||
size 1478608
|
3
libolecf-alpha-20160107.tar.gz
Normal file
3
libolecf-alpha-20160107.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0eed5d30cb919d2880ec5e4846ac737c36bbe8c7b7918ef2ff8f4e0b7ae1a6b4
|
||||
size 1509120
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 23:43:22 UTC 2016 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to v0~20160107
|
||||
* worked on Python 3 support
|
||||
* 2016 update
|
||||
- use libcdata from factory, not internal. Tested via plaso/run_tests.py
|
||||
- use libfdatetime from factory, not internal. Tested via plaso/run_tests.py
|
||||
- use libcerror internal package. Build fails with factory version
|
||||
- use libcstring internal package. Build fails with factory version
|
||||
- use libfvalue internal package. Build fails with factory version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 23 15:54:59 UTC 2016 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libolecf
|
||||
%define lname libolecf1
|
||||
%define timestamp 20151223
|
||||
%define timestamp 20160107
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library and tools to access the OLE 2 Compound File (OLECF) format
|
||||
@ -30,22 +30,23 @@ Source2: OLE_Compound_File_format.pdf
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(libbfio)
|
||||
BuildRequires: pkgconfig(libcerror)
|
||||
BuildRequires: pkgconfig(libcdata) >= 20160108
|
||||
BuildRequires: pkgconfig(libcfile)
|
||||
BuildRequires: pkgconfig(libclocale)
|
||||
BuildRequires: pkgconfig(libcnotify)
|
||||
BuildRequires: pkgconfig(libcpath)
|
||||
BuildRequires: pkgconfig(libcsplit)
|
||||
BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20150507
|
||||
BuildRequires: pkgconfig(libfguid) >= 20140103
|
||||
BuildRequires: pkgconfig(libfole) >= 20120426
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20151226
|
||||
BuildRequires: pkgconfig(libuna)
|
||||
# testing fails with external package from factory
|
||||
#BuildRequires: pkgconfig(libcdata) > 20140105
|
||||
#BuildRequires: pkgconfig(libfdatetime) > 20140105
|
||||
|
||||
# Building fails with external package from factory - verified Jan 27, 2016
|
||||
#BuildRequires: pkgconfig(libcstring) > 20150101
|
||||
#BuildRequires: pkgconfig(libcerror) > 20150407
|
||||
#BuildRequires: pkgconfig(libfvalue) > 20151226
|
||||
# released, but not yet packaged. This is the only user in OBS.
|
||||
#BuildRequires: pkgconfig(libwfps) > 20150104
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
x
Reference in New Issue
Block a user