diff --git a/libewf.changes b/libewf.changes index dea0461..c1a6fc8 100644 --- a/libewf.changes +++ b/libewf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 19 23:14:04 UTC 2019 - Greg Freemyer + +- 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 diff --git a/libewf.spec b/libewf.spec index 3c1c7da..84b58ec 100644 --- a/libewf.spec +++ b/libewf.spec @@ -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