Bug 451817

Summary: Busticated postuninstall scriptlet
Product: [Fedora] Fedora Reporter: Valdis Kletnieks <valdis.kletnieks>
Component: device-mapper-multipathAssignee: LVM and device-mapper development team <lvm-team>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: agk, bmarzins, dwysocha, mbroz, prockai
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-09-24 22:00:53 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 Valdis Kletnieks 2008-06-17 16:25:36 UTC
Description of problem:
'rpm -q --scripts device-mapper-multipath' contains this:

postuninstall scriptlet (using /bin/sh):
/sbin/ldconfig
if [ "$1" - ge "1" ]; then

which of course throws a complaint at upgrade time:

  Cleanup        : device-mapper-multipath                       [ 91/140] 
/usr/src/redhat/tmp/rpm-tmp.11766: line 2: [: too many arguments

Version-Release number of selected component (if applicable):
device-mapper-multipath-0.4.8-5.fc10.x86_64


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info: