From 18b756823396405c41bb54aa3cd2419b37c38611 Mon Sep 17 00:00:00 2001 From: EvgeniyPatlan Date: Sun, 1 Dec 2024 11:28:54 +0200 Subject: [PATCH] PS-9323 fix --- build-ps/debian/percona-server-server.postinst | 2 +- build-ps/percona-server.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build-ps/debian/percona-server-server.postinst b/build-ps/debian/percona-server-server.postinst index 4a4026553462..c3b39ea73b83 100755 --- a/build-ps/debian/percona-server-server.postinst +++ b/build-ps/debian/percona-server-server.postinst @@ -247,7 +247,7 @@ echo -e " * Run the following commands to create these functions:\n" echo -e "\tmysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\"" echo -e "\tmysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\"" echo -e "\tmysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\"" -echo -e "\n * See http://www.percona.com/doc/percona-server/8.0/management/udf_percona_toolkit.html for more details\n\n" +echo -e "\n * See http://www.percona.com/doc/percona-server/8.0/management/udf-percona-toolkit.html for more details\n\n" # #DEBHELPER# diff --git a/build-ps/percona-server.spec b/build-ps/percona-server.spec index eb6f69adbccf..ca8a22a76f3c 100644 --- a/build-ps/percona-server.spec +++ b/build-ps/percona-server.spec @@ -262,6 +262,7 @@ Requires: percona-server-client Requires: percona-icu-data-files Requires: curl Requires: openssl +Requires: bash %if 0%{?rhel} >= 8 Requires: percona-telemetry-agent %endif @@ -835,7 +836,7 @@ echo "Run the following commands to create these functions:" echo "mysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\"" echo "mysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\"" echo "mysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\"" -echo "See http://www.percona.com/doc/percona-server/8.0/management/udf_percona_toolkit.html for more details" +echo "See http://www.percona.com/doc/percona-server/8.0/management/udf-percona-toolkit.html for more details" %preun -n percona-server-server %if 0%{?systemd}