diff --git a/libevtx.changes b/libevtx.changes index 2e85245..e1a4f0d 100644 --- a/libevtx.changes +++ b/libevtx.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 28 21:55:22 UTC 2014 - Greg.Freemyer@gmail.com + +- testing failed, passes if these 2 internal packages are used + * libfguid + * libfdatetime + +------------------------------------------------------------------- +Tue Aug 26 16:37:59 UTC 2014 - Greg.Freemyer@gmail.com + +- add these 2 lines to python sub-project to ensure proper syncronization between versions + * Requires: %lname = %version + * Provides: pyevtx = %version + ------------------------------------------------------------------- Wed Aug 13 15:40:21 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libevtx.spec b/libevtx.spec index 2a7096d..ee2cc46 100644 --- a/libevtx.spec +++ b/libevtx.spec @@ -38,10 +38,11 @@ BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20130609 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 -BuildRequires: pkgconfig(libfdatetime) >= 20130317 -BuildRequires: pkgconfig(libfguid) >= 20130317 BuildRequires: pkgconfig(libregf) >= 20140803 BuildRequires: pkgconfig(libuna) >= 20130609 +#testing fails if the factory package is used, use the internal version +#BuildRequires: pkgconfig(libfdatetime) > 20140103 +#BuildRequires: pkgconfig(libfguid) > 20140105 #build fails if the factory package is used, use the internal version #verified 08/13/2014 #BuildRequires: pkgconfig(libcerror) >= 20140105 @@ -95,7 +96,9 @@ applications that want to make use of %name. Summary: Python bindings for libevtx License: LGPL-3.0+ Group: Development/Libraries/Python +Requires: %lname = %version Requires: python +Provides: pyevtx = %version %description -n python-%name Python bindings for libevtx, which can read Windows XML Event files.