Bug 171342 - libsepol does not require SysVinit for post so fails on new installs
Summary: libsepol does not require SysVinit for post so fails on new installs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libsepol
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-20 21:52 UTC by Paul Nasrat
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 1.9.25-1
Clone Of:
Environment:
Last Closed: 2005-11-11 12:45:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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