From deef26320625933e8c4b3f2864ec3644bfac4d36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 23 Aug 2019 11:16:37 +0200 Subject: [PATCH] - up to 5.7.27-30.1 --- build.patch | 12 ++++++++++++ percona-server.spec | 8 +++++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 build.patch diff --git a/build.patch b/build.patch new file mode 100644 index 0000000..890a068 --- /dev/null +++ b/build.patch @@ -0,0 +1,12 @@ +--- percona-server-5.7.27-30/storage/tokudb/PerconaFT/portability/portability.cc~ 2019-08-20 06:44:15.000000000 +0200 ++++ percona-server-5.7.27-30/storage/tokudb/PerconaFT/portability/portability.cc 2019-08-23 10:06:37.642878792 +0200 +@@ -60,9 +60,6 @@ Copyright (c) 2006, 2015, Percona and/or + #if defined(HAVE_SYS_SYSCALL_H) + # include + #endif +-#if defined(HAVE_SYS_SYSCTL_H) +-# include +-#endif + #if defined(HAVE_PTHREAD_NP_H) + # include + #endif diff --git a/percona-server.spec b/percona-server.spec index 1bbe02d..5a5bd76 100644 --- a/percona-server.spec +++ b/percona-server.spec @@ -44,7 +44,7 @@ %endif %define rel 1 -%define percona_rel 29 +%define percona_rel 30 %include /usr/lib/rpm/macros.perl Summary: Percona Server: a very fast and reliable SQL database engine Summary(de.UTF-8): Percona Server: ist eine SQL-Datenbank @@ -55,12 +55,12 @@ Summary(ru.UTF-8): Percona Server - быстрый SQL-сервер Summary(uk.UTF-8): Percona Server - швидкий SQL-сервер Summary(zh_CN.UTF-8): Percona Server数据库服务器 Name: percona-server -Version: 5.7.26 +Version: 5.7.27 Release: %{percona_rel}.%{rel} License: GPL + Percona Server FLOSS Exception Group: Applications/Databases Source0: https://www.percona.com/downloads/Percona-Server-5.7/LATEST/source/tarball/%{name}-%{version}-%{percona_rel}.tar.gz -# Source0-md5: 7ac77b01f578c00a1388ba4339a7a15f +# Source0-md5: f4161888aa25073597bbf4c4e9226479 Source100: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz # Source100-md5: 5cac34f3d78a9d612ca4301abfcbd666 %if %{without system_boost} @@ -83,6 +83,7 @@ Source14: my.cnf Patch0: mysql-opt.patch Patch1: mysql-versioning.patch Patch2: mysql-protobuf.patch +Patch3: build.patch Patch11: mysql-upgrade.patch Patch12: mysql-config.patch @@ -506,6 +507,7 @@ cd ../.. %endif %patch1 -p1 %patch2 -p1 +%patch3 -p1 %patch19 -p1 %patch20 -p1 -- 2.44.0