In Fedora, RHEL and CentOS there is a package called boost-random.
In SLE/openSUSE, there is no such package.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
%endif
BuildRequires: gcc-c++
BuildRequires: boost-devel
-BuildRequires: boost-random
BuildRequires: cmake
BuildRequires: cryptsetup
BuildRequires: gdbm
BuildRequires: gperftools-devel
Requires: python-flask
%endif
+# boost
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires: boost-random
+%endif
# lttng and babeltrace for rbd-replay-prep
%if 0%{?fedora} || 0%{?rhel} == 6
BuildRequires: lttng-ust-devel