Bug 171342

Summary: libsepol does not require SysVinit for post so fails on new installs
Product: [Fedora] Fedora Reporter: Paul Nasrat <nobody+pnasrat>
Component: libsepolAssignee: Daniel Walsh <dwalsh>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.9.25-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-11 12:45:59 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 Paul Nasrat 2005-10-20 21:52:37 UTC
Description of problem:
Installing libsepol-1.9.21-1.ppc.
/var/tmp/rpm-tmp.33346: line 2: /sbin/telinit: No such file or directory



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

libsepol-1.9.21-1

How reproducible:

Always

Steps to Reproduce:
1. Clean rawhide install
2. Inspect /root/install.log
3.
  
Actual results:

Error messages

Expected results:

Package has appropriate requires so ordering is correct.

Additional info:

Comment 1 Matthias Saou 2005-11-11 12:45:59 UTC
This apparently got fixed on the next day :

* Fri Oct 21 2005 Dan Walsh <dwalsh> 1.9.25-1
- Upgrade to latest from NSA
        * Merged users cleanup patch from Ivan Gyurdiev.
        * Merged user record memory leak fix from Ivan Gyurdiev.
        * Merged reorganize users patch from Ivan Gyurdiev.

- Need to check for /sbin/telinit

With :

%post
/sbin/ldconfig
[ -x /sbin/telinit ] && /sbin/telinit U
exit 0