From 6fa48717385914ae1a8c20639ccfc59b77d72c31 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 16 Dec 2014 14:36:44 +0100 Subject: [PATCH] packaging: depend on the same release Change-Id: I0633f535bc3a22c24adfc22b6e0391d04a11cb51 Signed-off-by: Philippe Coval --- packaging/atk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/atk.spec b/packaging/atk.spec index 7fab4de..916c597 100644 --- a/packaging/atk.spec +++ b/packaging/atk.spec @@ -56,9 +56,9 @@ This package provides the GObject Introspection bindings for ATK. %package devel Summary: Include Files and Libraries mandatory for Development Group: System/Libraries -Requires: lib%{name} = %{version} +Requires: lib%{name} = %{version}-%{release} %if %{with introspection} -Requires: typelib-Atk = %{version} +Requires: typelib-Atk = %{version}-%{release} %endif %description devel -- 2.7.4