Accepting request 252559 from security:forensics

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/252559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2014-09-28 17:54:04 +00:00 committed by Git OBS Bridge
parent c0662e55c1
commit 3000bfa312
4 changed files with 23 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 19 19:15:45 UTC 2014 - Greg.Freemyer@gmail.com
- update to 20140905
* updated libfwsi version check
* bug fix in Python-bindings
* code clean
- update Source field to fullpath - delete DL_URL field
- use libcerror from external package
-------------------------------------------------------------------
Tue Aug 26 17:17:16 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -18,22 +18,21 @@
Name: libregf
%define lname libregf1
%define timestamp 20140803
%define timestamp 20140905
Version: 0~%timestamp
Release: 0
Summary: Library to access Windows REGF-type Registry files
License: LGPL-3.0+ and GFDL-1.3+
Group: Productivity/File utilities
Url: http://code.google.com/p/libregf/
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20140803.tar.gz
Source: %{name}-alpha-%timestamp.tar.gz
Source: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20140905.tar.gz
Source2: Windows_NT_Registry_File_(REGF)_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: pkgconfig(fuse) >= 2.6
BuildRequires: pkgconfig(libbfio) >= 20131003
BuildRequires: pkgconfig(libcdata) >= 20130904
BuildRequires: pkgconfig(libcerror) >= 20140105
BuildRequires: pkgconfig(libcfile) >= 20130809
BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20130609
@ -42,16 +41,17 @@ BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libfdatetime) >= 20130317
BuildRequires: pkgconfig(libuna) >= 20130728
# Using these packages from factory causes build failures, so use the internal version instead
# Verified 11/15/2013
#BuildRequires: pkgconfig(libfguid) >= 20120426
#BuildRequires: pkgconfig(libcerror) >= 20120425
# These packages are not yet released by upstream as standalone packages
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
# Verified 9/19/2014
#BuildRequires: pkgconfig(libfguid) >= 20140105
# Using these packages (libf*) are released but are not stable per upstream
# Verified 9/19/2014
#BuildRequires: pkgconfig(libfcache) >= 20120425
#BuildRequires: pkgconfig(libfdata) >= 20120425
#BuildRequires: pkgconfig(libfwnt) >= 20120426
#BuildRequires: pkgconfig(libfwsi) >= 20120426
# These packages are not yet released by upstream as standalone packages
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description