You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2019/04/04 20:51:26 UTC

[mesos] branch master updated: Added CSI headers to CentOS devel RPM.

This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 003e47d  Added CSI headers to CentOS devel RPM.
003e47d is described below

commit 003e47d852f6eb9a1cd7c86750d91b37269aec26
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Thu Apr 4 11:39:33 2019 -0700

    Added CSI headers to CentOS devel RPM.
---
 support/packaging/centos/mesos.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/packaging/centos/mesos.spec b/support/packaging/centos/mesos.spec
index de905fd..54f7393 100644
--- a/support/packaging/centos/mesos.spec
+++ b/support/packaging/centos/mesos.spec
@@ -93,7 +93,6 @@ This package provides files for developing Mesos frameworks/modules.
     --enable-install-module-dependencies \
     --enable-libevent \
     --enable-ssl \
-    --enable-grpc \
     --enable-hardening \
     --enable-xfs-disk-isolator=%{_with_xfs}
 
@@ -160,6 +159,7 @@ install -m 0644 src/java/target/mesos-*.jar %{buildroot}%{_datadir}/java/
 ######################
 %files devel
 %doc LICENSE NOTICE
+%{_includedir}/csi/
 %{_includedir}/elfio/
 %{_includedir}/mesos/
 %{_includedir}/stout/