Accepting request 696108 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/696108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=15
This commit is contained in:
commit
ccc6c88e86
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 23:14:04 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- Use the built in version of libcpath
|
||||
* libcpath has been updated and one of the functions renamed
|
||||
* until libewf is updated the internal version of libcpath must be used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 19:31:05 UTC 2018 - Greg.Freemyer@gmail.com
|
||||
|
||||
- fix a problem with the python to python2 rename
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 20:10:55 UTC 2017 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libewf
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -44,7 +44,6 @@ BuildRequires: pkgconfig(libcdatetime)
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
@ -65,6 +64,8 @@ BuildRequires: pkgconfig(zlib) >= 1.2.5
|
||||
#BuildRequires: pkgconfig(libfdata)
|
||||
#BuildRequires: pkgconfig(libsmraw) >= 20120630
|
||||
#BuildRequires: pkgconfig(libodraw) >= 20120630
|
||||
# verified 4/19/2019 - libewf hasn't been updated in 5 years and it depends on old versions of libyal. :(
|
||||
#BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
# these packages not yet released by upstream
|
||||
#BuildRequires: pkgconfig(libmfdata) >= 20120425
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -125,7 +126,8 @@ License: LGPL-3.0+
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{lname} = %{version}
|
||||
BuildRequires: pkgconfig(python2)
|
||||
Obsoletes: python-%{name}
|
||||
Provides: python-%{name} = %{version}
|
||||
Obsoletes: python-%{name} < 20140608
|
||||
|
||||
%description -n python2-%{name}
|
||||
Python 2 binding for libewf, which can create and read EnCase forensic
|
||||
|
Loading…
x
Reference in New Issue
Block a user