Bug 433268

Summary: rarian-compat spec file dep problem
Product: [Fedora] Fedora Reporter: Rudolf Kastl <che666>
Component: rarianAssignee: Matthew Barnes <mbarnes>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: leo.baltus, mclasen, orion
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-18 16:09:50 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:

Description Rudolf Kastl 2008-02-18 08:56:21 UTC
Description of problem:
actually uninstalling fails under some conditions because the scriptlets use
xmlcatalog from the libxml2 package without having libxml2 package added as
dependency (scriptlet) in the specfile

Version-Release number of selected component (if applicable):
rarian-compat

Steps to reproduce:
rpm -e rarian-compat on a minimal rawhide install fails with postscriptlet error
xmlcatalog not found :)

Comment 1 Matthew Barnes 2008-02-18 16:09:50 UTC
The package already has

   Requires: libxml2

but I think it needs to be

   Requires(post): libxml2
   Requires(postun): libxml2

Should be fixed in rarian-0.7.1-3.fc9.

I haven't actually tested this so feel free to reopen this bug if the update
does not resolve the issue.

Comment 2 Matthew Barnes 2008-02-18 17:53:48 UTC
*** Bug 433315 has been marked as a duplicate of this bug. ***

Comment 3 Matthew Barnes 2008-02-18 17:54:52 UTC
Bug #433315 suggested adding ">& /dev/null || :" to the end of the xmlcatalog
commands.  Will include this in the next update.

Comment 4 Matthew Barnes 2008-05-19 17:42:56 UTC
*** Bug 443603 has been marked as a duplicate of this bug. ***

Comment 5 Matthew Barnes 2008-09-17 14:44:45 UTC
Backported the fixes here to Fedora 8: rarian-0.6.0-4.fc8

Comment 6 Fedora Update System 2008-09-17 15:03:16 UTC
rarian-0.6.0-4.fc8 has been submitted as an update for Fedora 8.
http://admin.fedoraproject.org/updates/rarian-0.6.0-4.fc8

Comment 7 Fedora Update System 2008-10-16 02:04:11 UTC
rarian-0.6.0-4.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.