Hide Forgot
Description of problem: The rsyslog packages install files into /bin, /lib, /lib64 and /sbin. These should be moved to /usr/* per https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Effect_of_the_UsrMove_Fedora_Feature Version-Release number of selected component (if applicable): rsyslog-7.4.2-2.fc20 Steps to Reproduce: $ rpm -ql rsyslog Actual results: $ rpm -ql rsyslog | grep rsyslogd /sbin/rsyslogd Expected results: $ rpm -ql rsyslog | grep rsyslogd /usr/sbin/rsyslogd