From a0ad6239ddc0d47c5ee7a5f22639a69593df0d11 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Fri, 10 Jun 2011 22:31:40 +0200 Subject: [PATCH] - Add versioned requirement between main/utils --- libva.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libva.spec b/libva.spec index 8764c24..1fef43a 100644 --- a/libva.spec +++ b/libva.spec @@ -1,6 +1,6 @@ Name: libva Version: 1.0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Video Acceleration (VA) API for Linux Group: System Environment/Libraries License: MIT @@ -44,6 +44,7 @@ developing applications that use %{name}. %package utils Summary: Tools for %{name} (including vainfo) Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description utils The %{name}-utils package contains tools that are provided as part @@ -93,6 +94,9 @@ rm -rf %{buildroot} %{_bindir}/putsurface %changelog +* Fri Jun 10 2011 Nicolas Chauvet - 1.0.13-2 +- Add versioned requirement between main/utils + * Wed Jun 08 2011 Nicolas Chauvet - 1.0.13-1 - Update to 1.0.13