-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68728/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Till Toenshoff.
Bugs: MESOS-9238
https://issues.apache.org/jira/browse/MESOS-9238
Repository: mesos
Description
-------
We didn't update the RPM spec file when we added the rapidjson
dependencies. This will cause RPM build to fail like the following:
RPM build errors:
error: Installed (but unpackaged) file(s) found:
/usr/include/rapidjson/allocators.h
/usr/include/rapidjson/document.h
...
This patch fixed it by adding the rapidjson headers to the %files
section accordingly.
Diffs
-----
support/packaging/centos/mesos.spec 053298522ee198b3b23004ff9ce73aa60a39e8a4
Diff: https://reviews.apache.org/r/68728/diff/1/
Testing
-------
Thanks,
Jie Yu