You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#30272080 32 BIT MYSQL CLIENT AND 64 BIT MYSQL CLIENTS ARE CONFLICTING ON EL6
Problem:
WL#13126 Dynamic linking of Protobuf did a noble thing by using
standard filter in RPM spec for el6. However, due to problem with
this kind of filtering and RPM file coloring:
https://bugzilla.redhat.com/show_bug.cgi?id=983596
all files in RPM ends up with filecolor (none), while the correct
filecolor is 2 (64 bits) or 1 (32 bits).
This caused break in 32 bits to 64 bits upgrades.
Fix: Revert to former, more simple filtering on el6.
Change-Id: I3352baf8b8c4fae7249d9b925649284e043c2348
0 commit comments