Bug 212131 - broken postinstall scriptlet
Summary: broken postinstall scriptlet
Keywords:
Status: CLOSED DUPLICATE of bug 212063
Alias: None
Product: Fedora
Classification: Fedora
Component: xsane
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-25 08:54 UTC by Ralf Corsepius
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-25 10:54:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ralf Corsepius 2006-10-25 08:54:07 UTC
Description of problem:
The postinstall scriptlet contains a syntax error:

# rpm -q -scripts xsane-gimp
postinstall scriptlet (using /bin/sh):
if [ -x "/usr/sbin/gimp-plugin-mgr"]; then
    /usr/sbin/gimp-plugin-mgr --install xsane
fi

Note, there is a blank missing between the '"' and the ']' on line containing
the 'if'.

This causes yum-updates to fail:
  Updating  : xsane-gimp                   ####################### [ 8/24]
/var/tmp/rpm-tmp.95854: line 1: [: missing `]'
...

Version-Release number of selected component (if applicable):
xsane-gimp-0.991-3.fc5

How reproducible:
Deterministic

Comment 1 Nils Philippsen 2006-10-25 10:54:37 UTC

*** This bug has been marked as a duplicate of 212063 ***


Note You need to log in before you can comment on or make changes to this bug.