Commit 432c8496 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #1201 from johntconklin/master

Remove build and runtime dependencies on uuid and uuid-devel.
parents cb9a0d2a fbce7a24
......@@ -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
......
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