Andreas Stieger changed bug 937767
What Removed Added
Status NEW IN_PROGRESS
Flags   needinfo?(mpluskal@suse.com)

Comment # 8 on bug 937767 from
The submission SR#316442 contains the following diff:

+# mysql-devel needs to be provided as some pkgs still depend on it
+Provides:       mysql-devel = %{version}
+Obsoletes:      mysql-devel < %{version}

As this relates to bug 937630, a changelog entry would be missing.

The more important question would be if this conflicts with the same change
done to MariaDB in any way? ("have choice for" situation)

Further, it contains the following diff:

-ln -sf lib%{libname}%{soname}.so.%{soname}.0.0 lib%{libname}_r.so
-ln -sf lib%{libname}%{soname}.so.%{soname}.0.0 lib%{libname}_r.so.%{soname}
-ln -sf lib%{libname}%{soname}.so.%{soname}.0.0
lib%{libname}_r.so.%{soname}.0.0
+ln -sf lib%{libname}.so.%{soname}.0.0 lib%{libname}_r.so
+ln -sf lib%{libname}.so.%{soname}.0.0 lib%{libname}_r.so.%{soname}
+ln -sf lib%{libname}.so.%{soname}.0.0 lib%{libname}_r.so.%{soname}.0.0

As this relates to bug 937754, a changelog entry would be missing.


You are receiving this mail because: