Hide Forgot
Description of problem: File /etc/logrotate.d/rhscon-core is part of rhscon-core package, so it shouldn't be removed in the post uninstall script: rm -f /etc/logrotate.d/rhscon-core Version-Release number of selected component (if applicable): rhscon-core-0.0.45-1.el7scon.x86_64 How reproducible: 100% Steps to Reproduce: 1. check post uninstall script of the rhscon-core package Actual results: There is unnecessary command `rm -f /etc/logrotate.d/rhscon-core`. Expected results: There is no `rm -f /etc/logrotate.d/rhscon-core` command. Additional info: