Description of problem: Config file for logrotate for rhscon-agent (skynet) is named diferently on RHEL and on Ubuntu. Version-Release number of selected component (if applicable): # rpm -q rhscon-agent rhscon-agent-0.0.13-1.el7scon.noarch # dpkg -l rhscon-agent rhscon-agent 0.0.11-2redhat1xenia all How reproducible: 100% Steps to Reproduce: 1. List logrotate related configuration files from rhscon-agent package on Ubuntu and RHEL and compare them: Ubuntu: # dpkg -L rhscon-agent | grep logrotate RHEL: # rpm -ql rhscon-agent | grep logrotate Actual results: Ubuntu: # dpkg -L rhscon-agent | grep logrotate /etc/logrotate.d/skynet RHEL: # rpm -ql rhscon-agent | grep logrotate /etc/logrotate.d/rhscon-agent Expected results: The logrotate configuration file in downstream package should be named "rhscon-agent" and not skynet.
The logrotate configuration file in downstream package is properly named "rhscon-agent" now. # dpkg -L rhscon-agent | grep logrotate /etc/logrotate.d /etc/logrotate.d/rhscon-agent Tested on: rhscon-agent 0.0.16-2redhat1xenial
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2016:1754