Bug 63144

Summary: postgresql-odbc lacks .so.* files
Product: [Retired] Red Hat Public Beta Reporter: Marco Pratesi <marco>
Component: postgresqlAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta2   
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: 2002-04-10 16:09:56 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 Marco Pratesi 2002-04-10 16:09:52 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020311

Description of problem:
The postgresql package provides only the following files:
/usr/lib/libpsqlodbc.so
/usr/share/pgsql/odbc.sql
and /usr/lib/libpsqlodbc.so results to be only a broken link
to libpsqlodbc.so.0.27
The problem can be solved by adding a "*" to the spec file
in the "files" section for postgresql-odbc:
--- postgresql.spec.orig	Wed Mar 27 22:58:00 2002
+++ postgresql.spec	Wed Apr 10 17:48:03 2002
@@ -887,7 +887,7 @@
 %if %odbc
 %files odbc
 %defattr(-,root,root)
-%attr(755,root,root) /usr/lib/libpsqlodbc.so
+%attr(755,root,root) /usr/lib/libpsqlodbc.so*
 /usr/share/pgsql/odbc.sql
 %endif


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


How reproducible:
Always

Steps to Reproduce:
1.ls -l /usr/lib/libpsqlodbc.so
2.observe that it is a broken link to libpsqlodbc.so.0.27
3.
	

Expected Results:  The package postgresql-odbc should contain the following files:
/usr/lib/libpsqlodbc.so
/usr/lib/libpsqlodbc.so.0
/usr/lib/libpsqlodbc.so.0.27
/usr/share/pgsql/odbc.sql

Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-04-10 16:22:52 UTC
Fixed a couple of days ago, e.g. in 7.2.1-3