diff options
author | Sebastian Otaegui <feniix@gmail.com> | 2010-11-25 14:04:53 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-11-25 14:04:53 +0100 |
commit | 92618fd99ac19f3169552c25cbabffbe9e983f7f (patch) | |
tree | a6b32be06fe0126ec1e838d3ea06030892ad9efe /builds | |
parent | a689047de091b2ffbc58cde4a89e98119ae0f599 (diff) |
Small fix for the rhel6 spec
Signed-off-by: Sebastian Otaegui <feniix@gmail.com>
Diffstat (limited to 'builds')
-rw-r--r-- | builds/redhat/zeromq.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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 |