forked from pool/libqcow
Accepting request 282293 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/282293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqcow?expand=0&rev=4
This commit is contained in:
parent
e6db11c4e4
commit
ed30c4aa75
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83d35da40459f146f33ba70bcdba74aacaf63dd1e0465d48223f985d9540897f
|
|
||||||
size 1322709
|
|
3
libqcow-alpha-20150105.tar.gz
Normal file
3
libqcow-alpha-20150105.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:362d3a8507603d63f814a6463ac4734e338b6c4c994ea29f62a49fabea869718
|
||||||
|
size 1346298
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 9 00:23:49 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to v0~20150105
|
||||||
|
* 2015 update
|
||||||
|
* worked on Python 3 support
|
||||||
|
* worked on tests
|
||||||
|
* worked on test scripts
|
||||||
|
* worked on multi-threading support
|
||||||
|
* code clean up
|
||||||
|
* worked on version 3 support
|
||||||
|
* removed deprecated functions:
|
||||||
|
- libqcow_file_read_random
|
||||||
|
- pyqcow 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
|
||||||
|
- start using libcstring from OBS, not internal version
|
||||||
|
- start using libcsystem from OBS, not internal version
|
||||||
|
- start using libfcache from OBS, not internal version
|
||||||
|
- start using libfdata from OBS, not internal version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 25 17:37:00 UTC 2014 - Greg.Freemyer@gmail.com
|
Mon Aug 25 17:37:00 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
21
libqcow.spec
21
libqcow.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqcow
|
# spec file for package libqcow
|
||||||
#
|
#
|
||||||
# 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
|
# 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
|
||||||
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libqcow1
|
%define lname libqcow1
|
||||||
%define timestamp 20140729
|
%define timestamp 20150105
|
||||||
Name: libqcow
|
Name: libqcow
|
||||||
Version: 0~%{timestamp}
|
Version: 0~%{timestamp}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format
|
Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format
|
||||||
License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+
|
License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://code.google.com/p/libqcow/
|
Url: https://github.com/libyal/libqcow/wiki
|
||||||
#DL-URL: https://771b623091cbc53d2ec99ade60edcfbf28cf5cc8.googledrive.com/host/0B3fBvzttpiiSSzlxcHFxRC0zYTA/libqcow-alpha-20140729.tar.gz
|
Source: https://github.com/libyal/libqcow/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
|
||||||
Source: %{name}-alpha-%{timestamp}.tar.gz
|
|
||||||
Source2: QEMU_Copy-On-Write_file_format.pdf
|
Source2: QEMU_Copy-On-Write_file_format.pdf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -40,18 +39,14 @@ BuildRequires: pkgconfig(libclocale) >= 20130609
|
|||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20130609
|
BuildRequires: pkgconfig(libcpath) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
||||||
|
BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||||
|
BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||||
|
BuildRequires: pkgconfig(libfdata) >= 20120405
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||||
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
||||||
# fails to build with factory package, use internal
|
|
||||||
# verified 8/14/2014
|
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
|
||||||
# not (yet) released as packages by upstream
|
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libfcache) >= 20120405
|
|
||||||
#BuildRequires: pkgconfig(libfdata) >= 20120405
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user