Bug 155345

Summary: audit packaging nits
Product: [Fedora] Fedora Reporter: Joe Orton <jorton>
Component: auditAssignee: Steve Grubb <sgrubb>
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: 0.6.12-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-20 21:52:54 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 Joe Orton 2005-04-19 12:03:53 UTC
audit %post does not need to run ldconfig if there are no shared libs in the
audit package (audit-libs's %post is sufficient).

The audit-libs %post should be written like:

%post libs -p /sbin/ldconfig

which is Better in some way.

Comment 1 Steve Grubb 2005-04-19 12:22:48 UTC
Thanks for pointing this out. The ldconfig in audit is a left over from before
the libs package was split out. I've corrected this in my working copy. It'll
get into rawhide soon.