Bug 24525

Summary: Packages built locally depend on "libsafe.so.1.3" but package provides "libsafe.so.1"
Product: [Retired] Red Hat Powertools Reporter: Bill Crawford <billc>
Component: libsafeAssignee: Tim Powers <timp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-01-21 23:34:08 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 Bill Crawford 2001-01-21 23:34:05 UTC
I'm having problems building packages locally: they end up depending on
"libsafe.so.1.3" but the RPM database only shows libsafe as providing
"libsafe.so.1" so rpm -Uvh ... fails with a dependency problem.

Is this a problem with RPM or with the libsafe package? I'm really not
sure, actually.

Comment 1 Tim Powers 2001-01-22 16:09:32 UTC
The problem is in the libsafe RPM. What I have done to fix kthis is include the
liblink (libsafe.so.1 -> libsafe.so.1.3) in the package itself, instead of
having the link generated automagically when it is loaded. This should make the
problem just "go away".

It's built for the next release and you should be able to download it from
rawhide the next time rawhide is updated.

Tim