Commit 2ee5da29 authored by Joerg Bruehe's avatar Joerg Bruehe

Make RPMs for ULN build again.

A change to "vio/viosslfactories.c" in August, 2012,
broke a patch which is to be applied during the build
of ULN RPMs.
The patch file is
"packaging/rpm-uln/mysql-chain-certs.patch"

This change bypasses the problem by not trying to apply
the patch.

This is a regression and must be fixed, not bypassed.
parent 2307b61b
......@@ -244,7 +244,8 @@ Patch13: mysql-expired-certs.patch
# Will not be used by MySQL
# Patch14: mysql-missing-string-code.patch Undecided, will not work in 5.5 (cmake)
# Patch15: mysql-lowercase-bug.patch Fixed in MySQL 5.1.54 and 5.5.9
Patch16: mysql-chain-certs.patch
# Patch16: mysql-chain-certs.patch Currently, this patch is broken
# by server code changes to "vio/viosslfactories.c"
Patch17: mysql-5.5-libdir.patch
Patch18: mysql-5.5-fix-tests.patch
Patch19: mysql-5.5-mtr1.patch
......@@ -399,7 +400,8 @@ cd %{src_dir} # read about "%setup -n"
# %patch10 -p1
# %patch13 -p1
# %patch14 -p1
%patch16 -p1
# %patch16 -p1 Currently, this patch is broken
# by server code changes to "vio/viosslfactories.c"
%patch17 -p1
%patch18 -p1
%patch19 -p1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment