Bug 1383907

Summary: rhscon-core post uninstall script should not remove /etc/logrotate.d/rhscon-core
Product: Red Hat Storage Console Reporter: Daniel Horák <dahorak>
Component: buildAssignee: Nishanth Thomas <nthomas>
Status: CLOSED WONTFIX QA Contact: sds-qe-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2CC: sankarshan
Target Milestone: ---   
Target Release: 3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-23 04:03:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Daniel Horák 2016-10-12 06:43:17 UTC
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: