From e6db11c4e4fce3959a1f5e3df7a61e4eef92f7a561911fbecabf17c13a0c2550 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 3 Sep 2014 16:23:03 +0000 Subject: [PATCH] Accepting request 247139 from security Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/247139 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqcow?expand=0&rev=3 --- libqcow.changes | 7 +++++++ libqcow.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/libqcow.changes b/libqcow.changes index eaeda6f..1408598 100644 --- a/libqcow.changes +++ b/libqcow.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 25 17:37:00 UTC 2014 - Greg.Freemyer@gmail.com + +- add BuildRequires for fuse, openssl, and zlib. Allows parsing of more complex containers. +- move %doc statement after %attr statement in python sub-package +- add Requires: %lname = %version to python section to make sure they stay in sync + ------------------------------------------------------------------- Wed Aug 20 15:51:07 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libqcow.spec b/libqcow.spec index 01a4f60..e1f02af 100644 --- a/libqcow.spec +++ b/libqcow.spec @@ -30,6 +30,7 @@ Source: %{name}-alpha-%{timestamp}.tar.gz Source2: QEMU_Copy-On-Write_file_format.pdf BuildRequires: pkg-config BuildRequires: python-devel +BuildRequires: pkgconfig(fuse) >= 2.6 BuildRequires: pkgconfig(libbfio) >= 20130721 BuildRequires: pkgconfig(libcaes) >= 20140731 BuildRequires: pkgconfig(libcdata) >= 20140105 @@ -41,6 +42,8 @@ BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libuna) >= 20120425 +BuildRequires: pkgconfig(openssl) >= 1.0 +BuildRequires: pkgconfig(zlib) >= 1.2.5 # fails to build with factory package, use internal # verified 8/14/2014 #BuildRequires: pkgconfig(libcerror) >= 20120425 @@ -119,6 +122,7 @@ License: LGPL-3.0+ Group: Development/Libraries/Python Requires: python Provides: pyqcow = %{version} +Requires: %{lname} = %{version} %description -n python-%{name} Python bindings for libqcow, which can read Personal Folder File (PFF) @@ -162,8 +166,8 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_mandir}/man3/libqcow.3* %files -n python-%{name} -%doc AUTHORS COPYING README ChangeLog %defattr(-,root,root) +%doc AUTHORS COPYING README ChangeLog %{python_sitearch}/pyqcow.so %changelog