Repository: aurora-packaging Updated Branches: refs/heads/master 1380709bd -> 661280a7d
Missing dependencies for aurora rpm (0.20.0) - Centos7 Added dependencies openssl-devel and libffi-devel for Centos7 Reviewed at https://reviews.apache.org/r/66603/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/661280a7 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/661280a7 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/661280a7 Branch: refs/heads/master Commit: 661280a7d3e8566bf500a3431c582afaeeacdada Parents: 1380709 Author: Peter Froehlich <[email protected]> Authored: Fri Apr 13 10:56:06 2018 -0700 Committer: Renan DelValle <[email protected]> Committed: Fri Apr 13 10:56:06 2018 -0700 ---------------------------------------------------------------------- specs/rpm/aurora.spec | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/661280a7/specs/rpm/aurora.spec ---------------------------------------------------------------------- diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec index 3103642..035f049 100644 --- a/specs/rpm/aurora.spec +++ b/specs/rpm/aurora.spec @@ -85,6 +85,7 @@ BuildRequires: java-%{JAVA_VERSION}-openjdk-devel BuildRequires: krb5-devel BuildRequires: libcurl-devel BuildRequires: openssl +BuildRequires: openssl-devel BuildRequires: patch %if 0%{?rhel} && 0%{?rhel} < 7 BuildRequires: python27 @@ -98,6 +99,7 @@ BuildRequires: tar BuildRequires: unzip BuildRequires: wget BuildRequires: zlib-devel +BuildRequires: libffi-devel %if 0%{?rhel} && 0%{?rhel} < 7 Requires: daemonize
