Skip to content

Commit

Permalink
Merge pull request vespa-engine#10415 from vespa-engine/bjorncs/vespa…
Browse files Browse the repository at this point in the history
…-openssl

Use devel package as build dep
  • Loading branch information
bjorncs authored Aug 26, 2019
2 parents 1c9f44c + e286417 commit cb7cb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/vespa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BuildRequires: llvm5.0-devel
BuildRequires: vespa-boost-devel >= 1.59.0-6
BuildRequires: vespa-gtest >= 1.8.1-1
BuildRequires: vespa-protobuf-devel >= 3.7.0-4
BuildRequires: vespa-openssl >= 1.1.1c-1
BuildRequires: vespa-openssl-devel >= 1.1.1c-1
%endif
%if 0%{?fedora}
BuildRequires: cmake >= 3.9.1
Expand Down Expand Up @@ -109,6 +109,7 @@ Requires: gdb
Requires: net-tools
%if 0%{?centos}
Requires: llvm5.0
Requires: vespa-openssl >= 1.1.1c-1
Requires: vespa-protobuf >= 3.7.0-4
%define _vespa_llvm_version 5.0
%define _extra_link_directory /usr/lib64/llvm5.0/lib;%{_vespa_deps_prefix}/lib64
Expand All @@ -132,7 +133,6 @@ Requires: llvm-libs >= 8.0.0
%define _extra_include_directory %{_vespa_deps_prefix}/include
%endif
Requires: java-11-openjdk
Requires: openssl
Requires(pre): shadow-utils

# Ugly workaround because vespamalloc/src/vespamalloc/malloc/mmap.cpp uses the private
Expand Down

0 comments on commit cb7cb4c

Please sign in to comment.