Bug 498765

Summary: update of selinux-policy-mls throws odd error msg 'semodule: failed with !'
Product: [Fedora] Fedora Reporter: Valdis Kletnieks <valdis.kletnieks>
Component: selinux-policy-mlsAssignee: Daniel Walsh <dwalsh>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: dwalsh
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: 2009-08-21 21:04:49 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 2009-05-03 06:24:07 UTC
Description of problem:
the postinstall scriptlet of the RPM issues an odd error message:

semodule: failed with !

This is apparently due to a stray "" in the scriptlet.  'rpm -q scripts' shows this line (somewhat truncated):

( cd /usr/share/selinux/mls; 
semodule -b base.pp.bz2 -i ada.pp.bz2 cpufreqselector.pp.bz2 ...(lots of files skipped)...
zosremote.pp.bz2 pingd.pp.bz2 milter.pp.bz2 wm.pp.bz2  "" -s mls; 

Manually issuing that command generates the same message - removing the "" at the end fixes is.  Was the "" supposed to be wrapping a $something variable that got lost somewhere?


Version-Release number of selected component (if applicable):
selinux-policy-mls-3.6.12-23.fc11.noarch

How reproducible:


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


Expected results:


Additional info:

Comment 1 Bug Zapper 2009-06-09 15:02:31 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Daniel Walsh 2009-08-21 21:04:49 UTC
I believe this is fixed in the current release.