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:
Fixed a couple of days ago, e.g. in 7.2.1-3