forked from pool/libewf
Accepting request 247082 from security
Fix build failure OBS-URL: https://build.opensuse.org/request/show/247082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=12
This commit is contained in:
parent
64e6c4d4e8
commit
b67b122c97
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 25 18:32:05 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- The latest update of libsmraw in factory is not building right in libewf.
|
||||||
|
- Use internal version instead
|
||||||
|
- add a version number to Provides: pyewf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 20 19:19:32 UTC 2014 - Greg.Freemyer@gmail.com
|
Wed Aug 20 19:19:32 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -43,6 +43,8 @@ BuildRequires: pkgconfig(openssl) >= 1.0.0
|
|||||||
BuildRequires: pkgconfig(uuid) >= 2.20
|
BuildRequires: pkgconfig(uuid) >= 2.20
|
||||||
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
||||||
# build fails if libyal factory package is used
|
# build fails if libyal factory package is used
|
||||||
|
# verified 8/25/2014
|
||||||
|
#BuildRequires: pkgconfig(libsmraw) >= 20120630
|
||||||
# verified 8/20/2014
|
# verified 8/20/2014
|
||||||
#BuildRequires: pkgconfig(libodraw) >= 20120630
|
#BuildRequires: pkgconfig(libodraw) >= 20120630
|
||||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
@ -68,7 +70,6 @@ BuildRequires: pkgconfig(libcpath) >= 20120701
|
|||||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20120425
|
BuildRequires: pkgconfig(libhmac) >= 20120425
|
||||||
BuildRequires: pkgconfig(libsmdev) >= 20120630
|
BuildRequires: pkgconfig(libsmdev) >= 20120630
|
||||||
BuildRequires: pkgconfig(libsmraw) >= 20120630
|
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} > 1310
|
||||||
@ -131,7 +132,7 @@ License: LGPL-3.0+
|
|||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: python
|
Requires: python
|
||||||
Provides: pyewf
|
Provides: pyewf = %{version}
|
||||||
|
|
||||||
%description -n python-%{name}
|
%description -n python-%{name}
|
||||||
Python binding for libewf, which can create and read EnCase forensic
|
Python binding for libewf, which can create and read EnCase forensic
|
||||||
|
Loading…
Reference in New Issue
Block a user