From 73ab80ac9259e259ac6f028ce132d76423d3394114e529d95ef9ab0fa8914e59 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 6 Sep 2014 10:17:55 +0000 Subject: [PATCH] Accepting request 247268 from devel:libraries:c_c++ Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/247268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevt?expand=0&rev=7 --- libevt.changes | 7 +++++++ libevt.spec | 2 ++ 2 files changed, 9 insertions(+) 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.