You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Deepesh Reja (JIRA)" <ji...@apache.org> on 2018/06/20 10:52:00 UTC

[jira] [Created] (MESOS-9011) RPM installs files in /usr/local

Deepesh Reja created MESOS-9011:
-----------------------------------

             Summary: RPM installs files in /usr/local
                 Key: MESOS-9011
                 URL: https://issues.apache.org/jira/browse/MESOS-9011
             Project: Mesos
          Issue Type: Bug
          Components: release
    Affects Versions: 1.6.0, 1.5.1
            Reporter: Deepesh Reja


RPM is installing files in /usr/local/lib which is not correct, it should be installing files in /usr/lib.

$ rpm -qpl mesos-1.5.0-2.0.1.el7.x86_64.rpm | ag '/usr/local'
/usr/local/lib/libfixed_resource_estimator-1.5.0.so
/usr/local/lib/libfixed_resource_estimator.so
/usr/local/lib/libload_qos_controller-1.5.0.so
/usr/local/lib/libload_qos_controller.so
/usr/local/lib/liblogrotate_container_logger-1.5.0.so
/usr/local/lib/liblogrotate_container_logger.so
/usr/local/lib/libmesos-1.5.0.so
/usr/local/lib/libmesos.so

 

Can you please take a look? Also, I tried finding source RPM or SPEC file so that I can fix this on my own and submit a patch but couldn't find it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)