Bug 189095

Summary: Incorrect globbing pulls extra sql dependencies in the main package
Product: [Fedora] Fedora Reporter: Yanko Kaneti <yaneti>
Component: freeradiusAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-01 13:53:45 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 Yanko Kaneti 2006-04-16 01:46:21 UTC
%{_libdir}/rlm_sql*.so   in the main package files manifest includes all of
/usr/lib/rlm_sql_mysql-1.0.5.so
/usr/lib/rlm_sql_mysql.so
/usr/lib/rlm_sql_postgresql-1.0.5.so
/usr/lib/rlm_sql_postgresql.so
/usr/lib/rlm_sql_unixodbc-1.0.5.so
/usr/lib/rlm_sql_unixodbc.so

which we obviously don't want

Sugestion: change the glob to something like
-%{_libdir}/rlm_sql*.so
+%{_libdir}/rlm_sql-%{version}.so
+%{_libdir}/rlm_sql.so

This is also an issue with fc4 + updates.

Comment 1 Yanko Kaneti 2006-05-10 15:41:43 UTC
Lets change the severity to see if someone will notice.

Comment 2 Thomas Woerner 2006-06-01 13:53:45 UTC
Fixed in rawhide in rpm freeradius-1.1.1-1 or newer.