Accepting request 280651 from security:forensics

1

OBS-URL: https://build.opensuse.org/request/show/280651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvhdi?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2015-01-30 13:58:47 +00:00 committed by Git OBS Bridge
parent 5cb281d70b
commit fc2423a616
4 changed files with 38 additions and 25 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jan 9 21:23:27 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20150105
* 2015 update
* worked on Python 3 support
* worked on tests
* worked on test scripts
* code clean up
* worked on multi-threading support
* removed deprecated functions
- libvhdi_file_read_random
- pyvhdi file.read_random
* bug fix in Python-bindings
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
- use libyal packages from OBS exclusively, not internal versions
- remove %if opensuse logic. Not needed now libyal is in security:forensics
-------------------------------------------------------------------
Mon Aug 25 16:01:13 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libvhdi
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,45 +17,38 @@
%define lname libvhdi1
%define timestamp 20140803
%define timestamp 20150105
Name: libvhdi
Version: 0~%{timestamp}
Release: 0
Summary: Library and tools to access the VHD image format
License: LGPL-3.0+ and GFDL-1.3+
Group: Productivity/File utilities
Url: http://code.google.com/p/libvhdi/
#DL-URL: https://5bd8f353f5931ef0db182149c5758dceaeb06fd6.googledrive.com/host/0B3fBvzttpiiSY250RjRzRXQ0bDg/libvhdi-alpha-20140803.tar.gz
Source: %{name}-alpha-%{timestamp}.tar.gz
Url: https://github.com/libyal/libvhdi/wiki
Source: https://github.com/libyal/libvhdi/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
Source2: Virtual_Hard_Disk_(VHD)_image_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
#use factory versions if available
%if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(libbfio) >= 20130721
BuildRequires: pkgconfig(libcdata) >= 20140105
BuildRequires: pkgconfig(libcfile) >= 20130609
BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20120425
BuildRequires: pkgconfig(libcpath) >= 20130609
BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libfguid) >= 20130317
BuildRequires: pkgconfig(libuna) >= 20120425
%endif
%if 0%{?suse_version} > 1319
BuildRequires: pkgconfig(libcdata) >= 20140105
BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20130723
%endif
BuildRequires: pkgconfig(libfcache) >= 20120405
BuildRequires: pkgconfig(libfdata) >= 20120405
BuildRequires: pkgconfig(libfguid) >= 20130317
BuildRequires: pkgconfig(libfvalue)
BuildRequires: pkgconfig(libuna) >= 20120425
# fails to build with factory package, use internal
# verified 8/23/2014
#BuildRequires: pkgconfig(libcerror) >= 20140105
#not yet packaged for opensuse (8-23-2014)
#BuildRequires: pkgconfig(libfcache) >= 20120405
#BuildRequires: pkgconfig(libfdata) >= 20120405
BuildRequires: pkgconfig(libcerror) >= 20140105
# not (yet) released as packages by upstream (8-23-14)
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
#BuildRequires: pkgconfig(libfvalue)
BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -114,8 +107,8 @@ applications that want to make use of libvhdi.
Summary: Python bindings for libvhdi, a VHD image format parser
License: LGPL-3.0+
Group: Development/Libraries/Python
Requires: python
Requires: %{lname} = %{version}
Requires: python
Provides: pyvhdi
%description -n python-%{name}