forked from pool/libqcow
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
This commit is contained in:
parent
9c4d553df4
commit
e6db11c4e4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user