Remove the superfluous build requirement of libsodium-devel

This commit is contained in:
Victor Luchits 2019-11-12 18:24:21 +03:00
parent b788270bda
commit 39c63994f9

View File

@ -19,7 +19,7 @@ URL: http://www.zeromq.org/
Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
Prefix: %{_prefix}
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: autoconf automake libtool libsodium-devel glib2-devel
BuildRequires: autoconf automake libtool glib2-devel
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
BuildRequires: e2fsprogs-devel
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)