Commit 83e476b3 authored by Aleksandr Kuzminsky's avatar Aleksandr Kuzminsky

Fixed: error: line 574: Package does not exist: %pre -n MySQL-server-51

parent 17f0aba2
...@@ -571,7 +571,7 @@ install -m600 $MBD/support-files/RHEL4-SElinux/mysql.{fc,te} \ ...@@ -571,7 +571,7 @@ install -m600 $MBD/support-files/RHEL4-SElinux/mysql.{fc,te} \
# Post processing actions, i.e. when installed # Post processing actions, i.e. when installed
############################################################################## ##############################################################################
%pre -n MySQL-server%{package_suffix} %pre -n PerconaSQL-server%{package_suffix}
# Check if we can safely upgrade. An upgrade is only safe if it's from one # Check if we can safely upgrade. An upgrade is only safe if it's from one
# of our RPMs in the same version family. # of our RPMs in the same version family.
......
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