From 92618fd99ac19f3169552c25cbabffbe9e983f7f Mon Sep 17 00:00:00 2001 From: Sebastian Otaegui Date: Thu, 25 Nov 2010 14:04:53 +0100 Subject: Small fix for the rhel6 spec Signed-off-by: Sebastian Otaegui --- builds/redhat/zeromq.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'builds/redhat') diff --git a/builds/redhat/zeromq.spec b/builds/redhat/zeromq.spec index 28e5c94..11c3c95 100644 --- a/builds/redhat/zeromq.spec +++ b/builds/redhat/zeromq.spec @@ -10,10 +10,11 @@ Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root %if %{?rhel}%{!?rhel:0} >= 6 BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel +Requires: libuuid, libstdc++ %else BuildRequires: uuid-devel, gcc, make, gcc-c++, libstdc++-devel -%endif Requires: uuid, libstdc++ +%endif # Build pgm only on supported archs %ifarch pentium3 pentium4 athlon i386 i486 i586 i686 x86_64 -- cgit v1.2.3