I need to install my own modified version of an rpm which consists of headers (/usr/include) and libs (/usr/lib64). This conflicts with a standard Fedora package. I tried it, and it seems like rpm --relocate will do this for me. I'm just wondering, is this a 'good' approach to this problem?