Problem: spec file still depends on libuuid

Solution: remove the dependency as it's not been needed for a while
This commit is contained in:
Luca Boccassi 2017-01-07 22:25:36 +00:00
parent 81bbd2b72d
commit ce735c44ef

View File

@ -23,8 +23,6 @@ BuildRequires: autoconf automake libtool libsodium-devel glib2-devel
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
BuildRequires: e2fsprogs-devel
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%else
BuildRequires: libuuid-devel
%endif
%if %{with pgm}
BuildRequires: openpgm-devel