Bug 789287

Summary: Uninstalling eclipse leaves files in _libdir/eclipse/configuration
Product: [Fedora] Fedora Reporter: Alexander Kurtakov <akurtako>
Component: eclipseAssignee: Sami Wagiaalla <swagiaal>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: akurtako, andjrobins, kdaniel, mmcgrath, overholt, rgrunber, sgehwolf, swagiaal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-29 19:53:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
One of the log files. none

Description Alexander Kurtakov 2012-02-10 09:55:39 UTC
Created attachment 560852 [details]
One of the log files.

After yum erase eclipse* icu4j-eclipse I ended up with _lidbir/eclipse still existing. The contents are:
./configuration:
.  ..  1327586612891.log  1327989777829.log

Looking at the logs this logs were created when the reconciler failed to complete properly. We should not leave such files in _libdir after uninstall so they should probably be either moved to /var/log/smth or even removed by the reconciler.

Comment 1 Alexander Kurtakov 2012-02-10 09:56:31 UTC
Sami, please take care of this as it's result of the reconciler work.

Comment 2 Sami Wagiaalla 2012-02-29 19:43:47 UTC
Since the reconciler is now disabled these files will no longer be created.
I could add some rm statements to clean these files up in the platforms postun section. Is that worth doing ?

Comment 3 Alexander Kurtakov 2012-02-29 19:53:46 UTC
Nah, It doesn't make sense to bother with it now.