Bug 131491 - Current libselinux is missing %postun /sbin/ldconfig call
Summary: Current libselinux is missing %postun /sbin/ldconfig call
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libselinux
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-09-01 18:45 UTC by Matthias Saou
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-16 08:53:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to add missing ldconfig call and clean up the spec file. (1.56 KB, patch)
2004-09-01 18:46 UTC, Matthias Saou
no flags Details | Diff

Description Matthias Saou 2004-09-01 18:45:45 UTC
Description of problem:
The current libselinux package has a proper %post scriplet to call
/sbin/ldconfig, but is lacking a similar %postun one.

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

How reproducible:
Always.

Steps to Reproduce:
1. rpm -q --scripts libselinux-1.17.3-1
  
Actual results:
postinstall scriptlet (using /bin/sh):
# add libselinux to the cache
/sbin/ldconfig

Expected results:
Also see a %postun scriplet.

Additional info:
Attached is a spec file patch that adds it and also cleans up the spec
file by mainly removing stuff that is now unneeded.
Also, I don't understand the reason to have a "Provides:
libselinux.so" in the main package. All applications I can see linked
against libselinux have a proper dependency on the .so.1 versionned
file, so that provides could/should probably be removed.

Comment 1 Matthias Saou 2004-09-01 18:46:34 UTC
Created attachment 103357 [details]
Patch to add missing ldconfig call and clean up the spec file.

Comment 2 Daniel Walsh 2004-09-09 17:05:40 UTC
Fixed in libselinux-1.17.9-1

Comment 3 Matthias Saou 2004-09-16 08:34:37 UTC
Indeed fixed in libselinux-1.17.9-1, but another minor weirdness
slipped in : The package's "Distribution:" tag got "Red Hat FC-3"
instead of the usual "Red Hat Linux" that all other packages have. Is
this normal?

Comment 4 Matthias Saou 2004-09-16 08:53:03 UTC
Never mind the distribution tag, seems like a more general issue of
the build system(s). I've started a thread about it :
http://www.redhat.com/archives/fedora-devel-list/2004-September/msg00753.html

I'll close the bug as RAWHIDE now.


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