SHA256
1
0
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:
Stephan Kulow 2014-09-03 16:23:03 +00:00 committed by Git OBS Bridge
parent 9c4d553df4
commit e6db11c4e4
2 changed files with 12 additions and 1 deletions

View File

@ -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 Wed Aug 20 15:51:07 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -30,6 +30,7 @@ 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
BuildRequires: pkgconfig(fuse) >= 2.6
BuildRequires: pkgconfig(libbfio) >= 20130721 BuildRequires: pkgconfig(libbfio) >= 20130721
BuildRequires: pkgconfig(libcaes) >= 20140731 BuildRequires: pkgconfig(libcaes) >= 20140731
BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcdata) >= 20140105
@ -41,6 +42,8 @@ BuildRequires: pkgconfig(libcpath) >= 20130609
BuildRequires: pkgconfig(libcsplit) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libuna) >= 20120425 BuildRequires: pkgconfig(libuna) >= 20120425
BuildRequires: pkgconfig(openssl) >= 1.0
BuildRequires: pkgconfig(zlib) >= 1.2.5
# fails to build with factory package, use internal # fails to build with factory package, use internal
# verified 8/14/2014 # verified 8/14/2014
#BuildRequires: pkgconfig(libcerror) >= 20120425 #BuildRequires: pkgconfig(libcerror) >= 20120425
@ -119,6 +122,7 @@ License: LGPL-3.0+
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: python Requires: python
Provides: pyqcow = %{version} Provides: pyqcow = %{version}
Requires: %{lname} = %{version}
%description -n python-%{name} %description -n python-%{name}
Python bindings for libqcow, which can read Personal Folder File (PFF) 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* %{_mandir}/man3/libqcow.3*
%files -n python-%{name} %files -n python-%{name}
%doc AUTHORS COPYING README ChangeLog
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog
%{python_sitearch}/pyqcow.so %{python_sitearch}/pyqcow.so
%changelog %changelog