From 07be2195fb21878fe6287699fcc59ea88e64f11a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 30 Jun 2010 17:10:16 +0000 Subject: [PATCH] - -utils: Requires: %name ... --- libjpeg-turbo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index c20f239..09f5243 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -1,6 +1,6 @@ Name: libjpeg-turbo Version: 0.0.93 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files Group: System Environment/Libraries @@ -38,6 +38,7 @@ Summary: Utilities for manipulating JPEG images Group: Applications/Multimedia Obsoletes: libjpeg < 6b-47 Provides: libjpeg = 6b-47 +Requires: libjpeg-turbo%{?_isa} = %{version}-%{release} %description utils The libjpeg-turbo-utils package contains simple client programs for @@ -111,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/wrjpgcom.1* %changelog +* Wed Jun 30 2010 Rex Dieter 0.0.93-11 +- -utils: Requires: %%name ... + * Wed Jun 30 2010 Adam Tkac 0.0.93-10 - add Provides = libjpeg to -utils subpackage