Commit 92618fd9 authored by Sebastian Otaegui's avatar Sebastian Otaegui Committed by Martin Sustrik

Small fix for the rhel6 spec

Signed-off-by: 's avatarSebastian Otaegui <feniix@gmail.com>
parent a689047d
...@@ -10,10 +10,11 @@ Prefix: %{_prefix} ...@@ -10,10 +10,11 @@ Prefix: %{_prefix}
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
%if %{?rhel}%{!?rhel:0} >= 6 %if %{?rhel}%{!?rhel:0} >= 6
BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel
Requires: libuuid, libstdc++
%else %else
BuildRequires: uuid-devel, gcc, make, gcc-c++, libstdc++-devel BuildRequires: uuid-devel, gcc, make, gcc-c++, libstdc++-devel
%endif
Requires: uuid, libstdc++ Requires: uuid, libstdc++
%endif
# Build pgm only on supported archs # Build pgm only on supported archs
%ifarch pentium3 pentium4 athlon i386 i486 i586 i686 x86_64 %ifarch pentium3 pentium4 athlon i386 i486 i586 i686 x86_64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment