Find the attached patch with a small fix for the spec file.
I tested on rhel6 general availability.


Signed-off-by: Sebastian Otaegui <[email protected]>
---
 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
--
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to