diff --git a/libevt.changes b/libevt.changes index ccb38a1..de65118 100644 --- a/libevt.changes +++ b/libevt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 26 16:34: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: pyevt = %version + ------------------------------------------------------------------- Wed Aug 13 15:33:51 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libevt.spec b/libevt.spec index 3927e4d..2e07d62 100644 --- a/libevt.spec +++ b/libevt.spec @@ -100,7 +100,9 @@ applications that want to make use of %name. Summary: Python bindings for libevt, a Windows event file parser License: LGPL-3.0+ Group: Development/Libraries/Python +Requires: %lname = %version Requires: python +Provides: pyevt = %version %description -n python-%name Python bindings for libevt, which can read Windows event files.