RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 895718 - Incomplete rpm provides filters causes issues with the samba4-libs package on certain architectures
Summary: Incomplete rpm provides filters causes issues with the samba4-libs package on...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: samba4
Version: 6.4
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Andreas Schneider
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks: 902691
TreeView+ depends on / blocked
 
Reported: 2013-01-15 20:33 UTC by Simo Sorce
Modified: 2013-02-21 08:46 UTC (History)
5 users (show)

Fixed In Version: samba4-4.0.0-53.el6.rc4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 08:46:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0506 0 normal SHIPPED_LIVE Moderate: samba4 security, bug fix and enhancement update 2013-02-20 21:30:25 UTC

Description Simo Sorce 2013-01-15 20:33:55 UTC
An incomplete filter in the samba4 spec file cause incorrect Provides in samba4-libs package that may make it provide the wrong symbols that should be provided by samba's libsmbclient package only.

Comment 3 Namita Soman 2013-01-29 00:12:26 UTC
verified using steps:
# rpm -q --provides samba4-libs | grep libsmbclient
libsmbclient-raw.so.0()(64bit)  
libsmbclient-raw.so.0(SMBCLIENT_RAW_0.0.1)(64bit)  
libsmbclient.so.0(SAMBA_4.0.0RC4)(64bit)  
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)  
libsmbclient.so.0(SMBCLIENT_0.2.0)(64bit)  

# rpm -q --provides samba4-libs | grep libwbclient
libwbclient.so.0(SAMBA_4.0.0RC4)(64bit)  
libwbclient.so.0(WBCLIENT_0.10)(64bit)  
libwbclient.so.0(WBCLIENT_0.9)(64bit)  

# rpm -q --provides samba4-libs | grep libnetapi
libnetapi.so.0(SAMBA_4.0.0RC4)(64bit)

Comment 4 Namita Soman 2013-01-29 02:50:28 UTC
do the above steps verify this bz?

Comment 5 Andreas Schneider 2013-01-29 13:57:06 UTC
See bug #861892. The difference here is that the rule was incomplete. The linker produces different symbol names on different architectures. 64bit is different to 32bit package, so you need to check both platforms.

Comment 6 Namita Soman 2013-01-29 16:35:14 UTC
on 64bit:
# rpm -qa | grep samba
samba4-libs-4.0.0-55.el6.rc4.x86_64
samba-common-3.6.9-151.el6.x86_64
samba-winbind-3.6.9-151.el6.x86_64
samba-winbind-clients-3.6.9-151.el6.x86_64

# rpm -qa | grep libsmbclient
libsmbclient-3.6.9-151.el6.x86_64


on 32bit:
# rpm -qa | grep samba
samba-common-3.6.9-151.el6.i686
samba-winbind-3.6.9-151.el6.i686
samba4-libs-4.0.0-55.el6.rc4.i686
samba-winbind-clients-3.6.9-151.el6.i686

# rpm -qa | grep bclient
libsmbclient-3.6.9-151.el6.i686

Comment 7 errata-xmlrpc 2013-02-21 08:46:30 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2013-0506.html


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