Remove build and runtime dependencies on uuid and uuid-devel.

This commit is contained in:
J.T. Conklin 2014-10-07 00:11:53 -07:00
parent cb9a0d2af4
commit fbce7a2407

View File

@ -11,15 +11,9 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc, make, gcc-c++, libstdc++-devel, asciidoc, xmlto
Requires: libstdc++
%if %{?rhel}%{!?rhel:0} >= 6
BuildRequires: libuuid-devel
Requires: libuuid
%elseif %{?rhel}%{!?rhel:0} >= 5
%if %{?rhel}%{!?rhel:0} >= 5
BuildRequires: e2fsprogs-devel
Requires: e2fsprogs
%else
BuildRequires: uuid-devel
Requires: uuid
%endif
# Build pgm only on supported archs