4522a4
# Name of the package without any prefixes
4522a4
%global pkg_name %{name}
4522a4
%global pkgnamepatch mysql
4522a4
4522a4
# Regression tests may take a long time (many cores recommended), skip them by
4522a4
# passing --nocheck to rpmbuild or by setting runselftest to 0 if defining
4522a4
# --nocheck is not possible (e.g. in koji build)
4522a4
%{!?runselftest:%global runselftest 1}
4522a4
3c4e52
# Set this to 1 to see which tests fail, but 0 on production ready build
3c4e52
%global ignore_testsuite_result 0
4522a4
3c4e52
# The last version on which the full testsuite has been run
3c4e52
# In case of further rebuilds of that version, don't require full testsuite to be run
3c4e52
# run only "main" suite
8623b8
%global last_tested_version 8.0.30
3c4e52
# Set to 1 to force run the testsuite even if it was already tested in current version
3c4e52
%global force_run_testsuite 0
4522a4
# Aditional SELinux rules
4522a4
%global require_mysql_selinux 1
4522a4
4522a4
# In f20+ use unversioned docdirs, otherwise the old versioned one
4522a4
%global _pkgdocdirname %{pkg_name}%{!?_pkgdocdir:-%{version}}
4522a4
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{pkg_name}-%{version}}
4522a4
4522a4
# By default, patch(1) creates backup files when chunks apply with offsets.
4522a4
# Turn that off to ensure such files don't get included in RPMs (cf bz#884755).
4522a4
%global _default_patch_flags --no-backup-if-mismatch
4522a4
4522a4
%global skiplist platform-specific-tests.list
4522a4
4522a4
# For some use cases we do not need some parts of the package
4522a4
%bcond_without clibrary
4522a4
%bcond_without devel
4522a4
%bcond_without client
4522a4
%bcond_without common
4522a4
%bcond_without errmsg
4522a4
%bcond_without test
4522a4
4522a4
# When there is already another package that ships /etc/my.cnf,
4522a4
# rather include it than ship the file again, since conflicts between
4522a4
# those files may create issues
4522a4
%bcond_with config
4522a4
4522a4
# For deep debugging we need to build binaries with extra debug info
4522a4
%bcond_with debug
4522a4
8623b8
%global boost_bundled_version 1.77.0
4522a4
4522a4
# Include files for systemd
4522a4
%global daemon_name mysqld
4522a4
%global daemon_no_prefix mysqld
4522a4
4522a4
# Directory for storing pid file
4522a4
%global pidfiledir %{_rundir}/%{daemon_name}
4522a4
4522a4
# We define some system's well known locations here so we can use them easily
4522a4
# later when building to another location (like SCL)
4522a4
%global logrotateddir %{_sysconfdir}/logrotate.d
4522a4
%global logfiledir %{_localstatedir}/log/mysql
4522a4
%global logfile %{logfiledir}/%{daemon_no_prefix}.log
4522a4
4522a4
# Defining where database data live
4522a4
%global dbdatadir %{_localstatedir}/lib/mysql
4522a4
4522a4
# Home directory of mysql user should be same for all packages that create it
4522a4
%global mysqluserhome /var/lib/mysql
4522a4
4522a4
# Provide mysql names for compatibility
4522a4
%bcond_without mysql_names
4522a4
%bcond_without conflicts
4522a4
4522a4
# Make long macros shorter
4522a4
%global sameevr   %{?epoch:%{epoch}:}%{version}-%{release}
4522a4
4522a4
Name:             mysql
8623b8
Version:          8.0.30
8623b8
Release:          3%{?with_debug:.debug}%{?dist}
4522a4
Summary:          MySQL client programs and shared libraries
4522a4
URL:              http://www.mysql.com
4522a4
4522a4
# Exceptions allow client libraries to be linked with most open source SW,
4522a4
# not only GPL code.  See README.mysql-license
4522a4
License:          GPLv2 with exceptions and LGPLv2 and BSD
4522a4
4522a4
Source0:          https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-%{version}.tar.gz
4522a4
Source2:          mysql_config_multilib.sh
4522a4
Source3:          my.cnf.in
4522a4
Source6:          README.mysql-docs
4522a4
Source7:          README.mysql-license
4522a4
Source10:         mysql.tmpfiles.d.in
4522a4
Source11:         mysql.service.in
4522a4
Source12:         mysql-prepare-db-dir.sh
4522a4
Source14:         mysql-check-socket.sh
4522a4
Source15:         mysql-scripts-common.sh
4522a4
Source17:         mysql-wait-stop.sh
4522a4
Source18:         mysql@.service.in
4522a4
# To track rpmlint warnings
4522a4
Source30:         %{pkgnamepatch}.rpmlintrc
4522a4
# Configuration for server
4522a4
Source31:         server.cnf.in
3c4e52
# Skipped tests lists
3c4e52
Source50:         rh-skipped-tests-list-base.list
3c4e52
Source51:         rh-skipped-tests-list-arm.list
3c4e52
Source52:         rh-skipped-tests-list-s390.list
3c4e52
Source53:         rh-skipped-tests-list-ppc.list
4522a4
4522a4
# Comments for these patches are in the patch files
4522a4
# Patches common for more mysql-like packages
4522a4
Patch1:           %{pkgnamepatch}-install-test.patch
4522a4
Patch3:           %{pkgnamepatch}-file-contents.patch
4522a4
Patch4:           %{pkgnamepatch}-scripts.patch
4522a4
Patch5:           %{pkgnamepatch}-paths.patch
4522a4
4522a4
# Patches specific for this mysql package
8623b8
Patch51:          %{pkgnamepatch}-sharedir.patch
8623b8
Patch52:          %{pkgnamepatch}-rpath.patch
8623b8
Patch53:          %{pkgnamepatch}-mtr.patch
8623b8
Patch54:          %{pkgnamepatch}-arm32-timer.patch
4522a4
4522a4
# Patches taken from boost 1.59
8623b8
Patch111:         boost-1.58.0-pool.patch
8623b8
Patch112:         boost-1.57.0-mpl-print.patch
8623b8
8623b8
# Patches taken from boost 1.76
8623b8
Patch113:         boost-1.76.0-fix_multiprecision_issue_419-ppc64le.patch
4522a4
4522a4
BuildRequires:    cmake
4522a4
BuildRequires:    gcc-c++
4522a4
BuildRequires:    libaio-devel
4522a4
BuildRequires:    libedit-devel
4522a4
BuildRequires:    libevent-devel
4522a4
BuildRequires:    libicu-devel
4522a4
BuildRequires:    lz4
4522a4
BuildRequires:    lz4-devel
4522a4
BuildRequires:    mecab-devel
4522a4
BuildRequires:    bison
3c4e52
BuildRequires:    libcurl-devel
4522a4
BuildRequires:    libzstd-devel
4522a4
%ifnarch aarch64 %{arm} s390 s390x
4522a4
BuildRequires:    numactl-devel
4522a4
%endif
4522a4
BuildRequires:    openssl
4522a4
BuildRequires:    openssl-devel
4522a4
%if 0%{?fedora} || 0%{?rhel} > 7
4522a4
BuildRequires:    perl-interpreter
4522a4
BuildRequires:    perl-generators
4522a4
%endif
4522a4
%if 0%{?fedora} || 0%{?rhel} > 7
4522a4
BuildRequires:    rpcgen
4522a4
BuildRequires:    libtirpc-devel
4522a4
%endif
4522a4
BuildRequires:    protobuf-lite-devel
4522a4
BuildRequires:    rapidjson-devel
4522a4
BuildRequires:    zlib
4522a4
BuildRequires:    zlib-devel
4522a4
BuildRequires:    multilib-rpm-config
4522a4
# Tests requires time and ps and some perl modules
4522a4
BuildRequires:    procps
4522a4
BuildRequires:    time
4522a4
BuildRequires:    perl(base)
4522a4
BuildRequires:    perl(Carp)
4522a4
BuildRequires:    perl(Cwd)
4522a4
BuildRequires:    perl(Digest::file)
4522a4
BuildRequires:    perl(Digest::MD5)
4522a4
BuildRequires:    perl(English)
4522a4
BuildRequires:    perl(Env)
4522a4
BuildRequires:    perl(Errno)
4522a4
BuildRequires:    perl(Exporter)
4522a4
BuildRequires:    perl(Fcntl)
4522a4
BuildRequires:    perl(File::Basename)
4522a4
BuildRequires:    perl(File::Copy)
4522a4
BuildRequires:    perl(File::Find)
4522a4
BuildRequires:    perl(File::Spec)
4522a4
BuildRequires:    perl(File::Spec::Functions)
4522a4
BuildRequires:    perl(File::Temp)
4522a4
BuildRequires:    perl(FindBin)
4522a4
BuildRequires:    perl(Data::Dumper)
4522a4
BuildRequires:    perl(Getopt::Long)
4522a4
BuildRequires:    perl(if)
4522a4
BuildRequires:    perl(IO::File)
4522a4
BuildRequires:    perl(IO::Handle)
4522a4
BuildRequires:    perl(IO::Select)
4522a4
BuildRequires:    perl(IO::Socket::INET)
4522a4
BuildRequires:    perl(IPC::Open3)
4522a4
BuildRequires:    perl(JSON)
4522a4
BuildRequires:    perl(lib)
4522a4
BuildRequires:    perl(LWP::Simple)
4522a4
BuildRequires:    perl(Memoize)
4522a4
BuildRequires:    perl(Net::Ping)
4522a4
BuildRequires:    perl(POSIX)
4522a4
BuildRequires:    perl(Socket)
4522a4
BuildRequires:    perl(strict)
4522a4
BuildRequires:    perl(Sys::Hostname)
4522a4
BuildRequires:    perl(Test::More)
4522a4
BuildRequires:    perl(Time::HiRes)
4522a4
BuildRequires:    perl(Time::localtime)
4522a4
BuildRequires:    perl(warnings)
4522a4
BuildRequires:    systemd
4522a4
BuildRequires: make
4522a4
3c4e52
# Since MySQL 8.0.28
3c4e52
BuildRequires:    libfido2-devel
4522a4
4522a4
4522a4
Requires:         bash coreutils grep
4522a4
Requires:         %{name}-common%{?_isa} = %{sameevr}
4522a4
4522a4
Provides:         bundled(boost) = %{boost_bundled_version}
4522a4
4522a4
4522a4
%if %{with mysql_names}
4522a4
Provides:         mysql = %{sameevr}
4522a4
Provides:         mysql%{?_isa} = %{sameevr}
4522a4
Provides:         mysql-compat-client = %{sameevr}
4522a4
Provides:         mysql-compat-client%{?_isa} = %{sameevr}
4522a4
%endif
4522a4
4522a4
%{?with_conflicts:Conflicts:        mariadb}
4522a4
4522a4
# Filtering: https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering
4522a4
%global __requires_exclude ^perl\\((hostnames|lib::mtr|lib::v1|mtr_|My::)
4522a4
%global __provides_exclude_from ^(%{_datadir}/(mysql|mysql-test)/.*|%{_libdir}/mysql/plugin/.*\\.so)$
4522a4
4522a4
%description
4522a4
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
4522a4
client/server implementation consisting of a server daemon (mysqld)
4522a4
and many different client programs and libraries. The base package
4522a4
contains the standard MySQL client programs and generic MySQL files.
4522a4
4522a4
4522a4
%if %{with clibrary}
4522a4
%package          libs
4522a4
Summary:          The shared libraries required for MySQL clients
4522a4
Requires:         %{name}-common%{?_isa} = %{sameevr}
4522a4
%if %{with mysql_names}
4522a4
Provides:         mysql-libs = %{sameevr}
4522a4
Provides:         mysql-libs%{?_isa} = %{sameevr}
4522a4
%endif
4522a4
4522a4
%description      libs
4522a4
The mysql-libs package provides the essential shared libraries for any
4522a4
MySQL client program or interface. You will need to install this package
4522a4
to use any other MySQL package or any clients that need to connect to a
4522a4
MySQL server.
4522a4
%endif
4522a4
4522a4
4522a4
%if %{with config}
4522a4
%package          config
4522a4
Summary:          The config files required by server and client
4522a4
4522a4
%description      config
4522a4
The package provides the config file my.cnf and my.cnf.d directory used by any
4522a4
MariaDB or MySQL program. You will need to install this package to use any
4522a4
other MariaDB or MySQL package if the config files are not provided in the
4522a4
package itself.
4522a4
%endif
4522a4
4522a4
4522a4
%if %{with common}
4522a4
%package          common
4522a4
Summary:          The shared files required for MySQL server and client
4522a4
Requires:         %{_sysconfdir}/my.cnf
4522a4
4522a4
%description      common
4522a4
The mysql-common package provides the essential shared files for any
4522a4
MySQL program. You will need to install this package to use any other
4522a4
MySQL package.
4522a4
%endif
4522a4
4522a4
4522a4
%if %{with errmsg}
4522a4
%package          errmsg
4522a4
Summary:          The error messages files required by MySQL server
4522a4
Requires:         %{name}-common%{?_isa} = %{sameevr}
4522a4
4522a4
%description      errmsg
4522a4
The package provides error messages files for the MySQL daemon
4522a4
%endif
4522a4
4522a4
4522a4
%package          server
4522a4
Summary:          The MySQL server and related files
4522a4
4522a4
# Require any mysql client, but prefer mysql client for mysql server
4522a4
Suggests:         %{name}%{?_isa} = %{sameevr}
4522a4
Requires:         mysql%{?_isa}
4522a4
4522a4
Requires:         %{name}-common%{?_isa} = %{sameevr}
4522a4
Requires:         %{_sysconfdir}/my.cnf
4522a4
Requires:         %{_sysconfdir}/my.cnf.d
4522a4
Requires:         %{name}-errmsg%{?_isa} = %{sameevr}
4522a4
%{?mecab:Requires: mecab-ipadic}
4522a4
Requires:         coreutils
4522a4
Requires(pre):    /usr/sbin/useradd
4522a4
# We require this to be present for %%{_tmpfilesdir}
4522a4
Requires:         systemd
4522a4
# Make sure it's there when scriptlets run, too
4522a4
%{?systemd_requires: %systemd_requires}
4522a4
# SYS_NICE capabilities; #1540946
4522a4
Recommends:       libcap
4522a4
# semanage
4522a4
Requires(post):   policycoreutils-python-utils
4522a4
4522a4
# Aditional SELinux rules (common for MariaDB & MySQL) shipped in a separate package
4522a4
# For cases, where we want to fix a SELinux issues in MySQL sooner than patched selinux-policy-targeted package is released
4522a4
%if %require_mysql_selinux
4522a4
Requires:         (mysql-selinux if selinux-policy-targeted)
4522a4
%endif
4522a4
4522a4
%if %{with mysql_names}
4522a4
Provides:         mysql-server = %{sameevr}
4522a4
Provides:         mysql-server%{?_isa} = %{sameevr}
4522a4
Provides:         mysql-compat-server = %{sameevr}
4522a4
Provides:         mysql-compat-server%{?_isa} = %{sameevr}
4522a4
%endif
4522a4
%{?with_conflicts:Conflicts:        mariadb-server}
4522a4
%{?with_conflicts:Conflicts:        mariadb-galera-server}
4522a4
4522a4
%description      server
4522a4
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
4522a4
client/server implementation consisting of a server daemon (mysqld)
4522a4
and many different client programs and libraries. This package contains
4522a4
the MySQL server and some accompanying files and directories.
4522a4
4522a4
4522a4
%if %{with devel}
4522a4
%package          devel
4522a4
Summary:          Files for development of MySQL applications
4522a4
%{?with_clibrary:Requires:         %{name}-libs%{?_isa} = %{sameevr}}
4522a4
Requires:         openssl-devel
4522a4
Requires:         zlib-devel
4522a4
Requires:         libzstd-devel
4522a4
%{?with_conflicts:Conflicts:        mariadb-devel}
4522a4
4522a4
%description      devel
4522a4
MySQL is a multi-user, multi-threaded SQL database server. This
4522a4
package contains the libraries and header files that are needed for
4522a4
developing MySQL client applications.
4522a4
%endif
4522a4
4522a4
%if %{with test}
4522a4
%package          test
4522a4
Summary:          The test suite distributed with MySQL
4522a4
Requires:         %{name}%{?_isa} = %{sameevr}
4522a4
Requires:         %{name}-common%{?_isa} = %{sameevr}
4522a4
Requires:         %{name}-server%{?_isa} = %{sameevr}
4522a4
Requires:         gzip
4522a4
Requires:         lz4
4522a4
Requires:         openssl
4522a4
Requires:         perl(Digest::file)
4522a4
Requires:         perl(Digest::MD5)
4522a4
Requires:         perl(Env)
4522a4
Requires:         perl(Exporter)
4522a4
Requires:         perl(Fcntl)
4522a4
Requires:         perl(File::Temp)
4522a4
Requires:         perl(FindBin)
4522a4
Requires:         perl(Data::Dumper)
4522a4
Requires:         perl(Getopt::Long)
4522a4
Requires:         perl(IPC::Open3)
4522a4
Requires:         perl(JSON)
4522a4
Requires:         perl(LWP::Simple)
4522a4
Requires:         perl(Memoize)
4522a4
Requires:         perl(Socket)
4522a4
Requires:         perl(Sys::Hostname)
4522a4
Requires:         perl(Test::More)
4522a4
Requires:         perl(Time::HiRes)
4522a4
%{?with_conflicts:Conflicts:        mariadb-test}
4522a4
%if %{with mysql_names}
4522a4
Provides:         mysql-test = %{sameevr}
4522a4
Provides:         mysql-test%{?_isa} = %{sameevr}
4522a4
%endif
4522a4
4522a4
%description      test
4522a4
MySQL is a multi-user, multi-threaded SQL database server. This
4522a4
package contains the regression test suite distributed with
4522a4
the MySQL sources.
4522a4
%endif
4522a4
4522a4
4522a4
%prep
4522a4
%setup -q -n mysql-%{version}
4522a4
%patch1 -p1
4522a4
%patch3 -p1
4522a4
%patch4 -p1
4522a4
%patch5 -p1
4522a4
%patch51 -p1
4522a4
%patch52 -p1
8623b8
%patch53 -p1
8623b8
%patch54 -p1
4522a4
4522a4
# Patch Boost
4522a4
pushd boost/boost_$(echo %{boost_bundled_version}| tr . _)
8623b8
%patch111 -p0
8623b8
%patch112 -p1
8623b8
%patch113 -p2
4522a4
popd
4522a4
3c4e52
# generate a list of tests that fail, but are not disabled by upstream
3c4e52
cat %{SOURCE50} | tee -a mysql-test/%{skiplist}
4522a4
3c4e52
# disable some tests failing on different architectures
3c4e52
%ifarch %{arm} aarch64
3c4e52
cat %{SOURCE51} | tee -a mysql-test/%{skiplist}
3c4e52
%endif
3c4e52
3c4e52
%ifarch s390 s390x
3c4e52
cat %{SOURCE52} | tee -a mysql-test/%{skiplist}
3c4e52
%endif
3c4e52
3c4e52
%ifarch ppc ppc64 ppc64p7 ppc64le
3c4e52
cat %{SOURCE53} | tee -a mysql-test/%{skiplist}
3c4e52
%endif
4522a4
4522a4
cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
4522a4
   %{SOURCE14} %{SOURCE15} %{SOURCE17} %{SOURCE18} %{SOURCE31} scripts
4522a4
4522a4
%build
4522a4
# arm build ends with out of memory error for LTO enabled build
4522a4
%ifarch %arm
4522a4
%define _lto_cflags %{nil}
4522a4
%endif
4522a4
4522a4
# fail quickly and obviously if user tries to build as root
4522a4
%if %runselftest
4522a4
    if [ x"$(id -u)" = "x0" ]; then
4522a4
        echo "mysql's regression tests fail if run as root."
4522a4
        echo "If you really need to build the RPM as root, use"
4522a4
        echo "--nocheck to skip the regression tests."
4522a4
        exit 1
4522a4
    fi
4522a4
%endif
4522a4
4522a4
# The INSTALL_xxx macros have to be specified relative to CMAKE_INSTALL_PREFIX
4522a4
# so we can't use %%{_datadir} and so forth here.
4522a4
%cmake \
4522a4
         -DBUILD_CONFIG=mysql_release \
4522a4
         -DFEATURE_SET="community" \
4522a4
         -DINSTALL_LAYOUT=RPM \
4522a4
         -DDAEMON_NAME="%{daemon_name}" \
4522a4
         -DDAEMON_NO_PREFIX="%{daemon_no_prefix}" \
8623b8
         -DLOGFILE_RPM="%{logfile}" \
4522a4
         -DPID_FILE_DIR="%{pidfiledir}" \
4522a4
         -DNICE_PROJECT_NAME="MySQL" \
4522a4
         -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
4522a4
         -DSYSCONFDIR="%{_sysconfdir}" \
4522a4
         -DSYSCONF2DIR="%{_sysconfdir}/my.cnf.d" \
4522a4
         -DINSTALL_DOCDIR="share/doc/%{_pkgdocdirname}" \
4522a4
         -DINSTALL_DOCREADMEDIR="share/doc/%{_pkgdocdirname}" \
4522a4
         -DINSTALL_INCLUDEDIR=include/mysql \
4522a4
         -DINSTALL_INFODIR=share/info \
4522a4
         -DINSTALL_LIBEXECDIR=libexec \
4522a4
         -DINSTALL_LIBDIR="%{_lib}/mysql" \
4522a4
         -DRPATH_LIBDIR="%{_libdir}" \
4522a4
         -DINSTALL_MANDIR=share/man \
4522a4
         -DINSTALL_MYSQLSHAREDIR=share/%{pkg_name} \
4522a4
         -DINSTALL_MYSQLTESTDIR=share/mysql-test \
4522a4
         -DINSTALL_PLUGINDIR="%{_lib}/mysql/plugin" \
4522a4
         -DINSTALL_SBINDIR=bin \
4522a4
         -DINSTALL_SUPPORTFILESDIR=share/%{pkg_name} \
4522a4
         -DMYSQL_DATADIR="%{dbdatadir}" \
4522a4
         -DMYSQL_UNIX_ADDR="/var/lib/mysql/mysql.sock" \
4522a4
         -DENABLED_LOCAL_INFILE=ON \
4522a4
         -DWITH_SYSTEMD=1 \
4522a4
         -DSYSTEMD_SERVICE_NAME="%{daemon_name}" \
4522a4
         -DSYSTEMD_PID_DIR="%{pidfiledir}" \
4522a4
         -DWITH_INNODB_MEMCACHED=ON \
4522a4
%ifnarch aarch64 %{arm} s390 s390x
4522a4
         -DWITH_NUMA=ON \
4522a4
%endif
4522a4
%ifarch s390 s390x armv7hl
4522a4
         -DUSE_LD_GOLD=OFF \
4522a4
%endif
4522a4
         -DWITH_ROUTER=OFF \
4522a4
         -DWITH_SYSTEM_LIBS=ON \
4522a4
         -DWITH_MECAB=system \
3c4e52
         -DWITH_FIDO=system \
4522a4
         -DWITH_BOOST=boost \
4522a4
         -DREPRODUCIBLE_BUILD=OFF \
4522a4
         -DCMAKE_C_FLAGS="%{optflags}%{?with_debug: -fno-strict-overflow -Wno-unused-result -Wno-unused-function -Wno-unused-but-set-variable}" \
4522a4
         -DCMAKE_CXX_FLAGS="%{optflags}%{?with_debug: -fno-strict-overflow -Wno-unused-result -Wno-unused-function -Wno-unused-but-set-variable}" \
4522a4
         -DCMAKE_EXE_LINKER_FLAGS="-pie %{build_ldflags}" \
4522a4
%{?with_debug: -DWITH_DEBUG=1} \
4522a4
%{?with_debug: -DMYSQL_MAINTAINER_MODE=0} \
4522a4
         -DTMPDIR=/var/tmp \
4522a4
         -DWITH_MYSQLD_LDFLAGS="%{build_ldflags}" \
4522a4
         -DCMAKE_C_LINK_FLAGS="%{build_ldflags}" \
3c4e52
         -DCMAKE_CXX_LINK_FLAGS="%{build_ldflags}" \
3c4e52
         -DCMAKE_SKIP_INSTALL_RPATH=YES \
3c4e52
         -DWITH_UNIT_TESTS=0
4522a4
4522a4
# Note: linking with GOLD disabled on Armv7hl because of https://bugs.mysql.com/bug.php?id=96698
4522a4
3c4e52
# Note: disabling building of unittests to workaround #1989847
3c4e52
4522a4
cmake -B %{_vpath_builddir} -LAH
4522a4
4522a4
%cmake_build
4522a4
4522a4
%install
4522a4
%cmake_install
4522a4
4522a4
# multilib support for shell scripts
4522a4
# we only apply this to known Red Hat multilib arches, per bug #181335
4522a4
if %multilib_capable; then
4522a4
mv %{buildroot}%{_bindir}/mysql_config %{buildroot}%{_bindir}/mysql_config-%{__isa_bits}
4522a4
install -p -m 0755 %{_vpath_builddir}/scripts/mysql_config_multilib %{buildroot}%{_bindir}/mysql_config
4522a4
fi
4522a4
4522a4
# install INFO_SRC, INFO_BIN into libdir (upstream thinks these are doc files,
4522a4
# but that's pretty wacko --- see also %%{name}-file-contents.patch)
4522a4
install -p -m 0644 %{_vpath_builddir}/Docs/INFO_SRC %{buildroot}%{_libdir}/mysql/
4522a4
install -p -m 0644 %{_vpath_builddir}/Docs/INFO_BIN %{buildroot}%{_libdir}/mysql/
4522a4
4522a4
mkdir -p %{buildroot}%{logfiledir}
4522a4
4522a4
mkdir -p %{buildroot}%{pidfiledir}
4522a4
install -p -m 0755 -d %{buildroot}%{dbdatadir}
4522a4
install -p -m 0750 -d %{buildroot}%{_localstatedir}/lib/mysql-files
4522a4
install -p -m 0700 -d %{buildroot}%{_localstatedir}/lib/mysql-keyring
4522a4
4522a4
%if %{with config}
4522a4
install -D -p -m 0644 %{_vpath_builddir}/scripts/my.cnf %{buildroot}%{_sysconfdir}/my.cnf
4522a4
%endif
4522a4
4522a4
# install systemd unit files and scripts for handling server startup
4522a4
install -D -p -m 644 %{_vpath_builddir}/scripts/mysql.service %{buildroot}%{_unitdir}/%{daemon_name}.service
4522a4
install -D -p -m 644 %{_vpath_builddir}/scripts/mysql@.service %{buildroot}%{_unitdir}/%{daemon_name}@.service
4522a4
install -D -p -m 0644 %{_vpath_builddir}/scripts/mysql.tmpfiles.d %{buildroot}%{_tmpfilesdir}/%{daemon_name}.conf
4522a4
rm -r %{buildroot}%{_tmpfilesdir}/mysql.conf
4522a4
4522a4
# helper scripts for service starting
4522a4
install -D -p -m 755 %{_vpath_builddir}/scripts/mysql-prepare-db-dir %{buildroot}%{_libexecdir}/mysql-prepare-db-dir
4522a4
install -p -m 755 %{_vpath_builddir}/scripts/mysql-wait-stop %{buildroot}%{_libexecdir}/mysql-wait-stop
4522a4
install -p -m 755 %{_vpath_builddir}/scripts/mysql-check-socket %{buildroot}%{_libexecdir}/mysql-check-socket
4522a4
install -p -m 644 %{_vpath_builddir}/scripts/mysql-scripts-common %{buildroot}%{_libexecdir}/mysql-scripts-common
4522a4
install -D -p -m 0644 %{_vpath_builddir}/scripts/server.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
4522a4
4522a4
rm %{buildroot}%{_libdir}/mysql/*.a
4522a4
rm %{buildroot}%{_mandir}/man1/comp_err.1*
4522a4
8623b8
# Put logrotate script where it needs to be
4522a4
mkdir -p %{buildroot}%{logrotateddir}
8623b8
# Remove the wrong file
8623b8
rm %{buildroot}%{_datadir}/%{pkg_name}/mysql-log-rotate
8623b8
# Install the correct one (meant for FSH layout in RPM packages)
8623b8
install -D -m 0644 %{_vpath_builddir}/packaging/rpm-common/mysql.logrotate %{buildroot}%{logrotateddir}/%{daemon_name}
4522a4
4522a4
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
4522a4
echo "%{_libdir}/mysql" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
4522a4
4522a4
# for back-ward compatibility and SELinux, let's keep the mysqld in libexec
4522a4
# and just create a symlink in /usr/sbin
4522a4
mv %{buildroot}%{_bindir}/mysqld %{buildroot}%{_libexecdir}/mysqld
4522a4
mkdir -p %{buildroot}%{_sbindir}
3c4e52
ln -s ../libexec/mysqld %{buildroot}%{_sbindir}/mysqld
4522a4
4522a4
%if %{with debug}
4522a4
mv %{buildroot}%{_bindir}/mysqld-debug %{buildroot}%{_libexecdir}/mysqld
4522a4
%endif
4522a4
4522a4
# copy additional docs into build tree so %%doc will find them
4522a4
install -p -m 0644 %{SOURCE6} %{_vpath_srcdir}/%{basename:%{SOURCE6}}
4522a4
install -p -m 0644 %{SOURCE7} %{_vpath_srcdir}/%{basename:%{SOURCE7}}
4522a4
4522a4
# Install the list of skipped tests to be available for user runs
4522a4
install -p -m 0644 %{_vpath_srcdir}/mysql-test/%{skiplist} %{buildroot}%{_datadir}/mysql-test
4522a4
4522a4
%if %{without clibrary}
4522a4
unlink %{buildroot}%{_libdir}/mysql/libmysqlclient.so
4522a4
rm -r %{buildroot}%{_libdir}/mysql/libmysqlclient*.so.*
4522a4
rm -r %{buildroot}%{_sysconfdir}/ld.so.conf.d
4522a4
%endif
4522a4
4522a4
%if %{without devel}
4522a4
rm %{buildroot}%{_bindir}/mysql_config*
4522a4
rm -r %{buildroot}%{_includedir}/mysql
4522a4
rm %{buildroot}%{_datadir}/aclocal/mysql.m4
4522a4
rm %{buildroot}%{_libdir}/pkgconfig/mysqlclient.pc
4522a4
rm %{buildroot}%{_libdir}/mysql/libmysqlclient*.so
4522a4
rm %{buildroot}%{_mandir}/man1/mysql_config.1*
4522a4
%endif
4522a4
4522a4
%if %{without client}
4522a4
rm %{buildroot}%{_bindir}/{mysql,mysql_config_editor,\
4522a4
mysql_plugin,mysqladmin,mysqlbinlog,\
4522a4
mysqlcheck,mysqldump,mysqlpump,mysqlimport,mysqlshow,mysqlslap,my_print_defaults}
4522a4
rm %{buildroot}%{_mandir}/man1/{mysql,mysql_config_editor,\
4522a4
mysql_plugin,mysqladmin,mysqlbinlog,\
4522a4
mysqlcheck,mysqldump,mysqlpump,mysqlimport,mysqlshow,mysqlslap,my_print_defaults}.1*
4522a4
%endif
4522a4
4522a4
%if %{with config}
4522a4
mkdir -p %{buildroot}%{_sysconfdir}/my.cnf.d
4522a4
%else
4522a4
#rm %{buildroot}%{_sysconfdir}/my.cnf
4522a4
%endif
4522a4
4522a4
%if %{without common}
4522a4
rm -r %{buildroot}%{_datadir}/%{pkg_name}/charsets
4522a4
%endif
4522a4
4522a4
%if %{without errmsg}
4522a4
rm %{buildroot}%{_datadir}/%{pkg_name}/{messages_to_error_log.txt,messages_to_clients.txt}
4522a4
rm -r %{buildroot}%{_datadir}/%{pkg_name}/{english,bulgarian,czech,danish,dutch,estonian,\
4522a4
french,german,greek,hungarian,italian,japanese,korean,norwegian,norwegian-ny,\
4522a4
polish,portuguese,romanian,russian,serbian,slovak,spanish,swedish,ukrainian}
4522a4
%endif
4522a4
4522a4
%if %{without test}
3c4e52
rm %{buildroot}%{_bindir}/{mysql_client_test,mysqlxtest,mysqltest_safe_process,zlib_decompress,mysql_keyring_encryption_test}
4522a4
rm -r %{buildroot}%{_datadir}/mysql-test
4522a4
%endif
4522a4
3c4e52
3c4e52
4522a4
%check
4522a4
%if %{with test}
4522a4
%if %runselftest
4522a4
pushd %_vpath_builddir
3c4e52
# Note: disabling building of unittests to workaround #1989847
3c4e52
#make test VERBOSE=1
4522a4
pushd mysql-test
4522a4
cp ../../mysql-test/%{skiplist} .
3c4e52
3c4e52
# Builds might happen at the same host, avoid collision
3c4e52
#   The port used is calculated as 10 * MTR_BUILD_THREAD + 10000
3c4e52
#   The resulting port must be between 5000 and 32767
3c4e52
export MTR_BUILD_THREAD=$(( $(date +%s) % 2200 ))
3c4e52
3c4e52
(
3c4e52
  set -ex
3c4e52
  cd %{buildroot}%{_datadir}/mysql-test
3c4e52
8623b8
  export common_testsuite_arguments=" %{?with_debug:--debug-server} --parallel=auto --force --retry=2 --suite-timeout=900 --testcase-timeout=30 --mysqld=--binlog-format=mixed --max-test-fail=5 --report-unstable-tests --clean-vardir --mysqld=--skip-innodb-use-native-aio "
3c4e52
3c4e52
  # If full testsuite has already been run on this version and we don't explicitly want the full testsuite to be run
3c4e52
  if [[ "%{last_tested_version}" == "%{version}" ]] && [[ %{force_run_testsuite} -eq 0 ]]
3c4e52
  then
3c4e52
    # in further rebuilds only run the basic "main" suite (~800 tests)
3c4e52
    echo "running only base testsuite"
3c4e52
    perl ./mysql-test-run.pl $common_testsuite_arguments --suite=main --mem --skip-test-list=%{skiplist}
3c4e52
  fi
3c4e52
3c4e52
 # If either this version wasn't marked as tested yet or I explicitly want to run the testsuite, run everything we have (~4000 test)
3c4e52
  if [[ "%{last_tested_version}" != "%{version}" ]] || [[ %{force_run_testsuite} -ne 0 ]]
3c4e52
  then
3c4e52
    echo "running advanced testsuite"
3c4e52
    perl ./mysql-test-run.pl $common_testsuite_arguments \
3c4e52
    %if %{ignore_testsuite_result}
3c4e52
      --max-test-fail=9999 || :
3c4e52
    %else
3c4e52
      --skip-test-list=%{skiplist}
3c4e52
    %endif
3c4e52
  fi
3c4e52
3c4e52
  # There might be a dangling symlink left from the testing, remove it to not be installed
3c4e52
  rm -r var $(readlink var)
3c4e52
)
3c4e52
4522a4
popd
4522a4
popd
3c4e52
4522a4
%endif
4522a4
%endif
4522a4
3c4e52
3c4e52
4522a4
%pre server
4522a4
/usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || :
4522a4
/usr/sbin/useradd -M -N -g mysql -o -r -d %{mysqluserhome} -s /sbin/nologin \
4522a4
  -c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || :
4522a4
4522a4
%post server
4522a4
%systemd_post %{daemon_name}.service
4522a4
if [ ! -e "%{logfile}" -a ! -h "%{logfile}" ] ; then
4522a4
    install /dev/null -m0640 -omysql -gmysql "%{logfile}"
4522a4
fi
4522a4
4522a4
%preun server
4522a4
%systemd_preun %{daemon_name}.service
4522a4
4522a4
%postun server
4522a4
%systemd_postun_with_restart %{daemon_name}.service
4522a4
3c4e52
3c4e52
4522a4
%if %{with client}
4522a4
%files
4522a4
%{_bindir}/mysql
4522a4
%{_bindir}/mysql_config_editor
4522a4
%{_bindir}/mysqladmin
4522a4
%{_bindir}/mysqlbinlog
4522a4
%{_bindir}/mysqlcheck
4522a4
%{_bindir}/mysqldump
4522a4
%{_bindir}/mysqlimport
4522a4
%{_bindir}/mysqlpump
4522a4
%{_bindir}/mysqlshow
4522a4
%{_bindir}/mysqlslap
4522a4
4522a4
%{_mandir}/man1/mysql.1*
4522a4
%{_mandir}/man1/mysql_config_editor.1*
4522a4
%{_mandir}/man1/mysqladmin.1*
4522a4
%{_mandir}/man1/mysqlbinlog.1*
4522a4
%{_mandir}/man1/mysqlcheck.1*
4522a4
%{_mandir}/man1/mysqldump.1*
4522a4
%{_mandir}/man1/mysqlimport.1*
4522a4
%{_mandir}/man1/mysqlpump.1*
4522a4
%{_mandir}/man1/mysqlshow.1*
4522a4
%{_mandir}/man1/mysqlslap.1*
4522a4
%endif
4522a4
4522a4
%if %{with clibrary}
4522a4
%files libs
4522a4
%{_libdir}/mysql/libmysqlclient*.so.*
4522a4
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/*
4522a4
%endif
4522a4
4522a4
%if %{with config}
4522a4
%files config
4522a4
# although the default my.cnf contains only server settings, we put it in the
4522a4
# common package because it can be used for client settings too.
4522a4
%dir %{_sysconfdir}/my.cnf.d
4522a4
%config(noreplace) %{_sysconfdir}/my.cnf
4522a4
%endif
4522a4
4522a4
%if %{with common}
4522a4
%files common
4522a4
%license LICENSE
4522a4
%doc README README.mysql-license README.mysql-docs
4522a4
%doc storage/innobase/COPYING.Percona storage/innobase/COPYING.Google
4522a4
%dir %{_libdir}/mysql
4522a4
%dir %{_datadir}/%{pkg_name}
4522a4
%{_datadir}/%{pkg_name}/charsets
4522a4
%endif
4522a4
4522a4
%if %{with errmsg}
4522a4
%files errmsg
4522a4
%{_datadir}/%{pkg_name}/messages_to_error_log.txt
4522a4
%{_datadir}/%{pkg_name}/messages_to_clients.txt
4522a4
%{_datadir}/%{pkg_name}/english
4522a4
%lang(bg) %{_datadir}/%{pkg_name}/bulgarian
4522a4
%lang(cs) %{_datadir}/%{pkg_name}/czech
4522a4
%lang(da) %{_datadir}/%{pkg_name}/danish
4522a4
%lang(nl) %{_datadir}/%{pkg_name}/dutch
4522a4
%lang(et) %{_datadir}/%{pkg_name}/estonian
4522a4
%lang(fr) %{_datadir}/%{pkg_name}/french
4522a4
%lang(de) %{_datadir}/%{pkg_name}/german
4522a4
%lang(el) %{_datadir}/%{pkg_name}/greek
4522a4
%lang(hu) %{_datadir}/%{pkg_name}/hungarian
4522a4
%lang(it) %{_datadir}/%{pkg_name}/italian
4522a4
%lang(ja) %{_datadir}/%{pkg_name}/japanese
4522a4
%lang(ko) %{_datadir}/%{pkg_name}/korean
4522a4
%lang(no) %{_datadir}/%{pkg_name}/norwegian
4522a4
%lang(no) %{_datadir}/%{pkg_name}/norwegian-ny
4522a4
%lang(pl) %{_datadir}/%{pkg_name}/polish
4522a4
%lang(pt) %{_datadir}/%{pkg_name}/portuguese
4522a4
%lang(ro) %{_datadir}/%{pkg_name}/romanian
4522a4
%lang(ru) %{_datadir}/%{pkg_name}/russian
4522a4
%lang(sr) %{_datadir}/%{pkg_name}/serbian
4522a4
%lang(sk) %{_datadir}/%{pkg_name}/slovak
4522a4
%lang(es) %{_datadir}/%{pkg_name}/spanish
4522a4
%lang(sv) %{_datadir}/%{pkg_name}/swedish
4522a4
%lang(uk) %{_datadir}/%{pkg_name}/ukrainian
4522a4
%endif
4522a4
4522a4
%files server
4522a4
%{_bindir}/ibd2sdi
4522a4
%{_bindir}/myisamchk
4522a4
%{_bindir}/myisam_ftdump
4522a4
%{_bindir}/myisamlog
4522a4
%{_bindir}/myisampack
4522a4
%{_bindir}/my_print_defaults
3c4e52
%{_bindir}/mysql_migrate_keyring
4522a4
%{_bindir}/mysql_secure_installation
4522a4
%{_bindir}/mysql_ssl_rsa_setup
4522a4
%{_bindir}/mysql_tzinfo_to_sql
4522a4
%{_bindir}/mysql_upgrade
4522a4
%{_bindir}/mysqld_pre_systemd
4522a4
%{_bindir}/mysqldumpslow
4522a4
%{_bindir}/innochecksum
4522a4
%{_bindir}/perror
4522a4
4522a4
%config(noreplace) %{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
4522a4
4522a4
%{_sbindir}/mysqld
4522a4
# sys_nice capability required for rhbz#1628814
4522a4
%caps(cap_sys_nice=ep) %{_libexecdir}/mysqld
4522a4
4522a4
%{_libdir}/mysql/INFO_SRC
4522a4
%{_libdir}/mysql/INFO_BIN
4522a4
%if %{without common}
4522a4
%dir %{_datadir}/%{pkg_name}
4522a4
%endif
4522a4
4522a4
%dir %{_libdir}/mysql/plugin
4522a4
%{_libdir}/mysql/plugin/adt_null.so
4522a4
%{_libdir}/mysql/plugin/auth_socket.so
4522a4
%{_libdir}/mysql/plugin/component_audit_api_message_emit.so
3c4e52
%{_libdir}/mysql/plugin/component_keyring_file.so
4522a4
%{_libdir}/mysql/plugin/component_log_filter_dragnet.so
4522a4
%{_libdir}/mysql/plugin/component_log_sink_json.so
4522a4
%{_libdir}/mysql/plugin/component_log_sink_syseventlog.so
4522a4
%{_libdir}/mysql/plugin/component_mysqlbackup.so
3c4e52
%{_libdir}/mysql/plugin/component_query_attributes.so
3c4e52
%{_libdir}/mysql/plugin/component_reference_cache.so
4522a4
%{_libdir}/mysql/plugin/component_validate_password.so
8623b8
%{_libdir}/mysql/plugin/conflicting_variables.so
4522a4
%{_libdir}/mysql/plugin/connection_control.so
4522a4
%{_libdir}/mysql/plugin/daemon_example.ini
4522a4
%{_libdir}/mysql/plugin/ddl_rewriter.so
4522a4
%{_libdir}/mysql/plugin/group_replication.so
4522a4
%{_libdir}/mysql/plugin/ha_example.so
4522a4
%{_libdir}/mysql/plugin/ha_mock.so
4522a4
%{_libdir}/mysql/plugin/innodb_engine.so
4522a4
%{_libdir}/mysql/plugin/keyring_file.so
4522a4
%{_libdir}/mysql/plugin/keyring_udf.so
4522a4
%{_libdir}/mysql/plugin/libmemcached.so
4522a4
%{_libdir}/mysql/plugin/libpluginmecab.so
4522a4
%{_libdir}/mysql/plugin/locking_service.so
4522a4
%{_libdir}/mysql/plugin/mypluglib.so
4522a4
%{_libdir}/mysql/plugin/mysql_clone.so
4522a4
%{_libdir}/mysql/plugin/mysql_no_login.so
4522a4
%{_libdir}/mysql/plugin/rewrite_example.so
4522a4
%{_libdir}/mysql/plugin/rewriter.so
4522a4
%{_libdir}/mysql/plugin/semisync_master.so
3c4e52
%{_libdir}/mysql/plugin/semisync_replica.so
4522a4
%{_libdir}/mysql/plugin/semisync_slave.so
3c4e52
%{_libdir}/mysql/plugin/semisync_source.so
4522a4
%{_libdir}/mysql/plugin/validate_password.so
4522a4
%{_libdir}/mysql/plugin/version_token.so
4522a4
4522a4
%{_mandir}/man1/ibd2sdi.1*
4522a4
%{_mandir}/man1/myisamchk.1*
4522a4
%{_mandir}/man1/myisamlog.1*
4522a4
%{_mandir}/man1/myisampack.1*
4522a4
%{_mandir}/man1/myisam_ftdump.1*
4522a4
%{_mandir}/man1/my_print_defaults.1*
4522a4
%{_mandir}/man1/mysql_secure_installation.1*
4522a4
%{_mandir}/man1/mysql_ssl_rsa_setup.1*
4522a4
%{_mandir}/man1/mysql_tzinfo_to_sql.1*
4522a4
%{_mandir}/man1/mysql_upgrade.1*
4522a4
%{_mandir}/man1/mysqldumpslow.1*
4522a4
%{_mandir}/man1/mysqlman.1*
4522a4
%{_mandir}/man1/innochecksum.1*
4522a4
%{_mandir}/man1/perror.1*
4522a4
%{_mandir}/man1/lz4_decompress.1*
4522a4
%{_mandir}/man8/mysqld.8*
4522a4
4522a4
%{_datadir}/%{pkg_name}/dictionary.txt
4522a4
%{_datadir}/%{pkg_name}/*.sql
4522a4
4522a4
%{_unitdir}/%{daemon_name}*
4522a4
%{_libexecdir}/mysql-prepare-db-dir
4522a4
%{_libexecdir}/mysql-wait-stop
4522a4
%{_libexecdir}/mysql-check-socket
4522a4
%{_libexecdir}/mysql-scripts-common
4522a4
4522a4
%{_tmpfilesdir}/%{daemon_name}.conf
4522a4
%attr(0755,mysql,mysql) %dir %{dbdatadir}
4522a4
%attr(0750,mysql,mysql) %dir %{_localstatedir}/lib/mysql-files
4522a4
%attr(0700,mysql,mysql) %dir %{_localstatedir}/lib/mysql-keyring
4522a4
%attr(0755,mysql,mysql) %dir %{pidfiledir}
4522a4
%attr(0750,mysql,mysql) %dir %{logfiledir}
4522a4
%attr(0640,mysql,mysql) %config %ghost %verify(not md5 size mtime) %{logfile}
4522a4
%config(noreplace) %{logrotateddir}/%{daemon_name}
4522a4
4522a4
%if %{with devel}
4522a4
%files devel
4522a4
%{_bindir}/mysql_config*
4522a4
%exclude %{_bindir}/mysql_config_editor
4522a4
%{_includedir}/mysql
4522a4
%{_datadir}/aclocal/mysql.m4
4522a4
%if %{with clibrary}
4522a4
%{_libdir}/mysql/libmysqlclient.so
4522a4
%endif
4522a4
%{_libdir}/pkgconfig/mysqlclient.pc
4522a4
%{_mandir}/man1/mysql_config.1*
4522a4
%endif
4522a4
4522a4
%if %{with test}
4522a4
%files test
4522a4
%{_bindir}/mysql_client_test
3c4e52
%{_bindir}/mysql_keyring_encryption_test
4522a4
%{_bindir}/mysqltest
4522a4
%{_bindir}/mysqltest_safe_process
4522a4
%{_bindir}/mysqlxtest
4522a4
%{_bindir}/mysqld_safe
4522a4
%{_bindir}/comp_err
4522a4
%{_bindir}/zlib_decompress
4522a4
%attr(-,mysql,mysql) %{_datadir}/mysql-test
4522a4
%{_mandir}/man1/zlib_decompress.1*
4522a4
4522a4
%dir %{_libdir}/mysql/plugin
4522a4
%{_libdir}/mysql/plugin/auth.so
4522a4
%{_libdir}/mysql/plugin/auth_test_plugin.so
4522a4
%{_libdir}/mysql/plugin/component_example_component1.so
4522a4
%{_libdir}/mysql/plugin/component_example_component2.so
4522a4
%{_libdir}/mysql/plugin/component_example_component3.so
4522a4
%{_libdir}/mysql/plugin/component_log_sink_test.so
4522a4
%{_libdir}/mysql/plugin/component_mysqlx_global_reset.so
4522a4
%{_libdir}/mysql/plugin/component_pfs_example_component_population.so
4522a4
%{_libdir}/mysql/plugin/component_pfs_example.so
4522a4
%{_libdir}/mysql/plugin/component_test_audit_api_message.so
4522a4
%{_libdir}/mysql/plugin/component_test_backup_lock_service.so
4522a4
%{_libdir}/mysql/plugin/component_test_component_deinit.so
4522a4
%{_libdir}/mysql/plugin/component_test_host_application_signal.so
4522a4
%{_libdir}/mysql/plugin/component_test_mysql_current_thread_reader.so
4522a4
%{_libdir}/mysql/plugin/component_test_mysql_runtime_error.so
3c4e52
%{_libdir}/mysql/plugin/component_test_mysql_system_variable_set.so
4522a4
%{_libdir}/mysql/plugin/component_test_pfs_notification.so
4522a4
%{_libdir}/mysql/plugin/component_test_pfs_resource_group.so
8623b8
%{_libdir}/mysql/plugin/component_test_sensitive_system_variables.so
4522a4
%{_libdir}/mysql/plugin/component_test_status_var_service_int.so
4522a4
%{_libdir}/mysql/plugin/component_test_status_var_service_reg_only.so
4522a4
%{_libdir}/mysql/plugin/component_test_status_var_service.so
4522a4
%{_libdir}/mysql/plugin/component_test_status_var_service_str.so
4522a4
%{_libdir}/mysql/plugin/component_test_status_var_service_unreg_only.so
4522a4
%{_libdir}/mysql/plugin/component_test_string_service_charset.so
4522a4
%{_libdir}/mysql/plugin/component_test_string_service_long.so
4522a4
%{_libdir}/mysql/plugin/component_test_string_service.so
4522a4
%{_libdir}/mysql/plugin/component_test_system_variable_source.so
4522a4
%{_libdir}/mysql/plugin/component_test_sys_var_service_int.so
4522a4
%{_libdir}/mysql/plugin/component_test_sys_var_service_same.so
4522a4
%{_libdir}/mysql/plugin/component_test_sys_var_service.so
4522a4
%{_libdir}/mysql/plugin/component_test_sys_var_service_str.so
3c4e52
%{_libdir}/mysql/plugin/component_test_table_access.so
4522a4
%{_libdir}/mysql/plugin/component_test_udf_registration.so
4522a4
%{_libdir}/mysql/plugin/component_test_udf_services.so
4522a4
%{_libdir}/mysql/plugin/component_udf_reg_3_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_reg_avg_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_reg_int_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_reg_int_same_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_reg_only_3_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_reg_real_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_unreg_3_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_unreg_int_func.so
4522a4
%{_libdir}/mysql/plugin/component_udf_unreg_real_func.so
4522a4
%{_libdir}/mysql/plugin/libdaemon_example.so
4522a4
%{_libdir}/mysql/plugin/libtest_framework.so
4522a4
%{_libdir}/mysql/plugin/libtest_services.so
4522a4
%{_libdir}/mysql/plugin/libtest_services_threaded.so
4522a4
%{_libdir}/mysql/plugin/libtest_session_attach.so
4522a4
%{_libdir}/mysql/plugin/libtest_session_detach.so
4522a4
%{_libdir}/mysql/plugin/libtest_session_info.so
4522a4
%{_libdir}/mysql/plugin/libtest_session_in_thd.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_2_sessions.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_all_col_types.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_cmds_1.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_commit.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_complex.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_errors.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_lock.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_processlist.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_replication.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_reset_connection.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_shutdown.so
3c4e52
%{_libdir}/mysql/plugin/libtest_sql_sleep_is_connected.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_sqlmode.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_stmt.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_stored_procedures_functions.so
4522a4
%{_libdir}/mysql/plugin/libtest_sql_views_triggers.so
4522a4
%{_libdir}/mysql/plugin/libtest_x_sessions_deinit.so
4522a4
%{_libdir}/mysql/plugin/libtest_x_sessions_init.so
4522a4
%{_libdir}/mysql/plugin/pfs_example_plugin_employee.so
4522a4
%{_libdir}/mysql/plugin/qa_auth_client.so
4522a4
%{_libdir}/mysql/plugin/qa_auth_interface.so
4522a4
%{_libdir}/mysql/plugin/qa_auth_server.so
4522a4
%{_libdir}/mysql/plugin/replication_observers_example_plugin.so
4522a4
%{_libdir}/mysql/plugin/test_security_context.so
4522a4
%{_libdir}/mysql/plugin/test_services_host_application_signal.so
4522a4
%{_libdir}/mysql/plugin/test_services_plugin_registry.so
4522a4
%{_libdir}/mysql/plugin/test_udf_services.so
4522a4
%{_libdir}/mysql/plugin/udf_example.so
4522a4
%endif
4522a4
4522a4
%changelog
8623b8
* Mon Sep 12 2022 Michal Schorm <mschorm@redhat.com> - 8.0.30-3
8623b8
- Release bump for rebuild
8623b8
8623b8
* Wed Jul 06 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.30-1
8623b8
- Update to MySQL 8.0.30
8623b8
- Remove patches now upstream:
8623b8
  chain certs, OpenSSL 3, s390 and robin hood
8623b8
- Add a new plugin
8623b8
8623b8
* Wed Apr 20 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.29-1
8623b8
- Update to MySQL 8.0.29
8623b8
3c4e52
* Wed Jan 05 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.28-1
3c4e52
- Update to MySQL 8.0.28
3c4e52
3c4e52
* Sun Oct 31 2021 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.27-1
3c4e52
- Update to MySQL 8.0.27
3c4e52
3c4e52
* Tue Sep 21 2021 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.26-1
3c4e52
- Update to MySQL 8.0.26
3c4e52
3c4e52
* Tue Sep 21 2021 Michal Schorm <mschorm@redhat.com> - 8.0.25-1
3c4e52
- Update to MySQL 8.0.25
3c4e52
3c4e52
* Tue Sep 14 2021 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.24-1
3c4e52
- Update to MySQL 8.0.24
3c4e52
- Upstreamed patch: mysql-main-cast.patch
3c4e52
3c4e52
* Tue Sep 14 2021 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.23-1
3c4e52
- Update to MySQL 8.0.23
3c4e52
- Created mysql-fix-includes-robin-hood.patch
3c4e52
- Created mysql-main-cast.patch
3c4e52
4522a4
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.22-7
4522a4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
4522a4
  Related: rhbz#1991688
4522a4
4522a4
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.22-6
4522a4
- Rebuilt for RHEL 9 BETA for openssl 3.0
4522a4
  Related: rhbz#1971065
4522a4
4522a4
* Thu May 20 2021 Honza Horak <hhorak@redhat.com> - 8.0.22-5
4522a4
- Make MySQL compile with openssl 3.x without FIPS properly implemented
4522a4
  Resolves: #1952951
4522a4
4522a4
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.22-4
4522a4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
4522a4
4522a4
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.22-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4522a4
4522a4
* Tue Jan 12 14:21:47 CET 2021 Adrian Reber <adrian@lisas.de> - 8.0.22-2
4522a4
- Rebuilt for protobuf 3.14
4522a4
4522a4
* Wed Oct 21 2020 Lukas Javorsky <ljavorsk@redhat.com> - 8.0.22-1
4522a4
- Update to MySQL 8.0.22
4522a4
- community-mysql-certs-expired.patch patched by upstream
4522a4
- community-mysql-lto.patch patched by upstream
4522a4
4522a4
* Tue Oct 20 2020 Jeff Law <law@redhat> - 8.0.21-16
4522a4
- Fix another missing #include for gcc-11
4522a4
4522a4
* Tue Oct 06 2020 Jeff Law <law@redhat> - 8.0.21-15
4522a4
- Add missing #include for gcc-11
4522a4
4522a4
* Thu Oct 01 13:33:42 CEST 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 8.0.21-14
4522a4
- Rebuilt for libevent 2.1.12 (again)
4522a4
4522a4
* Wed Sep 23 2020 Adrian Reber <adrian@lisas.de> - 8.0.21-13
4522a4
- Rebuilt for protobuf 3.13
4522a4
4522a4
* Tue Sep 15 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-12
4522a4
- Rebuild due to libevent soname change
4522a4
4522a4
* Tue Aug 25 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-11
4522a4
- Start building the MeCab plugin
4522a4
4522a4
* Mon Aug 24 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-10
4522a4
- Fix the filelist. A number of shared libraries in the plugindir
4522a4
  are part of the testsuite and thus should reside in *-test subpackage
4522a4
  It will be best to keep the file list explicit to avoid this in the future
4522a4
4522a4
* Tue Aug 18 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-9
4522a4
- I encounter the ARM memory exaustion in the end
4522a4
  Looks like it is only issue on some machines
4522a4
4522a4
* Tue Aug 18 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-8
4522a4
- I haven't encounter the ARM memory exaustion on Fedora build infrastructure
4522a4
  Let's enable it and see how it will work
4522a4
4522a4
* Mon Aug 17 2020 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.21-7
4522a4
- Use upstream patch to enable LTO
4522a4
- Skip LTO on ARM due to out of memory issue
4522a4
4522a4
* Thu Aug 13 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-6
4522a4
- Do a proper out-of-source CMake builds
4522a4
- Force the CMake change regarding the in-source builds also to F31 and F32
4522a4
- Use CMake macros instead of cmake & make direct commands
4522a4
- %%cmake macro covers the %%{set_build_flags}, so they are not needed
4522a4
- Remove ancient obsoletes
4522a4
4522a4
* Wed Aug 12 2020 Honza Horak <hhorak@redhat.com> - 8.0.21-5
4522a4
- Check that we have correct versions in bundled(*) Provides
4522a4
- Remove re2 dependency that is not needed any more
4522a4
4522a4
* Thu Aug 06 2020 Jeff Law <law@redhat.com> - 8.0.21-4
4522a4
- Disable LTO
4522a4
4522a4
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.21-3
4522a4
- Second attempt - Rebuilt for
4522a4
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4522a4
4522a4
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.21-2
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4522a4
4522a4
* Fri Jul 17 2020 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.21-1
4522a4
- Update to MySQL 8.0.21
4522a4
4522a4
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 8.0.20-3
4522a4
- Rebuilt for protobuf 3.12
4522a4
4522a4
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 8.0.20-2
4522a4
- Rebuild for ICU 67
4522a4
4522a4
* Sun Apr 26 2020 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.20-1
4522a4
- Update to MySQL 8.0.20
4522a4
4522a4
* Wed Apr 01 2020 Jitka Plesnikova <jplesnik@redhat.com> - 8.0.19-3
4522a4
- Specify all perl dependencies
4522a4
4522a4
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.19-2
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4522a4
4522a4
* Thu Jan 02 2020 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.19-1
4522a4
- Update to MySQL 8.0.19
4522a4
4522a4
* Thu Dec 19 2019 Adrian Reber <adrian@lisas.de> - 8.0.18-6
4522a4
- Include patch to build against protobuf 3.11
4522a4
4522a4
* Thu Dec 19 2019 Orion Poplawski <orion@nwra.com> - 8.0.18-5
4522a4
- Rebuild for protobuf 3.11
4522a4
4522a4
* Fri Nov 15 2019 Michal Schorm <mschorm@redhat.com> - 8.0.18-4
4522a4
- Typo fixup
4522a4
4522a4
* Mon Nov 11 2019 Michal Schorm <mschorm@redhat.com> - 8.0.18-3
4522a4
- Let the devel package require the libzstd-devel
4522a4
4522a4
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 8.0.18-2
4522a4
- Rebuild for ICU 65
4522a4
4522a4
* Mon Oct 14 2019 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.18-1
4522a4
- Update to MySQL 8.0.18
4522a4
4522a4
* Mon Aug 19 2019 Michal Schorm <mschorm@redhat.com> - 8.0.17-2
4522a4
- Use RELRO hardening on all binaries
4522a4
4522a4
* Wed Jul 31 2019 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.17-1
4522a4
- Update to MySQL 8.0.17
4522a4
4522a4
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.16-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4522a4
4522a4
* Wed May 01 2019 Michal Schorm <mschorm@redhat.com> - 8.0.16-2
4522a4
- Remove SysVInit stuff, no longer needed
4522a4
- Clean up the SPECfile
4522a4
4522a4
* Fri Apr 26 2019 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.16-1
4522a4
- Update to MySQL 8.0.16
4522a4
- Rediff sharedir patch
4522a4
- Refresh skip list and use new, required format
4522a4
- Remove GCC9 patch now upstream
4522a4
- Upstream: my_safe_process renamed and moved into proper location
4522a4
- Use upstream option to skip router build
4522a4
- OpenSSL 1.1.1 and TLSv1.3 is now supported, enable tests
4522a4
- Update version of bundled Boost
4522a4
- Start requiring mysql-selinux package
4522a4
4522a4
* Mon Feb 11 2019 Michal Schorm <mschorm@redhat.com> - 8.0.15-1
4522a4
- Update to MySQL 8.0.15
4522a4
4522a4
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.14-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4522a4
4522a4
* Sun Jan 27 2019 Honza Horak <hhorak@redhat.com> - 8.0.14-2
4522a4
- Use RPATH for mysqld, so we can later set capabilities
4522a4
- Set capabilities for mysqld the correct way
4522a4
4522a4
* Mon Jan 21 2019 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.14-1
4522a4
- Update to MySQL 8.0.14
4522a4
- Remove fedora version condition that are no longer relevant
4522a4
- Update skipped tests list
4522a4
- CVEs fixed: #1666778
4522a4
  CVE-2019-2420 CVE-2019-2434 CVE-2019-2436 CVE-2019-2455 CVE-2019-2481
4522a4
  CVE-2019-2482 CVE-2019-2486 CVE-2019-2494 CVE-2019-2495 CVE-2019-2502
4522a4
  CVE-2019-2503 CVE-2019-2507 CVE-2019-2510 CVE-2019-2528 CVE-2019-2529
4522a4
  CVE-2019-2530 CVE-2019-2531 CVE-2019-2532 CVE-2019-2533 CVE-2019-2534
4522a4
  CVE-2019-2535 CVE-2019-2536 CVE-2019-2537 CVE-2019-2539
4522a4
4522a4
* Wed Jan 16 2019 Michal Schorm <mschorm@redhat.com> - 8.0.13-3
4522a4
- Tweak handling of the mysql-selinux requirement
4522a4
4522a4
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 8.0.13-2
4522a4
- Rebuilt for libcrypt.so.2 (#1666033)
4522a4
4522a4
* Tue Oct 23 2018 Michal Schorm <mschorm@redhat.com> - 8.0.13-1
4522a4
- Rebase to 8.0.13
4522a4
- ICU patch removed; upstreamed
4522a4
- Patch for MySQL Router introduced. Do not build it.
4522a4
- CVEs fixed:
4522a4
  CVE-2018-3276 CVE-2018-3200 CVE-2018-3137 CVE-2018-3284 CVE-2018-3195
4522a4
  CVE-2018-3173 CVE-2018-3212 CVE-2018-3279 CVE-2018-3162 CVE-2018-3247
4522a4
  CVE-2018-3156 CVE-2018-3161 CVE-2018-3278 CVE-2018-3174 CVE-2018-3282
4522a4
  CVE-2018-3285 CVE-2018-3187 CVE-2018-3277 CVE-2018-3144 CVE-2018-3145
4522a4
  CVE-2018-3170 CVE-2018-3186 CVE-2018-3182 CVE-2018-3133 CVE-2018-3143
4522a4
  CVE-2018-3283 CVE-2018-3171 CVE-2018-3251 CVE-2018-3286 CVE-2018-3185
4522a4
  CVE-2018-3280 CVE-2018-3203 CVE-2018-3155
4522a4
4522a4
* Thu Sep 06 2018 Michal Schorm <mschorm@redhat.com> - 8.0.12-2
4522a4
- Fix the SYS_NICE capabilities
4522a4
  Related: #1540946
4522a4
- Add requires for the semanage binary
4522a4
4522a4
* Wed Aug 01 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.12-1
4522a4
- Update to MySQL 8.0.12
4522a4
4522a4
* Tue Jul 17 2018 Honza Horak <hhorak@redhat.com> - 8.0.11-5
4522a4
- Move log file to a directory owned by mysql user
4522a4
  Resolves: #1590369
4522a4
- Use explicitly openssl-devel as dependency for -devel sub-package
4522a4
4522a4
* Thu Jul 12 2018 Honza Horak <hhorak@redhat.com> - 8.0.11-4
4522a4
- Move mysqld back to /usr/libexec, and create a symlink in /usr/sbin
4522a4
4522a4
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.11-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4522a4
4522a4
* Mon May 14 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.11-2
4522a4
- MySQL 8.0 has notify support
4522a4
- SQL restart command needs MYSQLD_PARENT_PID=1
4522a4
- Increase LimitNOFILE
4522a4
- Disable symbolic links is default (and option deprecated)
4522a4
- Move mysqld to /usr/bin, with mysqld_safe gone there no reason
4522a4
  to have mysqld in libexec
4522a4
- FIPS mode is now supported:
4522a4
   https://dev.mysql.com/doc/refman/8.0/en/fips-mode.html
4522a4
- Remove legacy embedded refs from cnf files
4522a4
- Clean up patches: re-numbering and removing
4522a4
- Recommend to use systemctl edit to modify service files
4522a4
4522a4
* Fri Apr 20 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.11-1
4522a4
- Update to MySQL 8.0.11 (GA).
4522a4
4522a4
* Thu Apr 19 2018 Michal Schorm <mschorm@redhat.com> - 5.7.22-1
4522a4
- Rebase to 5.7.22 version
4522a4
- CVE fixes: #1568963
4522a4
            CVE-2018-2755 CVE-2018-2758 CVE-2018-2759 CVE-2018-2761 CVE-2018-2762
4522a4
            CVE-2018-2766 CVE-2018-2769 CVE-2018-2771 CVE-2018-2773 CVE-2018-2775
4522a4
            CVE-2018-2776 CVE-2018-2777 CVE-2018-2778 CVE-2018-2779 CVE-2018-2780
4522a4
            CVE-2018-2781 CVE-2018-2782 CVE-2018-2784 CVE-2018-2786 CVE-2018-2787
4522a4
            CVE-2018-2810 CVE-2018-2812 CVE-2018-2813 CVE-2018-2816 CVE-2018-2817
4522a4
            CVE-2018-2818 CVE-2018-2819 CVE-2018-2839 CVE-2018-2846
4522a4
4522a4
* Tue Feb 27 2018 Michal Schorm <mschorm@redhat.com> - 5.7.21-6
4522a4
- Rebuilt after Rawhide & f28 & f27 & f26 merge
4522a4
4522a4
* Sun Feb 25 2018 Michal Schorm <mschorm@redhat.com> - 5.7.21-5
4522a4
- Rebuilt for ldconfig_post and ldconfig_postun bug
4522a4
  Related: #1548331
4522a4
4522a4
* Mon Feb 19 2018 Michal Schorm <mschorm@redhat.com> - 5.7.21-3
4522a4
- Move my_print_defaults binary to the server package to resolve conflict with mariadb
4522a4
4522a4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.21-2
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4522a4
- Removed 'static' library subpackage
4522a4
4522a4
* Sun Jan 21 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.21-1
4522a4
- Update to MySQL 5.7.21, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-21.html
4522a4
- Add rpcgen to buildrep
4522a4
- Add support for libtirpc
4522a4
- Fix for various CVEs listed on
4522a4
  http://www.oracle.com/technetwork/security-advisory/cpujan2018-3236628.html
4522a4
- Add fix for libxcrypt - do not assume "crypt()" function is provided by glibc
4522a4
  Resolves: #1536881
4522a4
- Fix obsoletes using isa macro, remove the line entirely
4522a4
  Resolves: #1537210
4522a4
4522a4
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 5.7.20-5
4522a4
- Rebuilt for switch to libxcrypt
4522a4
4522a4
* Tue Jan 02 2018 Michal Schorm <mschorm@redhat.com> - 5.7.20-4
4522a4
- Provide subackage with a client static library
4522a4
  Needed by mysql-connector-odbc package
4522a4
- Remove Group tag as it shouldn't be used anymore
4522a4
4522a4
* Sat Dec 09 2017 Honza Horak <hhorak@redhat.com> - 5.7.20-3
4522a4
- Port for OpenSSL 1.1
4522a4
  Fix tests that expect some particular ciphers
4522a4
4522a4
* Tue Nov 28 2017 Michal Schorm <mschorm@redhat.com> - 5.7.20-2
4522a4
- In F>27 stick to upstream library version naming
4522a4
4522a4
* Wed Oct 25 2017 Michal Schorm <mschorm@redhat.com> - 5.7.20-1
4522a4
- Fix owner and perms on log file in post script
4522a4
  Related: #1497694
4522a4
4522a4
* Mon Oct 16 2017 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.20-1
4522a4
- Update to MySQL 5.7.20, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-20.html
4522a4
- Move all test binaries to -test package
4522a4
- Dont ship unneeded man pages on systemd platforms
4522a4
- Remove mysql_config_editor from -devel package, shipped in client
4522a4
- CVE fixes: #1503701
4522a4
            CVE-2017-10155 CVE-2017-10227 CVE-2017-10268 CVE-2017-10276 CVE-2017-10279
4522a4
            CVE-2017-10283 CVE-2017-10286 CVE-2017-10294 CVE-2017-10314 CVE-2017-10378
4522a4
            CVE-2017-10379 CVE-2017-10384
4522a4
4522a4
* Mon Aug 28 2017 Honza Horak <hhorak@redhat.com> - 5.7.19-6
4522a4
- Add bundled(boost) virtual provide
4522a4
- Support --defaults-group-suffix option in systemd unit file
4522a4
  Related: #1400702
4522a4
4522a4
* Fri Aug 04 2017 Honza Horak <hhorak@redhat.com> - 5.7.19-5
4522a4
- Allow to use MD5 in FIPS mode
4522a4
  Related: #1449689
4522a4
- Remove snippets from mysql-preparep-db-dir.sh that could have security impact
4522a4
  Do not run parts of SysV init script as root if possible
4522a4
  Related: CVE-2017-3312
4522a4
- Include mysqld@.service file and do not run start scripts in the unit file as root
4522a4
4522a4
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.19-4
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4522a4
4522a4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.19-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4522a4
4522a4
* Tue Jul 25 2017 Michal Schorm <mschorm@redhat.com> - 5.7.19-2
4522a4
- Replication tests in the testsuite enabled, they don't fail anymore
4522a4
- Retry count in the testsuite dropped to 0
4522a4
4522a4
* Wed Jul 12 2017 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.19-1
4522a4
- Update to MySQL 5.7.19, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html
4522a4
- Use new --report-unstable-tests to handle unstable tests
4522a4
- Prefer /run over /var/run (#1462688)
4522a4
- Resolves: #1462688; /run
4522a4
            #1406172; random failures of the testsuite
4522a4
            #1417880, #1417883, #1417885, #1417887,  #1417890, #1417891, #1417893,
4522a4
            #1417894, #1417896; replication tests
4522a4
- CVE fixes: #1472716
4522a4
            CVE-2017-3633, CVE-2017-3634, CVE-2017-3635, CVE-2017-3641, CVE-2017-3647
4522a4
            CVE-2017-3648, CVE-2017-3649, CVE-2017-3651, CVE-2017-3652, CVE-2017-3653
4522a4
4522a4
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.7.18-4
4522a4
- Rebuild due to bug in RPM (RHBZ #1468476)
4522a4
4522a4
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.7.18-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
4522a4
4522a4
* Wed Apr 19 2017 Michal Schorm <mschorm@redhat.com> - 5.7.18-2
4522a4
- 'force' option for 'rm' removed in specfile
4522a4
- CVEs fixed by previous commit, #1443407:
4522a4
  CVE-2017-3308 CVE-2017-3309 CVE-2017-3329 CVE-2017-3450
4522a4
  CVE-2017-3453 CVE-2017-3456 CVE-2017-3461 CVE-2017-3462
4522a4
  CVE-2017-3463 CVE-2017-3464 CVE-2017-3599 CVE-2017-3600
4522a4
4522a4
* Mon Apr 03 2017 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.18-1
4522a4
- Update to MySQL 5.7.18, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-18.html
4522a4
- Remove patch for test fix now upstream
4522a4
- Sample my-*.cnf is gone
4522a4
4522a4
* Wed Feb 15 2017 Michal Schorm <mschorm@redhat.com> - 5.7.17-4
4522a4
- Fix of broken cross mysql-mariadb dependecies
4522a4
- Fix of community-mysql server-client dependecy
4522a4
- Testsuite retry count lifted to 3 tries
4522a4
4522a4
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.17-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4522a4
4522a4
* Wed Jan 04 2017 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.17-2
4522a4
- Fix test that used a hardcoded date (2017-01-01)
4522a4
4522a4
* Mon Dec 12 2016 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.17-1
4522a4
- Update to MySQL 5.7.17, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html
4522a4
- Add new plugin: connnection_control.so
4522a4
- Add MySQL Group Replication: group_replication.so
4522a4
- Add numactl-devel to buildreq and enable NUMA support (if available)
4522a4
- Simplify boost path
4522a4
- Build compat-openssl10 in rawhide for now
4522a4
- Reqs. in -devel packages was incomplete
4522a4
4522a4
* Tue Oct 18 2016 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.16-1
4522a4
- Update to MySQL 5.7.16, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-16.html
4522a4
4522a4
* Tue Sep 06 2016 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.15-1
4522a4
- Update to MySQL 5.7.15, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-15.html
4522a4
- Remove patches now upstream (buf_block_align,  lz4)
4522a4
- perl(JSON) needed for tests
4522a4
- Adjust list of problematic tests
4522a4
4522a4
* Wed Aug 10 2016 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.14-2
4522a4
- Skip rpl tests, unstable in Fedora build environment
4522a4
4522a4
* Tue Aug 09 2016 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.14-1
4522a4
- Update to MySQL 5.7.14, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-14.html
4522a4
- Remove patches for bugs fixed upstream
4522a4
- Fix for bug #79378 (buf_block_align)
4522a4
- Fix for bug #82426 (build failure with system liblz4)
4522a4
- Further reduce list of tests known to fail on certain platforms
4522a4
- Set check_testsuite to 0 to make sure the build fails if any tests fail
4522a4
4522a4
* Wed Jul 13 2016 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.13-1
4522a4
- Update to MySQL 5.7.13, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-13.html
4522a4
4522a4
* Mon Jun 27 2016 Pavel Raiskup <praiskup@redhat.com> - 5.7.12-2
4522a4
- BR multilib-rpm-config and use it for multilib workarounds
4522a4
4522a4
* Tue May 24 2016 Jakub Dorňák <jdornak@redhat.com> - 5.7.12-1
4522a4
- Update to 5.7.12
4522a4
  Thanks to Norvald H. Ryeng
4522a4
4522a4
* Sun Feb 14 2016 Honza Horak <hhorak@redhat.com> - 5.7.11-2
4522a4
- Remove duplicate tmpfiles.d file
4522a4
  Resolves: #1288216
4522a4
4522a4
* Thu Feb 11 2016 Honza Horak <hhorak@redhat.com> - 5.7.11-1
4522a4
- Update to 5.7.11
4522a4
  Thanks to Norvald H. Ryeng
4522a4
  Removing tar ball with boost and using mysql tar ball with boost bundled
4522a4
4522a4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.10-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4522a4
4522a4
* Wed Jan 27 2016 Honza Horak <hhorak@redhat.com> - 5.7.10-2
4522a4
- Use mysqld instead of mysqld_safe (mysqld_safe not necessary for 5.7)
4522a4
  Use mysqld --initialize-insecure instead of mysql_install_db
4522a4
  Create /var/lib/mysql-files (used by secure-file-priv)
4522a4
    http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_secure_file_priv
4522a4
  Remove unnecessary Perl dependencies (mysqlhotcopy was removed in 5.7)
4522a4
  Thanks Norvald H. Ryeng
4522a4
4522a4
* Wed Dec 16 2015 Jakub Dorňák <jdornak@redhat.com> - 5.7.10-1
4522a4
- Update to 5.7.10
4522a4
4522a4
* Fri Oct  2 2015 Jakub Dorňák <jdornak@redhat.com> - 5.7.9-1
4522a4
- Update to 5.7.9
4522a4
4522a4
* Thu Oct  1 2015 Jakub Dorňák <jdornak@redhat.com> - 5.6.27-1
4522a4
- Update to 5.6.27
4522a4
4522a4
* Thu Jul 30 2015 Jakub Dorňák <jdornak@redhat.com> - 5.6.26-1
4522a4
- Update to 5.6.26
4522a4
4522a4
* Tue Jul 21 2015 Jakub Dorňák <jdornak@redhat.com> - 5.6.25-1
4522a4
- Update to 5.6.25
4522a4
4522a4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.24-4
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4522a4
4522a4
* Thu Apr 23 2015 Bjorn Munch <bjorn.munch@oracle.com> - 5.6.24-3
4522a4
- gcc5 makes gcc49-aarch64 patch obsolete (and wrong)
4522a4
4522a4
* Fri Apr 10 2015 Honza Horak <hhorak@redhat.com> - 5.6.24-2
4522a4
- Fix for big integers on gcc5
4522a4
4522a4
* Thu Apr 09 2015 Honza Horak <hhorak@redhat.com> - 5.6.24-1
4522a4
- Update to 5.6.24
4522a4
4522a4
* Tue Mar 03 2015 Honza Horak <hhorak@redhat.com> - 5.6.23-4
4522a4
- Do not use scl prefix more than once in paths
4522a4
  Based on https://www.redhat.com/archives/sclorg/2015-February/msg00038.html
4522a4
- Check permissions when starting service on RHEL-6
4522a4
  Resolves: #1194699
4522a4
- Wait for daemon ends
4522a4
  Related: #1072958
4522a4
4522a4
* Mon Feb 23 2015 Honza Horak <hhorak@redhat.com> - 5.6.23-3
4522a4
- Expand paths in perl scripts in mysql-test
4522a4
- Use correct path in install_db script warning
4522a4
- Use --no-defaults when checking server status before starting
4522a4
4522a4
* Thu Jan 29 2015 Bjorn Munch <bjorn.munch@oracle.com> - 5.6.23-1
4522a4
- Update to MySQL 5.6.23, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-23.html
4522a4
- Expired certs patch now obsolete
4522a4
- Fixed changelog
4522a4
- Refreshed file contents patch
4522a4
- Man pages fixed upstream
4522a4
- Fix typo in server.cnf.in
4522a4
4522a4
* Mon Jan 26 2015 Honza Horak <hhorak@redhat.com> - 5.6.22-6
4522a4
- Do not own /var/log
4522a4
4522a4
* Sun Jan 25 2015 Honza Horak <hhorak@redhat.com> - 5.6.22-5
4522a4
- Use correct dir for config files
4522a4
4522a4
* Sat Jan 24 2015 Honza Horak <hhorak@redhat.com> - 5.6.22-4
4522a4
- Move server settings to renamed config file under my.cnf.d dir
4522a4
4522a4
* Sat Jan 24 2015 Honza Horak <hhorak@redhat.com> - 5.6.22-3
4522a4
- Fix path for sysconfig file
4522a4
  Filter provides in el6 properly
4522a4
  Fix initscript file location
4522a4
4522a4
* Mon Jan 12 2015 Honza Horak <hhorak@redhat.com> - 5.6.22-2
4522a4
- Add configuration file for server
4522a4
4522a4
* Wed Dec  3 2014 Jakub Dorňák <jdornak@redhat.com> - 5.6.22-1
4522a4
- Update to MySQL 5.6.22
4522a4
4522a4
* Wed Oct 08 2014 Bjorn Munch <bjorn.munch@oracle.com> - 5.6.21-5
4522a4
- Fix rhbz #1149986
4522a4
4522a4
* Wed Oct 01 2014 Honza Horak <hhorak@redhat.com> - 5.6.21-4
4522a4
- Add bcond_without mysql_names
4522a4
4522a4
* Mon Sep 29 2014 Honza Horak <hhorak@redhat.com> - 5.6.21-3
4522a4
- Check upgrade script added to warn about need for mysql_upgrade
4522a4
- Move mysql_plugin into base and errmsg-utf8.txt into -errmsg to correspond
4522a4
  with MariaDB upstream packages
4522a4
- Add with_debug option
4522a4
4522a4
* Thu Sep 25 2014 Bjorn Munch <bjorn.munch@oracle.com> - 5.6.21-2
4522a4
- Using %%cmake macro break some tests, reverted
4522a4
- Unwanted dtrace dep fixed upstream
4522a4
4522a4
* Wed Sep 24 2014 Honza Horak <hhorak@redhat.com> - 5.6.20-1
4522a4
- Update to MySQL 5.6.21, for various fixes described at
4522a4
  http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-21.html
4522a4
4522a4
* Thu Sep 04 2014 Honza Horak <hhorak@redhat.com> - 5.6.20-5
4522a4
- Fix paths in mysql_install_db script
4522a4
  Related: #1134328
4522a4
- Use %%cmake macro
4522a4
- Install systemd service file on RHEL-7+
4522a4
  Server requires any mysql package, so it should be fine with older client
4522a4
4522a4
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.20-4
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4522a4
4522a4
* Tue Aug 12 2014 Honza Horak <hhorak@redhat.com> - 5.6.20-3
4522a4
- Introduce -config subpackage and ship base config files here
4522a4
4522a4
* Tue Aug 05 2014 Honza Horak <hhorak@redhat.com> - 5.6.20-2
4522a4
- Adopt changes from mariadb to sync spec files
4522a4
4522a4
* Thu Jul 31 2014 Bjorn Munch <bjorn.munch@oracle.com> - 5.6.20-1
4522a4
- Update to MySQL 5.6.20, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-20.html
4522a4
- Rebase install and pluginerrmsg patch
4522a4
- Drop dos2unix from buildreq, files fixed upstream
4522a4
- No need to add -O3, it's default
4522a4
- LDFLAGS is passed by cmake option, not from environment
4522a4
- Using __requires_exclude in conditional don't seems to work, swap
4522a4
  to dist macros
4522a4
- Avoid unwanted dtrace dep
4522a4
- Fix mysql.init and mysql-prepare-db-dir
4522a4
- Logfile name must match value from /etc/my.cnf (and be known
4522a4
  by SELinux policy)
4522a4
4522a4
* Tue Jul 22 2014 Honza Horak <hhorak@redhat.com> - 5.6.19-5
4522a4
- Hardcoded paths removed to work fine in chroot
4522a4
- Spec rewrite to be more similar to oterh MySQL implementations
4522a4
- Include SysV init script if built on older system
4522a4
- Add possibility to not ship some sub-packages
4522a4
- Port scripts for systemd unit from MariaDB
4522a4
4522a4
* Mon Jul 21 2014 Honza Horak <hhorak@redhat.com> - 5.6.19-4
4522a4
- Port some latest changes from MariaDB package to sync those packages
4522a4
- Error messages now provided by a separate package (thanks Alexander Barkov)
4522a4
4522a4
* Fri Jun 27 2014 Honza Horak <hhorak@redhat.com> - 5.6.19-3
4522a4
- Add mysql-compat-server symbol, common symbol for arbitrary MySQL
4522a4
  implementation
4522a4
- Require /etc/my.cnf instead of shipping it
4522a4
- Server requires any compatible mysql-compat-client package
4522a4
4522a4
* Thu Jun 12 2014 Bjorn Munch <bjorn.munch@oracle.com> - 5.6.19-2
4522a4
- Fix build on aarch64
4522a4
- Rebase cipherspec patch
4522a4
4522a4
* Wed Jun 11 2014 Bjorn Munch <bjorn.munch@oracle.com> - 5.6.19-1
4522a4
- Update to MySQL 5.6.19, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-19.html
4522a4
- outfile_loaddata resolved on all archs
4522a4
- Solaris files not installed, no need to remove
4522a4
- Simplify multilib install
4522a4
- Use install's -D option some places
4522a4
- Add explicit conflict with mariadb-galera-server
4522a4
4522a4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.17-3
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4522a4
4522a4
* Fri Apr 18 2014 Bjorn Munch <bjorn.munch@oracle.com> 5.6.17-2
4522a4
- Fix multiple mtr sessions
4522a4
4522a4
* Fri Apr 04 2014 Bjorn Munch <bjorn.munch@oracle.com> 5.6.17-1
4522a4
- Update to MySQL 5.6.17, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-17.html
4522a4
- libmysqld built as shared lib now supported upstream
4522a4
- Remove patches now upstream: truncate-file, rhbz1059545, ssltest
4522a4
  and regex-werror
4522a4
- Use more standard (and tested) build flags, while still respect
4522a4
  optflags and hardened_build
4522a4
- libmysqlclient_r* symlinks are fixed upstream
4522a4
- Remove sysv to systemd logic
4522a4
- Rework skipping of arch specific tests
4522a4
- Multiple mtr sessions are supported by default
4522a4
4522a4
* Mon Feb  3 2014 Honza Horak <hhorak@redhat.com> 5.6.16-2
4522a4
- Rebuild -man-pages.patch to apply smoothly
4522a4
4522a4
* Fri Jan 31 2014 Bjorn Munch <bjorn.munch@oracle.com> 5.6.16-1
4522a4
- Update to MySQL 5.6.16, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-16.html
4522a4
- Patches now upstream: tmpdir, cve-2013-1861, covscan-signexpr,
4522a4
  covscan-stroverflow
4522a4
- Fixed upstream: innodbwarn
4522a4
- ldconfig needed in embedded subpackage
4522a4
- Remove unused generate-tarball.sh from tree
4522a4
- Rediff mysql-install patch
4522a4
- Make symvers 18 default, provide symvers 16 for backward compat
4522a4
  (bz #1045013)
4522a4
- Man page patch disabled due too many conflicts
4522a4
- Memcached build patched to not remove -Werror=<something> in CFLAGS
4522a4
4522a4
* Thu Jan 30 2014 Honza Horak <hhorak@redhat.com> 5.6.15-4
4522a4
  Fix for CVE-2014-0001
4522a4
  Resolves: #1059545
4522a4
- Don't test EDH-RSA-DES-CBC-SHA cipher, it seems to be removed from openssl
4522a4
  which now makes mariadb/mysql FTBFS because openssl_1 test fails
4522a4
  Related: #1044565
4522a4
4522a4
* Fri Jan 24 2014 Honza Horak <hhorak@redhat.com> 5.6.15-3
4522a4
- Disable tests for ppc(64) and s390(x):
4522a4
  innodb.innodb_ctype_ldml main.ctype_ldml main.ps_ddl main.ps_ddl1
4522a4
  Related: #1056972
4522a4
4522a4
* Mon Dec 16 2013 Honza Horak <hhorak@redhat.com> 5.6.15-2
4522a4
- Some spec file clean-up based on Bjorn Munch's suggestions
4522a4
- Enable InnoDB Memcached plugin
4522a4
4522a4
* Mon Dec  9 2013 Honza Horak <hhorak@redhat.com> 5.6.15-1
4522a4
- Update to MySQL 5.6.15, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-15.html
4522a4
4522a4
* Fri Oct 11 2013 Honza Horak <hhorak@redhat.com> 5.6.14-2
4522a4
- Fix my.cnf to not conflict with mariadb
4522a4
  Resolves: #1003115
4522a4
4522a4
* Wed Oct  9 2013 Honza Horak <hhorak@redhat.com> 5.6.14-1
4522a4
- Update to MySQL 5.6.14, for various fixes described at
4522a4
  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-14.html
4522a4
- Incorporate changes done by Bjorn Munch <bjorn.munch@oracle.com>
4522a4
4522a4
* Mon Sep  2 2013 Honza Horak <hhorak@redhat.com> 5.5.33-2
4522a4
- Enhanced my.cnf to be the same as in mariadb
4522a4
  Resolves: #1003115
4522a4
4522a4
* Tue Aug 20 2013 Honza Horak <hhorak@redhat.com> 5.5.33-1
4522a4
- Update to MySQL 5.5.33, for various fixes described at
4522a4
  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-33.html
4522a4
4522a4
* Tue Aug 20 2013 Honza Horak <hhorak@redhat.com> 5.5.32-12
4522a4
- Fix multilib header location for arm
4522a4
4522a4
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 5.5.32-11
4522a4
- Perl 5.18 rebuild
4522a4
4522a4
* Fri Jul 26 2013 Honza Horak <hhorak@redhat.com> 5.5.32-10
4522a4
- Copy some generated files in order find-debuginfo.sh finds them
4522a4
  Related: #729040
4522a4
- Fix systemd and perl requirements
4522a4
4522a4
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.5.32-9
4522a4
- Perl 5.18 rebuild
4522a4
4522a4
* Mon Jul 15 2013 Honza Horak <hhorak@redhat.com> 5.5.32-8
4522a4
- Revert path change to ldconfig, UsrMove is not complete yet
4522a4
4522a4
* Wed Jul 10 2013 Honza Horak <hhorak@redhat.com> 5.5.32-7
4522a4
- Arm support for multilib hacks
4522a4
4522a4
* Tue Jul  9 2013 Honza Horak <hhorak@redhat.com> 5.5.32-6
4522a4
- Use proper path to ldconfig
4522a4
- Use xz instead of gzip
4522a4
  Resolves: #982387
4522a4
4522a4
* Mon Jul  1 2013 Honza Horak <hhorak@redhat.com> 5.5.32-5
4522a4
- Fix misleading error message when uninstalling built-in plugins
4522a4
  Related: #966645
4522a4
4522a4
* Thu Jun 27 2013 Honza Horak <hhorak@redhat.com> 5.5.32-4
4522a4
- Remove external man pages, upstream fixed man pages license
4522a4
- Apply fixes found by Coverity static analysis tool
4522a4
4522a4
* Fri Jun 14 2013 Honza Horak <hhorak@redhat.com> 5.5.32-3
4522a4
- Use man pages from 5.5.30, because their license do not
4522a4
  allow us to ship them since 5.5.31
4522a4
4522a4
* Fri Jun  7 2013 Honza Horak <hhorak@redhat.com> 5.5.32-1
4522a4
- Update to MySQL 5.5.32, for various fixes described at
4522a4
  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-32.html
4522a4
4522a4
* Mon Jun  3 2013 Honza Horak <hhorak@redhat.com> 5.5.31-7
4522a4
- Use /var/tmp as default tmpdir to prevent potential issues
4522a4
  Resolves: #905635
4522a4
- Fix test suite requirements
4522a4
- Fix for CVE-2013-1861 backported from MariaDB
4522a4
  Resolves: #921836
4522a4
4522a4
* Wed May 29 2013 Jan Stanek <jstanek@redhat.com> 5.5.31-6
4522a4
- Added missing command-line options to man-pages (#948930)
4522a4
4522a4
* Tue Apr 30 2013 Honza Horak <hhorak@redhat.com> 5.5.31-5
4522a4
- Remove mysql provides from devel sub-packages to not build against
4522a4
  community-mysql if mysql-devel is specified
4522a4
4522a4
* Fri Apr 26 2013 Honza Horak <hhorak@redhat.com> 5.5.31-4
4522a4
- Fix building with relro and PIE
4522a4
4522a4
* Thu Apr 25 2013 Honza Horak <hhorak@redhat.com> 5.5.31-3
4522a4
- Fix paths in -plugin-test patch
4522a4
4522a4
* Mon Apr 22 2013 Honza Horak <hhorak@redhat.com> 5.5.31-2
4522a4
- Build with _hardened_build
4522a4
- Fix some paths and require perl(Env), which is needed by tests
4522a4
4522a4
* Fri Apr 19 2013 Honza Horak <hhorak@redhat.com> 5.5.31-1
4522a4
- Update to MySQL 5.5.31, for various fixes described at
4522a4
  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-31.html
4522a4
4522a4
* Wed Mar 20 2013 Honza Horak <hhorak@redhat.com> 5.5.30-5
4522a4
- Renaming package MySQL to community-mysql to handle issues
4522a4
  introduced by case-insensitive operations of yum and for proper
4522a4
  prioritizing mariadb over community-mysql
4522a4
4522a4
* Tue Mar 12 2013 Honza Horak <hhorak@redhat.com> 5.5.30-4
4522a4
- Allow server to be installed without client side
4522a4
- Separate -lib and -common sub-packages
4522a4
- Fix some path issues in tests
4522a4
4522a4
* Mon Mar 11 2013 Honza Horak <hhorak@redhat.com> 5.5.30-3
4522a4
- Adjusting major soname number of libmysqlclient to avoid
4522a4
  library name conflicts with mariadb
4522a4
4522a4
* Tue Feb 12 2013 Honza Horak <hhorak@redhat.com> 5.5.30-1
4522a4
- Update to MySQL 5.5.30, for various fixes described at
4522a4
  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-30.html
4522a4
4522a4
* Tue Feb 12 2013 Honza Horak <hhorak@redhat.com> 5.5.29-3
4522a4
- Use real- prefix for cross-package requirements
4522a4
4522a4
* Mon Feb 11 2013 Honza Horak <hhorak@redhat.com> 5.5.29-2
4522a4
- Provide own symbols with real- prefix to distinguish packages from other
4522a4
  MySQL implementations unambiguously
4522a4
4522a4
* Wed Jan  2 2013 Tom Lane <tgl@redhat.com> 5.5.29-1
4522a4
- Update to MySQL 5.5.29, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-29.html
4522a4
- Fix inaccurate default for socket location in mysqld-wait-ready
4522a4
Resolves: #890535
4522a4
4522a4
* Thu Dec  6 2012 Honza Horak <hhorak@redhat.com> 5.5.28-3
4522a4
- Rebase patches to not leave backup files when not applied smoothly
4522a4
- Use --no-backup-if-mismatch to prevent including backup files
4522a4
4522a4
* Wed Dec  5 2012 Tom Lane <tgl@redhat.com> 5.5.28-2
4522a4
- Add patch for CVE-2012-5611
4522a4
Resolves: #883642
4522a4
- Widen DH key length from 512 to 1024 bits to meet minimum requirements
4522a4
  of FIPS 140-2
4522a4
Related: #877124
4522a4
4522a4
* Sat Sep 29 2012 Tom Lane <tgl@redhat.com> 5.5.28-1
4522a4
- Update to MySQL 5.5.28, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-28.html
4522a4
- Clean up partially-created database files when mysql_install_db fails
4522a4
Related: #835131
4522a4
- Honor user and group settings from service file in mysqld-prepare-db-dir
4522a4
Resolves: #840431
4522a4
- Export THR_KEY_mysys as a workaround for inadequate threading support
4522a4
Resolves: #846602
4522a4
- Adopt new systemd macros for server package install/uninstall triggers
4522a4
Resolves: #850222
4522a4
- Use --no-defaults when invoking mysqladmin to wait for the server to start
4522a4
Related: #855704
4522a4
4522a4
* Sun Aug  5 2012 Tom Lane <tgl@redhat.com> 5.5.27-1
4522a4
- Update to MySQL 5.5.27, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-27.html
4522a4
4522a4
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.25a-2
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4522a4
4522a4
* Fri Jul  6 2012 Tom Lane <tgl@redhat.com> 5.5.25a-1
4522a4
- Update to MySQL 5.5.25a, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-25a.html
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-25.html
4522a4
- Don't use systemd's Restart feature; rely on mysqld_safe instead
4522a4
Resolves: #832029
4522a4
4522a4
* Mon Jun 11 2012 Tom Lane <tgl@redhat.com> 5.5.24-1
4522a4
- Update to MySQL 5.5.24, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html
4522a4
  including the fix for CVE-2012-2122
4522a4
Resolves: #830680
4522a4
- Tweak logrotate script to put the right permissions on mysqld.log
4522a4
- Minor specfile fixes for recent packaging guidelines changes
4522a4
4522a4
* Sat Apr 28 2012 Tom Lane <tgl@redhat.com> 5.5.23-1
4522a4
- Update to MySQL 5.5.23, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-23.html
4522a4
4522a4
* Sat Mar 24 2012 Tom Lane <tgl@redhat.com> 5.5.22-1
4522a4
- Update to MySQL 5.5.22, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-22.html
4522a4
- Turn on PrivateTmp in service file
4522a4
Resolves: #782513
4522a4
- Comment out the contents of /etc/logrotate.d/mysqld, so that manual
4522a4
  action is needed to enable log rotation.  Given the multiple ways in
4522a4
  which the rotation script can fail, it seems imprudent to try to make
4522a4
  it run by default.
4522a4
Resolves: #799735
4522a4
4522a4
* Tue Mar 20 2012 Honza Horak <hhorak@redhat.com> 5.5.21-3
4522a4
- Revise mysql_plugin test patch so it moves plugin files to
4522a4
  a temporary directory (better solution to #789530)
4522a4
4522a4
* Tue Mar 13 2012 Honza Horak <hhorak@redhat.com> 5.5.21-2
4522a4
- Fix ssl-related tests to specify expected cipher explicitly
4522a4
Related: #789600
4522a4
- Fix several strcpy calls to check destination size
4522a4
4522a4
* Mon Feb 27 2012 Tom Lane <tgl@redhat.com> 5.5.21-1
4522a4
- Update to MySQL 5.5.21, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-21.html
4522a4
- Hack openssl regression test to still work with rawhide's openssl
4522a4
- Fix assorted failures in post-install regression tests (mysql-test RPM)
4522a4
Resolves: #789530
4522a4
4522a4
* Fri Feb 10 2012 Tom Lane <tgl@redhat.com> 5.5.20-2
4522a4
- Revise our test-disabling method to make it possible to disable tests on a
4522a4
  platform-specific basis, and also to get rid of mysql-disable-test.patch,
4522a4
  which broke in just about every upstream update (Honza Horak)
4522a4
- Disable cycle-counter-dependent regression tests on ARM, since there is
4522a4
  not currently any support for that in Fedora ARM kernels
4522a4
Resolves: #773116
4522a4
- Add some comments to mysqld.service documenting how to customize it
4522a4
Resolves: #785243
4522a4
4522a4
* Fri Jan 27 2012 Tom Lane <tgl@redhat.com> 5.5.20-1
4522a4
- Update to MySQL 5.5.20, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-20.html
4522a4
  as well as security fixes described at
4522a4
  http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
4522a4
Resolves: #783828
4522a4
- Re-include the mysqld logrotate script, now that it's not so bogus
4522a4
Resolves: #547007
4522a4
4522a4
* Wed Jan  4 2012 Tom Lane <tgl@redhat.com> 5.5.19-1
4522a4
- Update to MySQL 5.5.19, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-19.html
4522a4
4522a4
* Sun Nov 20 2011 Tom Lane <tgl@redhat.com> 5.5.18-1
4522a4
- Update to MySQL 5.5.18, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-18.html
4522a4
4522a4
* Sat Nov 12 2011 Tom Lane <tgl@redhat.com> 5.5.17-1
4522a4
- Update to MySQL 5.5.17, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-17.html
4522a4
- Get rid of version-number assumption in sysv-to-systemd conversion trigger
4522a4
4522a4
* Wed Nov 02 2011 Honza Horak <hhorak@redhat.com> 5.5.16-4
4522a4
- Don't assume all ethernet devices are named ethX
4522a4
Resolves: #682365
4522a4
- Exclude user definition from my.cnf, user is defined in mysqld.service now
4522a4
Resolves: #661265
4522a4
4522a4
* Sun Oct 16 2011 Tom Lane <tgl@redhat.com> 5.5.16-3
4522a4
- Fix unportable usage associated with va_list arguments
4522a4
Resolves: #744707
4522a4
4522a4
* Sun Oct 16 2011 Tom Lane <tgl@redhat.com> 5.5.16-2
4522a4
- Update to MySQL 5.5.16, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-16.html
4522a4
4522a4
* Fri Jul 29 2011 Tom Lane <tgl@redhat.com> 5.5.15-2
4522a4
- Update to MySQL 5.5.15, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-15.html
4522a4
4522a4
* Wed Jul 27 2011 Tom Lane <tgl@redhat.com> 5.5.14-3
4522a4
- Convert to systemd startup support (no socket activation, for now anyway)
4522a4
Related: #714426
4522a4
4522a4
* Tue Jul 12 2011 Tom Lane <tgl@redhat.com> 5.5.14-2
4522a4
- Remove make_scrambled_password and make_scrambled_password_323 from mysql.h,
4522a4
  since we're not allowing clients to call those functions anyway
4522a4
Related: #690346
4522a4
4522a4
* Mon Jul 11 2011 Tom Lane <tgl@redhat.com> 5.5.14-1
4522a4
- Update to MySQL 5.5.14, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-14.html
4522a4
4522a4
* Wed Jul  6 2011 Tom Lane <tgl@redhat.com> 5.5.13-2
4522a4
- Remove erroneously-included Default-Start line from LSB init block
4522a4
Resolves: #717024
4522a4
4522a4
* Thu Jun  2 2011 Tom Lane <tgl@redhat.com> 5.5.13-1
4522a4
- Update to MySQL 5.5.13, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-13.html
4522a4
4522a4
* Tue May 10 2011 Tom Lane <tgl@redhat.com> 5.5.12-1
4522a4
- Update to MySQL 5.5.12, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-12.html
4522a4
4522a4
* Tue May 10 2011 Tom Lane <tgl@redhat.com> 5.5.10-3
4522a4
- Add LSB init block to initscript, to ensure sane ordering at system boot
4522a4
Resolves: #703214
4522a4
- Improve initscript start action to notice when mysqladmin is failing
4522a4
  because of configuration problems
4522a4
Related: #703476
4522a4
- Remove exclusion of "gis" regression test, since upstream bug 59908
4522a4
  is fixed (for some value of "fixed") as of 5.5.10.
4522a4
4522a4
* Wed Mar 23 2011 Tom Lane <tgl@redhat.com> 5.5.10-2
4522a4
- Add my_make_scrambled_password to the list of symbols exported by
4522a4
  libmysqlclient.so.  Needed at least by pure-ftpd.
4522a4
4522a4
* Mon Mar 21 2011 Tom Lane <tgl@redhat.com> 5.5.10-1
4522a4
- Update to MySQL 5.5.10, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html
4522a4
  Note that this includes a rather belated soname version bump for
4522a4
  libmysqlclient.so, from .16 to .18
4522a4
- Add tmpfiles.d config file so that /var/run/mysqld is recreated at boot
4522a4
  (only needed in Fedora 15 and later)
4522a4
Resolves: #658938
4522a4
4522a4
* Wed Feb 16 2011 Tom Lane <tgl@redhat.com> 5.5.9-2
4522a4
- Disable a regression test that is now showing platform-dependent results
4522a4
Resolves: #674253
4522a4
4522a4
* Sat Feb 12 2011 Tom Lane <tgl@redhat.com> 5.5.9-1
4522a4
- Update to MySQL 5.5.9, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-9.html
4522a4
- Add %%{?_isa} to cross-subpackage Requires, per latest packaging guidelines
4522a4
4522a4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.8-10
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4522a4
4522a4
* Fri Feb  4 2011 Tom Lane <tgl@redhat.com> 5.5.8-9
4522a4
- Support s390/s390x in performance schema's cycle-counting functions
4522a4
  (needed to make regression tests pass on these platforms)
4522a4
4522a4
* Thu Feb  3 2011 Tom Lane <tgl@redhat.com> 5.5.8-8
4522a4
- PPC64 floating-point differences are not masked by -ffloat-store after all,
4522a4
  so let's just disable gis regression test till upstream makes it less picky
4522a4
Resolves: #674253
4522a4
- Add __perllib_requires setting to make rpm 4.9 do what we need
4522a4
4522a4
* Wed Feb  2 2011 Tom Lane <tgl@redhat.com> 5.5.8-7
4522a4
- Work around some portability issues on PPC64
4522a4
Resolves: #674253
4522a4
4522a4
* Thu Jan 20 2011 Tom Lane <tgl@redhat.com> 5.5.8-6
4522a4
- Remove no-longer-needed special switches in CXXFLAGS, per yesterday's
4522a4
  discussion in fedora-devel about -fexceptions.
4522a4
- Rebuild needed anyway to check compatibility with latest systemtap.
4522a4
4522a4
* Thu Jan 13 2011 Tom Lane <tgl@redhat.com> 5.5.8-5
4522a4
- Fix failure to honor MYSQL_HOME environment variable
4522a4
Resolves: #669364
4522a4
4522a4
* Thu Jan 13 2011 Tom Lane <tgl@redhat.com> 5.5.8-4
4522a4
- Fix crash during startup of embedded mysqld library
4522a4
Resolves: #667365
4522a4
4522a4
* Mon Jan  3 2011 Tom Lane <tgl@redhat.com> 5.5.8-3
4522a4
- my_print_help, load_defaults, free_defaults, and handle_options all turn
4522a4
  out to be documented/recommended in Paul DuBois' MySQL book, so we'd better
4522a4
  consider them part of the de-facto API.
4522a4
Resolves: #666728
4522a4
4522a4
* Mon Dec 27 2010 Tom Lane <tgl@redhat.com> 5.5.8-2
4522a4
- Add mysql_client_errors[] to the set of exported libmysqlclient symbols;
4522a4
  needed by PHP.
4522a4
4522a4
* Thu Dec 23 2010 Tom Lane <tgl@redhat.com> 5.5.8-1
4522a4
- Update to MySQL 5.5.8 (major version bump).  Note this includes removal
4522a4
  of libmysqlclient_r.so.
4522a4
- Add a linker version script to hide libmysqlclient functions that aren't
4522a4
  part of the documented API.
4522a4
4522a4
* Mon Nov  1 2010 Tom Lane <tgl@redhat.com> 5.1.52-1
4522a4
- Update to MySQL 5.1.52, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-52.html
4522a4
Resolves: #646569
4522a4
4522a4
* Thu Oct  7 2010 Tom Lane <tgl@redhat.com> 5.1.51-2
4522a4
- Re-disable the outfile_loaddata test, per report from Dan Horak.
4522a4
4522a4
* Wed Oct  6 2010 Tom Lane <tgl@redhat.com> 5.1.51-1
4522a4
- Update to MySQL 5.1.51, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-51.html
4522a4
4522a4
* Sat Aug 28 2010 Tom Lane <tgl@redhat.com> 5.1.50-2
4522a4
- Include my_compiler.h in distribution, per upstream bug #55846.
4522a4
  Otherwise PHP, for example, won't build.
4522a4
4522a4
* Sat Aug 28 2010 Tom Lane <tgl@redhat.com> 5.1.50-1
4522a4
- Update to MySQL 5.1.50, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-50.html
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html
4522a4
4522a4
* Wed Jul 14 2010 Tom Lane <tgl@redhat.com> 5.1.48-3
4522a4
- Fix FTBFS with gcc 4.5.
4522a4
Related: #614293
4522a4
4522a4
* Tue Jul 13 2010 Tom Lane <tgl@redhat.com> 5.1.48-2
4522a4
- Duplicate COPYING and EXCEPTIONS-CLIENT in -libs and -embedded subpackages,
4522a4
  to ensure they are available when any subset of mysql RPMs are installed,
4522a4
  per revised packaging guidelines
4522a4
- Allow init script's STARTTIMEOUT/STOPTIMEOUT to be overridden from sysconfig
4522a4
Related: #609734
4522a4
4522a4
* Mon Jun 21 2010 Tom Lane <tgl@redhat.com> 5.1.48-1
4522a4
- Update to MySQL 5.1.48, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
4522a4
  including a fix for CVE-2010-2008
4522a4
Related: #614214
4522a4
4522a4
* Fri Jun  4 2010 Tom Lane <tgl@redhat.com> 5.1.47-2
4522a4
- Add back "partition" storage engine
4522a4
Resolves: #597390
4522a4
- Fix broken "federated" storage engine plugin
4522a4
Related: #587170
4522a4
- Read all certificates in SSL certificate files, to support chained certs
4522a4
Related: #598656
4522a4
4522a4
* Mon May 24 2010 Tom Lane <tgl@redhat.com> 5.1.47-1
4522a4
- Update to MySQL 5.1.47, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-47.html
4522a4
  including fixes for CVE-2010-1848, CVE-2010-1849, CVE-2010-1850
4522a4
Resolves: #592862
4522a4
Resolves: #583717
4522a4
- Create mysql group explicitly in pre-server script, to ensure correct GID
4522a4
Related: #594155
4522a4
4522a4
* Sat Apr 24 2010 Tom Lane <tgl@redhat.com> 5.1.46-1
4522a4
- Update to MySQL 5.1.46, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-46.html
4522a4
4522a4
* Thu Mar 25 2010 Tom Lane <tgl@redhat.com> 5.1.45-2
4522a4
- Fix multiple problems described in upstream bug 52019, because regression
4522a4
  tests fail on PPC if we don't.
4522a4
4522a4
* Wed Mar 24 2010 Tom Lane <tgl@redhat.com> 5.1.45-1
4522a4
- Update to MySQL 5.1.45, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-45.html
4522a4
4522a4
* Sun Feb 21 2010 Tom Lane <tgl@redhat.com> 5.1.44-2
4522a4
- Add "Obsoletes: mysql-cluster" to fix upgrade-in-place from F-12
4522a4
- Bring init script into some modicum of compliance with Fedora/LSB standards
4522a4
Related: #557711
4522a4
Related: #562749
4522a4
4522a4
* Sat Feb 20 2010 Tom Lane <tgl@redhat.com> 5.1.44-1
4522a4
- Update to MySQL 5.1.44, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-44.html
4522a4
- Remove mysql.info, which is not freely redistributable
4522a4
Resolves: #560181
4522a4
- Revert broken upstream fix for their bug 45058
4522a4
Resolves: #566547
4522a4
4522a4
* Sat Feb 13 2010 Tom Lane <tgl@redhat.com> 5.1.43-2
4522a4
- Remove mysql-cluster, which is no longer supported by upstream in this
4522a4
  source distribution.  If we want it we'll need a separate SRPM for it.
4522a4
4522a4
* Fri Feb 12 2010 Tom Lane <tgl@redhat.com> 5.1.43-1
4522a4
- Update to MySQL 5.1.43, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-43.html
4522a4
4522a4
* Fri Jan 29 2010 Tom Lane <tgl@redhat.com> 5.1.42-7
4522a4
- Add backported patch for CVE-2008-7247 (upstream bug 39277)
4522a4
Related: #543619
4522a4
- Use non-expired certificates for SSL testing (upstream bug 50702)
4522a4
4522a4
* Tue Jan 26 2010 Tom Lane <tgl@redhat.com> 5.1.42-6
4522a4
- Emit explicit error message if user tries to build RPM as root
4522a4
Related: #558915
4522a4
4522a4
* Wed Jan 20 2010 Tom Lane <tgl@redhat.com> 5.1.42-5
4522a4
- Correct Source0: tag and comment to reflect how to get the tarball
4522a4
4522a4
* Fri Jan  8 2010 Tom Lane <tgl@redhat.com> 5.1.42-4
4522a4
- Disable symbolic links by default in /etc/my.cnf
4522a4
Resolves: #553652
4522a4
4522a4
* Tue Jan  5 2010 Tom Lane <tgl@redhat.com> 5.1.42-3
4522a4
- Remove static libraries (.a files) from package, per packaging guidelines
4522a4
- Change %%define to %%global, per packaging guidelines
4522a4
4522a4
* Sat Jan  2 2010 Tom Lane <tgl@redhat.com> 5.1.42-2
4522a4
- Disable building the innodb plugin; it tickles assorted gcc bugs and
4522a4
  doesn't seem entirely ready for prime time anyway.
4522a4
4522a4
* Fri Jan  1 2010 Tom Lane <tgl@redhat.com> 5.1.42-1
4522a4
- Update to MySQL 5.1.42, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html
4522a4
- Start mysqld_safe with --basedir=/usr, to avoid unwanted SELinux messages
4522a4
Resolves: #547485
4522a4
4522a4
* Thu Dec 17 2009 Tom Lane <tgl@redhat.com> 5.1.41-2
4522a4
- Stop waiting during "service mysqld start" if mysqld_safe exits
4522a4
Resolves: #544095
4522a4
4522a4
* Mon Nov 23 2009 Tom Lane <tgl@redhat.com> 5.1.41-1
4522a4
- Update to MySQL 5.1.41, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html
4522a4
  including fixes for CVE-2009-4019
4522a4
Related: #540906
4522a4
- Don't set old_passwords=1; we aren't being bug-compatible with 3.23 anymore
4522a4
Resolves: #540735
4522a4
4522a4
* Tue Nov 10 2009 Tom Lane <tgl@redhat.com> 5.1.40-1
4522a4
- Update to MySQL 5.1.40, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html
4522a4
- Do not force the --log-error setting in mysqld init script
4522a4
Resolves: #533736
4522a4
4522a4
* Sat Oct 17 2009 Tom Lane <tgl@redhat.com> 5.1.39-4
4522a4
- Replace kluge fix for ndbd sparc crash with a real fix (mysql bug 48132)
4522a4
4522a4
* Thu Oct 15 2009 Tom Lane <tgl@redhat.com> 5.1.39-3
4522a4
- Work around two different compiler bugs on sparc, one by backing off
4522a4
  optimization from -O2 to -O1, and the other with a klugy patch
4522a4
Related: #529298, #529299
4522a4
- Clean up bogosity in multilib stub header support: ia64 should not be
4522a4
  listed (it's not multilib), sparc and sparc64 should be
4522a4
4522a4
* Wed Sep 23 2009 Tom Lane <tgl@redhat.com> 5.1.39-2
4522a4
- Work around upstream bug 46895 by disabling outfile_loaddata test
4522a4
4522a4
* Tue Sep 22 2009 Tom Lane <tgl@redhat.com> 5.1.39-1
4522a4
- Update to MySQL 5.1.39, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-39.html
4522a4
4522a4
* Mon Aug 31 2009 Tom Lane <tgl@redhat.com> 5.1.37-5
4522a4
- Work around unportable assumptions about stpcpy(); re-enable main.mysql test
4522a4
- Clean up some obsolete parameters to the configure script
4522a4
4522a4
* Sat Aug 29 2009 Tom Lane <tgl@redhat.com> 5.1.37-4
4522a4
- Remove one misguided patch; turns out I was chasing a glibc bug
4522a4
- Temporarily disable "main.mysql" test; there's something broken there too,
4522a4
  but we need to get mysql built in rawhide for dependency reasons
4522a4
4522a4
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 5.1.37-3
4522a4
- rebuilt with new openssl
4522a4
4522a4
* Fri Aug 14 2009 Tom Lane <tgl@redhat.com> 5.1.37-2
4522a4
- Add a couple of patches to improve the probability of the regression tests
4522a4
  completing in koji builds
4522a4
4522a4
* Sun Aug  2 2009 Tom Lane <tgl@redhat.com> 5.1.37-1
4522a4
- Update to MySQL 5.1.37, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-37.html
4522a4
4522a4
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.36-2
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4522a4
4522a4
* Fri Jul 10 2009 Tom Lane <tgl@redhat.com> 5.1.36-1
4522a4
- Update to MySQL 5.1.36, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-36.html
4522a4
4522a4
* Sat Jun  6 2009 Tom Lane <tgl@redhat.com> 5.1.35-1
4522a4
- Update to MySQL 5.1.35, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-35.html
4522a4
- Ensure that /var/lib/mysql is created with the right SELinux context
4522a4
Resolves: #502966
4522a4
4522a4
* Fri May 15 2009 Tom Lane <tgl@redhat.com> 5.1.34-1
4522a4
- Update to MySQL 5.1.34, for various fixes described at
4522a4
  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-34.html
4522a4
- Increase startup timeout per bug #472222
4522a4
4522a4
* Wed Apr 15 2009 Tom Lane <tgl@redhat.com> 5.1.33-2
4522a4
- Increase stack size of ndbd threads for safety's sake.
4522a4
Related: #494631
4522a4
4522a4
* Tue Apr  7 2009 Tom Lane <tgl@redhat.com> 5.1.33-1
4522a4
- Update to MySQL 5.1.33.
4522a4
- Disable use of pthread_setschedparam; doesn't work the way code expects.
4522a4
Related: #477624
4522a4
4522a4
* Wed Mar  4 2009 Tom Lane <tgl@redhat.com> 5.1.32-1
4522a4
- Update to MySQL 5.1.32.
4522a4
4522a4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.31-2
4522a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4522a4
4522a4
* Fri Feb 13 2009 Tom Lane <tgl@redhat.com> 5.1.31-1
4522a4
- Update to MySQL 5.1.31.
4522a4
4522a4
* Thu Jan 22 2009 Tom Lane <tgl@redhat.com> 5.1.30-2
4522a4
- hm, apparently --with-innodb and --with-ndbcluster are still needed
4522a4
  even though no longer documented ...
4522a4
4522a4
* Thu Jan 22 2009 Tom Lane <tgl@redhat.com> 5.1.30-1
4522a4
- Update to MySQL 5.1.30.  Note that this includes an ABI break for
4522a4
  libmysqlclient (it's now got .so major version 16).
4522a4
- This also updates mysql for new openssl build
4522a4
4522a4
* Wed Oct  1 2008 Tom Lane <tgl@redhat.com> 5.0.67-2
4522a4
- Build the "embedded server" library, and package it in a new sub-RPM
4522a4
  mysql-embedded, along with mysql-embedded-devel for devel support files.
4522a4
Resolves: #149829
4522a4
4522a4
* Sat Aug 23 2008 Tom Lane <tgl@redhat.com> 5.0.67-1
4522a4
- Update to mysql version 5.0.67
4522a4
- Move mysql_config's man page to base package, again (apparently I synced
4522a4
  that change the wrong way while importing specfile changes for ndbcluster)
4522a4
4522a4
* Sun Jul 27 2008 Tom Lane <tgl@redhat.com> 5.0.51a-2
4522a4
- Enable ndbcluster support
4522a4
Resolves: #163758
4522a4
- Suppress odd crash messages during package build, caused by trying to
4522a4
  build dbug manual (which we don't install anyway) with dbug disabled
4522a4
Resolves: #437053
4522a4
- Improve mysql.init to pass configured datadir to mysql_install_db,
4522a4
  and to force user=mysql for both mysql_install_db and mysqld_safe.
4522a4
Related: #450178
4522a4
4522a4
* Mon Mar  3 2008 Tom Lane <tgl@redhat.com> 5.0.51a-1
4522a4
- Update to mysql version 5.0.51a
4522a4
4522a4
* Mon Mar  3 2008 Tom Lane <tgl@redhat.com> 5.0.45-11
4522a4
- Fix mysql-stack-guard patch to work correctly on IA64
4522a4
- Fix mysql.init to wait correctly when socket is not in default place
4522a4
Related: #435494
4522a4
4522a4
* Mon Mar 03 2008 Dennis Gilmore <dennis@ausil.us> 5.0.45-10
4522a4
- add sparc64 to 64 bit arches for test suite checking
4522a4
- add sparc, sparcv9 and sparc64 to multilib handling
4522a4
4522a4
* Thu Feb 28 2008 Tom Lane <tgl@redhat.com> 5.0.45-9
4522a4
- Fix the stack overflow problem encountered in January.  It seems the real
4522a4
issue is that the buildfarm machines were moved to RHEL5, which uses 64K not
4522a4
4K pages on PPC, and because RHEL5 takes the guard area out of the requested
4522a4
thread stack size we no longer had enough headroom.
4522a4
Related: #435337
4522a4
4522a4
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.0.45-8
4522a4
- Autorebuild for GCC 4.3
4522a4
4522a4
* Tue Jan  8 2008 Tom Lane <tgl@redhat.com> 5.0.45-7
4522a4
- Unbelievable ... upstream still thinks that it's a good idea to have a
4522a4
  regression test that is guaranteed to begin failing come January 1.
4522a4
- ... and it seems we need to raise STACK_MIN_SIZE again too.
4522a4
4522a4
* Thu Dec 13 2007 Tom Lane <tgl@redhat.com> 5.0.45-6
4522a4
- Back-port upstream fixes for CVE-2007-5925, CVE-2007-5969, CVE-2007-6303.
4522a4
Related: #422211
4522a4
4522a4
* Wed Dec  5 2007 Tom Lane <tgl@redhat.com> 5.0.45-5
4522a4
- Rebuild for new openssl
4522a4
4522a4
* Sat Aug 25 2007 Tom Lane <tgl@redhat.com> 5.0.45-4
4522a4
- Seems we need explicit BuildRequires on gawk and procps now
4522a4
- Rebuild to fix Fedora toolchain issues
4522a4
4522a4
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 5.0.45-3
4522a4
- Recent perl changes in rawhide mean we need a more specific BuildRequires
4522a4
4522a4
* Thu Aug  2 2007 Tom Lane <tgl@redhat.com> 5.0.45-2
4522a4
- Update License tag to match code.
4522a4
- Work around recent Fedora change that makes "open" a macro name.
4522a4
4522a4
* Sun Jul 22 2007 Tom Lane <tgl@redhat.com> 5.0.45-1
4522a4
- Update to MySQL 5.0.45
4522a4
Resolves: #246535
4522a4
- Move mysql_config's man page to base package
4522a4
Resolves: #245770
4522a4
- move my_print_defaults to base RPM, for consistency with Stacks packaging
4522a4
- mysql user is no longer deleted at RPM uninstall
4522a4
Resolves: #241912
4522a4
4522a4
* Thu Mar 29 2007 Tom Lane <tgl@redhat.com> 5.0.37-2
4522a4
- Use a less hacky method of getting default values in initscript
4522a4
Related: #233771, #194596
4522a4
- Improve packaging of mysql-libs per suggestions from Remi Collet
4522a4
Resolves: #233731
4522a4
- Update default /etc/my.cnf ([mysql.server] has been bogus for a long time)
4522a4
4522a4
* Mon Mar 12 2007 Tom Lane <tgl@redhat.com> 5.0.37-1
4522a4
- Update to MySQL 5.0.37
4522a4
Resolves: #231838
4522a4
- Put client library into a separate mysql-libs RPM to reduce dependencies
4522a4
Resolves: #205630
4522a4
4522a4
* Fri Feb  9 2007 Tom Lane <tgl@redhat.com> 5.0.33-1
4522a4
- Update to MySQL 5.0.33
4522a4
- Install band-aid fix for "view" regression test designed to fail after 2006
4522a4
- Don't chmod -R the entire database directory tree on every startup
4522a4
Related: #221085
4522a4
- Fix unsafe use of install-info
4522a4
Resolves: #223713
4522a4
- Cope with new automake in F7
4522a4
Resolves: #224171
4522a4
4522a4
* Thu Nov  9 2006 Tom Lane <tgl@redhat.com> 5.0.27-1
4522a4
- Update to MySQL 5.0.27 (see CVE-2006-4031, CVE-2006-4226, CVE-2006-4227)
4522a4
Resolves: #202247, #202675, #203427, #203428, #203432, #203434, #208641
4522a4
- Fix init script to return status 1 on server start timeout
4522a4
Resolves: #203910
4522a4
- Move mysqldumpslow from base package to mysql-server
4522a4
Resolves: #193559
4522a4
- Adjust link options for BDB module
4522a4
Resolves: #199368
4522a4
4522a4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.0.22-2.1
4522a4
- rebuild
4522a4
4522a4
* Sat Jun 10 2006 Tom Lane <tgl@redhat.com> 5.0.22-2
4522a4
- Work around brew's tendency not to clean up failed builds completely,
4522a4
  by adding code in mysql-testing.patch to kill leftover mysql daemons.
4522a4
4522a4
* Thu Jun  8 2006 Tom Lane <tgl@redhat.com> 5.0.22-1
4522a4
- Update to MySQL 5.0.22 (fixes CVE-2006-2753)
4522a4
- Install temporary workaround for gcc bug on s390x (bz #193912)
4522a4
4522a4
* Tue May  2 2006 Tom Lane <tgl@redhat.com> 5.0.21-2
4522a4
- Fix bogus perl Requires for mysql-test
4522a4
4522a4
* Mon May  1 2006 Tom Lane <tgl@redhat.com> 5.0.21-1
4522a4
- Update to MySQL 5.0.21
4522a4
4522a4
* Mon Mar 27 2006 Tom Lane <tgl@redhat.com> 5.0.18-4
4522a4
- Modify multilib header hack to not break non-RH arches, per bug #181335
4522a4
- Remove logrotate script, per bug #180639.
4522a4
- Add a new mysql-test RPM to carry the regression test files;
4522a4
  hack up test scripts as needed to make them run in /usr/share/mysql-test.
4522a4
4522a4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.0.18-2.1
4522a4
- bump again for double-long bug on ppc(64)
4522a4
4522a4
* Thu Feb  9 2006 Tom Lane <tgl@redhat.com> 5.0.18-2
4522a4
- err-log option has been renamed to log-error, fix my.cnf and initscript
4522a4
4522a4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.0.18-1.1
4522a4
- rebuilt for new gcc4.1 snapshot and glibc changes
4522a4
4522a4
* Thu Jan  5 2006 Tom Lane <tgl@redhat.com> 5.0.18-1
4522a4
- Update to MySQL 5.0.18
4522a4
4522a4
* Thu Dec 15 2005 Tom Lane <tgl@redhat.com> 5.0.16-4
4522a4
- fix my_config.h for ppc platforms
4522a4
4522a4
* Thu Dec 15 2005 Tom Lane <tgl@redhat.com> 5.0.16-3
4522a4
- my_config.h needs to guard against 64-bit platforms that also define the
4522a4
  32-bit symbol
4522a4
4522a4
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 5.0.16-2
4522a4
- oops, looks like we want uname -i not uname -m
4522a4
4522a4
* Mon Dec 12 2005 Tom Lane <tgl@redhat.com> 5.0.16-1
4522a4
- Update to MySQL 5.0.16
4522a4
- Add EXCEPTIONS-CLIENT license info to the shipped documentation
4522a4
- Make my_config.h architecture-independent for multilib installs;
4522a4
  put the original my_config.h into my_config_$ARCH.h
4522a4
- Add -fwrapv to CFLAGS so that gcc 4.1 doesn't break it
4522a4
4522a4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4522a4
- rebuilt
4522a4
4522a4
* Mon Nov 14 2005 Tom Lane <tgl@redhat.com> 5.0.15-3
4522a4
- Make stop script wait for daemon process to disappear (bz#172426)
4522a4
4522a4
* Wed Nov  9 2005 Tom Lane <tgl@redhat.com> 5.0.15-2
4522a4
- Rebuild due to openssl library update.
4522a4
4522a4
* Thu Nov  3 2005 Tom Lane <tgl@redhat.com> 5.0.15-1
4522a4
- Update to MySQL 5.0.15 (scratch build for now)
4522a4
4522a4
* Wed Oct  5 2005 Tom Lane <tgl@redhat.com> 4.1.14-1
4522a4
- Update to MySQL 4.1.14
4522a4
4522a4
* Tue Aug 23 2005 Tom Lane <tgl@redhat.com> 4.1.12-3
4522a4
- Use politically correct patch name.
4522a4
4522a4
* Tue Jul 12 2005 Tom Lane <tgl@redhat.com> 4.1.12-2
4522a4
- Fix buffer overflow newly exposed in isam code; it's the same issue
4522a4
  previously found in myisam, and not very exciting, but I'm tired of
4522a4
  seeing build warnings.
4522a4
4522a4
* Mon Jul 11 2005 Tom Lane <tgl@redhat.com> 4.1.12-1
4522a4
- Update to MySQL 4.1.12 (includes a fix for bz#158688, bz#158689)
4522a4
- Extend mysql-test-ssl.patch to solve rpl_openssl test failure (bz#155850)
4522a4
- Update mysql-lock-ssl.patch to match the upstream committed version
4522a4
- Add --with-isam to re-enable the old ISAM table type, per bz#159262
4522a4
- Add dependency on openssl-devel per bz#159569
4522a4
- Remove manual.txt, as upstream decided not to ship it anymore;
4522a4
  it was redundant with the mysql.info file anyway.
4522a4
4522a4
* Mon May  9 2005 Tom Lane <tgl@redhat.com> 4.1.11-4
4522a4
- Include proper locking for OpenSSL in the server, per bz#155850
4522a4
4522a4
* Mon Apr 25 2005 Tom Lane <tgl@redhat.com> 4.1.11-3
4522a4
- Enable openssl tests during build, per bz#155850
4522a4
- Might as well turn on --disable-dependency-tracking
4522a4
4522a4
* Fri Apr  8 2005 Tom Lane <tgl@redhat.com> 4.1.11-2
4522a4
- Avoid dependency on <asm/atomic.h>, cause it won't build anymore on ia64.
4522a4
  This is probably a cleaner solution for bz#143537, too.
4522a4
4522a4
* Thu Apr  7 2005 Tom Lane <tgl@redhat.com> 4.1.11-1
4522a4
- Update to MySQL 4.1.11 to fix bz#152911 as well as other issues
4522a4
- Move perl-DBI, perl-DBD-MySQL dependencies to server package (bz#154123)
4522a4
- Override configure thread library test to suppress HAVE_LINUXTHREADS check
4522a4
- Fix BDB failure on s390x (bz#143537)
4522a4
- At last we can enable "make test" on all arches
4522a4
4522a4
* Fri Mar 11 2005 Tom Lane <tgl@redhat.com> 4.1.10a-1
4522a4
- Update to MySQL 4.1.10a to fix security vulnerabilities (bz#150868,
4522a4
  for CAN-2005-0711, and bz#150871 for CAN-2005-0709, CAN-2005-0710).
4522a4
4522a4
* Sun Mar  6 2005 Tom Lane <tgl@redhat.com> 4.1.10-3
4522a4
- Fix package Requires: interdependencies.
4522a4
4522a4
* Sat Mar  5 2005 Tom Lane <tgl@redhat.com> 4.1.10-2
4522a4
- Need -fno-strict-aliasing in at least one place, probably more.
4522a4
- Work around some C spec violations in mysql.
4522a4
4522a4
* Fri Feb 18 2005 Tom Lane <tgl@redhat.com> 4.1.10-1
4522a4
- Update to MySQL 4.1.10.
4522a4
4522a4
* Sat Jan 15 2005 Tom Lane <tgl@redhat.com> 4.1.9-1
4522a4
- Update to MySQL 4.1.9.
4522a4
4522a4
* Wed Jan 12 2005 Tom Lane <tgl@redhat.com> 4.1.7-10
4522a4
- Don't assume /etc/my.cnf will specify pid-file (bz#143724)
4522a4
4522a4
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 4.1.7-9
4522a4
- Rebuilt for new readline.
4522a4
4522a4
* Tue Dec 21 2004 Tom Lane <tgl@redhat.com> 4.1.7-8
4522a4
- Run make test on all archs except s390x (which seems to have a bdb issue)
4522a4
4522a4
* Mon Dec 13 2004 Tom Lane <tgl@redhat.com> 4.1.7-7
4522a4
- Suppress someone's silly idea that libtool overhead can be skipped
4522a4
4522a4
* Sun Dec 12 2004 Tom Lane <tgl@redhat.com> 4.1.7-6
4522a4
- Fix init script to not need a valid username for startup check (bz#142328)
4522a4
- Fix init script to honor settings appearing in /etc/my.cnf (bz#76051)
4522a4
- Enable SSL (bz#142032)
4522a4
4522a4
* Thu Dec  2 2004 Tom Lane <tgl@redhat.com> 4.1.7-5
4522a4
- Add a restorecon to keep the mysql.log file in the right context (bz#143887)
4522a4
4522a4
* Tue Nov 23 2004 Tom Lane <tgl@redhat.com> 4.1.7-4
4522a4
- Turn off old_passwords in default /etc/my.cnf file, for better compatibility
4522a4
  with mysql 3.x clients (per suggestion from Joe Orton).
4522a4
4522a4
* Fri Oct 29 2004 Tom Lane <tgl@redhat.com> 4.1.7-3
4522a4
- Handle ldconfig more cleanly (put a file in /etc/ld.so.conf.d/).
4522a4
4522a4
* Thu Oct 28 2004 Tom Lane <tgl@redhat.com> 4.1.7-2
4522a4
- rebuild in devel branch
4522a4
4522a4
* Wed Oct 27 2004 Tom Lane <tgl@redhat.com> 4.1.7-1
4522a4
- Update to MySQL 4.1.x.
4522a4
4522a4
* Tue Oct 12 2004 Tom Lane <tgl@redhat.com> 3.23.58-13
4522a4
- fix security issues CAN-2004-0835, CAN-2004-0836, CAN-2004-0837
4522a4
  (bugs #135372, 135375, 135387)
4522a4
- fix privilege escalation on GRANT ALL ON `Foo\_Bar` (CAN-2004-0957)
4522a4
4522a4
* Wed Oct 06 2004 Tom Lane <tgl@redhat.com> 3.23.58-12
4522a4
- fix multilib problem with mysqlbug and mysql_config
4522a4
- adjust chkconfig priority per bug #128852
4522a4
- remove bogus quoting per bug #129409 (MySQL 4.0 has done likewise)
4522a4
- add sleep to mysql.init restart(); may or may not fix bug #133993
4522a4
4522a4
* Tue Oct 05 2004 Tom Lane <tgl@redhat.com> 3.23.58-11
4522a4
- fix low-priority security issues CAN-2004-0388, CAN-2004-0381, CAN-2004-0457
4522a4
  (bugs #119442, 125991, 130347, 130348)
4522a4
- fix bug with dropping databases under recent kernels (bug #124352)
4522a4
4522a4
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 3.23.58-10
4522a4
- rebuilt
4522a4
4522a4
* Sat Apr 17 2004 Warren Togami <wtogami@redhat.com> 3.23.58-9
4522a4
- remove redundant INSTALL-SOURCE, manual.*
4522a4
- compress manual.txt.bz2
4522a4
- BR time
4522a4
4522a4
* Tue Mar 16 2004 Tom Lane <tgl@redhat.com> 3.23.58-8
4522a4
- repair logfile attributes in %%files, per bug #102190
4522a4
- repair quoting problem in mysqlhotcopy, per bug #112693
4522a4
- repair missing flush in mysql_setpermission, per bug #113960
4522a4
- repair broken error message printf, per bug #115165
4522a4
- delete mysql user during uninstall, per bug #117017
4522a4
- rebuilt
4522a4
4522a4
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
4522a4
- rebuilt
4522a4
4522a4
* Tue Feb 24 2004 Tom Lane <tgl@redhat.com>
4522a4
- fix chown syntax in mysql.init
4522a4
- rebuild
4522a4
4522a4
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4522a4
- rebuilt
4522a4
4522a4
* Tue Nov 18 2003 Kim Ho <kho@redhat.com> 3.23.58-5
4522a4
- update mysql.init to use anonymous user (UNKNOWN_MYSQL_USER) for
4522a4
  pinging mysql server (#108779)
4522a4
4522a4
* Mon Oct 27 2003 Kim Ho <kho@redhat.com> 3.23.58-4
4522a4
- update mysql.init to wait (max 10 seconds) for mysql server to
4522a4
  start (#58732)
4522a4
4522a4
* Mon Oct 27 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-3
4522a4
- re-enable Berkeley DB support (#106832)
4522a4
- re-enable ia64 testing
4522a4
4522a4
* Fri Sep 19 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-2
4522a4
- rebuilt
4522a4
4522a4
* Mon Sep 15 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-1
4522a4
- upgrade to 3.23.58 for security fix
4522a4
4522a4
* Tue Aug 26 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.57-2
4522a4
- rebuilt
4522a4
4522a4
* Wed Jul 02 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.57-1
4522a4
- revert to prior version of MySQL due to license incompatibilities
4522a4
  with packages that link against the client.  The MySQL folks are
4522a4
  looking into the issue.
4522a4
4522a4
* Wed Jun 18 2003 Patrick Macdonald <patrickm@redhat.com> 4.0.13-4
4522a4
- restrict test on ia64 (temporary)
4522a4
4522a4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 4.0.13-3
4522a4
- rebuilt
4522a4
4522a4
* Thu May 29 2003 Patrick Macdonald <patrickm@redhat.com> 4.0.13-2
4522a4
- fix filter-requires-mysql.sh with less restrictive for mysql-bench
4522a4
4522a4
* Wed May 28 2003 Patrick Macdonald <patrickm@redhat.com> 4.0.13-1
4522a4
- update for MySQL 4.0
4522a4
- back-level shared libraries available in mysqlclient10 package
4522a4
4522a4
* Fri May 09 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.56-2
4522a4
- add sql-bench package (#90110)
4522a4
4522a4
* Wed Mar 19 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.56-1
4522a4
- upgrade to 3.23.56 for security fixes
4522a4
- remove patch for double-free (included in 3.23.56)
4522a4
4522a4
* Tue Feb 18 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.54a-11
4522a4
- enable thread safe client
4522a4
- add patch for double free fix
4522a4
4522a4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4522a4
- rebuilt
4522a4
4522a4
* Mon Jan 13 2003 Karsten Hopp <karsten@redhat.de> 3.23.54a-9
4522a4
- disable checks on s390x
4522a4
4522a4
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 3.23.54a-8
4522a4
- use internal dep generator.
4522a4
4522a4
* Wed Jan  1 2003 Bill Nottingham <notting@redhat.com> 3.23.54a-7
4522a4
- fix mysql_config on hammer
4522a4
4522a4
* Sun Dec 22 2002 Tim Powers <timp@redhat.com> 3.23.54a-6
4522a4
- don't use rpms internal dep generator
4522a4
4522a4
* Tue Dec 17 2002 Elliot Lee <sopwith@redhat.com> 3.23.54a-5
4522a4
- Push it into the build system
4522a4
4522a4
* Mon Dec 16 2002 Joe Orton <jorton@redhat.com> 3.23.54a-4
4522a4
- upgrade to 3.23.54a for safe_mysqld fix
4522a4
4522a4
* Thu Dec 12 2002 Joe Orton <jorton@redhat.com> 3.23.54-3
4522a4
- upgrade to 3.23.54 for latest security fixes
4522a4
4522a4
* Tue Nov 19 2002 Jakub Jelinek <jakub@redhat.com> 3.23.52-5
4522a4
- Always include <errno.h> for errno
4522a4
- Remove unpackaged files
4522a4
4522a4
* Tue Nov 12 2002 Florian La Roche <Florian.LaRoche@redhat.de>
4522a4
- do not prereq userdel, not used at all
4522a4
4522a4
* Mon Sep  9 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.52-4
4522a4
- Use %%{_libdir}
4522a4
- Add patch for x86-64
4522a4
4522a4
* Wed Sep  4 2002 Jakub Jelinek <jakub@redhat.com> 3.23.52-3
4522a4
- rebuilt with gcc-3.2-7
4522a4
4522a4
* Thu Aug 29 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.52-2
4522a4
- Add --enable-local-infile to configure - a new option
4522a4
  which doesn't default to the old behaviour (#72885)
4522a4
4522a4
* Fri Aug 23 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.52-1
4522a4
- 3.23.52. Fixes a minor security problem, various bugfixes.
4522a4
4522a4
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 3.23.51-5
4522a4
- rebuilt with gcc-3.2 (we hope)
4522a4
4522a4
* Mon Jul 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-4
4522a4
- rebuild
4522a4
4522a4
* Thu Jul 18 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-3
4522a4
- Fix #63543 and #63542
4522a4
4522a4
* Thu Jul 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-2
4522a4
- Turn off bdb on PPC(#68591)
4522a4
- Turn off the assembly optimizations, for safety.
4522a4
4522a4
* Wed Jun 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-1
4522a4
- Work around annoying auto* thinking this is a crosscompile
4522a4
- 3.23.51
4522a4
4522a4
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4522a4
- automated rebuild
4522a4
4522a4
* Mon Jun 10 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.50-2
4522a4
- Add dependency on perl-DBI and perl-DBD-MySQL (#66349)
4522a4
4522a4
* Thu May 30 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.50-1
4522a4
- 3.23.50
4522a4
4522a4
* Thu May 23 2002 Tim Powers <timp@redhat.com>
4522a4
- automated rebuild
4522a4
4522a4
* Mon May 13 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-4
4522a4
- Rebuild
4522a4
- Don't set CXX to gcc, it doesn't work anymore
4522a4
- Exclude Alpha
4522a4
4522a4
* Mon Apr  8 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-3
4522a4
- Add the various .cnf examples as doc files to mysql-server (#60349)
4522a4
- Don't include manual.ps, it's just 200 bytes with a URL inside (#60349)
4522a4
- Don't include random files in /usr/share/mysql (#60349)
4522a4
- langify (#60349)
4522a4
4522a4
* Thu Feb 21 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-2
4522a4
- Rebuild
4522a4
4522a4
* Sun Feb 17 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-1
4522a4
- 3.23.49
4522a4
4522a4
* Thu Feb 14 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.48-2
4522a4
- work around perl dependency bug.
4522a4
4522a4
* Mon Feb 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.48-1
4522a4
- 3.23.48
4522a4
4522a4
* Thu Jan 17 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.47-4
4522a4
- Use kill, not mysqladmin, to flush logs and shut down. Thus,
4522a4
  an admin password can be set with no problems.
4522a4
- Remove reload from init script
4522a4
4522a4
* Wed Jan 16 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.47-3
4522a4
- remove db3-devel from buildrequires,
4522a4
  MySQL has had its own bundled copy since the mid thirties
4522a4
4522a4
* Sun Jan  6 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.47-1
4522a4
- 3.23.47
4522a4
- Don't build for alpha, toolchain immature.
4522a4
4522a4
* Mon Dec  3 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.46-1
4522a4
- 3.23.46
4522a4
- use -fno-rtti and -fno-exceptions, and set CXX to increase stability.
4522a4
  Recommended by mysql developers.
4522a4
4522a4
* Sun Nov 25 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.45-1
4522a4
- 3.23.45
4522a4
4522a4
* Wed Nov 14 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.44-2
4522a4
- centralize definition of datadir in the initscript (#55873)
4522a4
4522a4
* Fri Nov  2 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.44-1
4522a4
- 3.23.44
4522a4
4522a4
* Thu Oct  4 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.43-1
4522a4
- 3.23.43
4522a4
4522a4
* Mon Sep 10 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.42-1
4522a4
- 3.23.42
4522a4
- reenable innodb
4522a4
4522a4
* Tue Aug 14 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.41-1
4522a4
- 3.23.41 bugfix release
4522a4
- disable innodb, to avoid the broken updates
4522a4
- Use "mysqladmin flush_logs" instead of kill -HUP in logrotate
4522a4
  script (#51711)
4522a4
4522a4
* Sat Jul 21 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.40, bugfix release
4522a4
- Add zlib-devel to buildrequires:
4522a4
4522a4
* Fri Jul 20 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- BuildRequires-tweaking
4522a4
4522a4
* Thu Jun 28 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- Reenable test, but don't run them for s390, s390x or ia64
4522a4
- Make /etc/my.cnf config(noplace). Same for /etc/logrotate.d/mysqld
4522a4
4522a4
* Thu Jun 14 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.29
4522a4
- enable innodb
4522a4
- enable assembly again
4522a4
- disable tests for now...
4522a4
4522a4
* Tue May 15 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.38
4522a4
- Don't use BDB on Alpha - no fast mutexes
4522a4
4522a4
* Tue Apr 24 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.37
4522a4
- Add _GNU_SOURCE to the compile flags
4522a4
4522a4
* Wed Mar 28 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- Make it obsolete our 6.2 PowerTools packages
4522a4
- 3.23.36 bugfix release - fixes some security issues
4522a4
  which didn't apply to our standard configuration
4522a4
- Make "make test" part of the build process, except on IA64
4522a4
  (it fails there)
4522a4
4522a4
* Tue Mar 20 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.35 bugfix release
4522a4
- Don't delete the mysql user on uninstall
4522a4
4522a4
* Tue Mar 13 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.34a bugfix release
4522a4
4522a4
* Wed Feb  7 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- added readline-devel to BuildRequires:
4522a4
4522a4
* Tue Feb  6 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- small i18n-fixes to initscript (action needs $)
4522a4
4522a4
* Tue Jan 30 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- make it shut down and rotate logs without using mysqladmin
4522a4
  (from #24909)
4522a4
4522a4
* Mon Jan 29 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- conflict with "MySQL"
4522a4
4522a4
* Tue Jan 23 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- improve gettextizing
4522a4
4522a4
* Mon Jan 22 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.32
4522a4
- fix logrotate script (#24589)
4522a4
4522a4
* Wed Jan 17 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- gettextize
4522a4
- move the items in Requires(post): to Requires: in preparation
4522a4
  for an errata for 7.0 when 3.23.31 is released
4522a4
- 3.23.31
4522a4
4522a4
* Tue Jan 16 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- add the log file to the rpm database, and make it 0640
4522a4
  (#24116)
4522a4
- as above in logrotate script
4522a4
- changes to the init sequence - put most of the data
4522a4
  in /etc/my.cnf instead of hardcoding in the init script
4522a4
- use /var/run/mysqld/mysqld.pid instead of
4522a4
  /var/run/mysqld/pid
4522a4
- use standard safe_mysqld
4522a4
- shut down cleaner
4522a4
4522a4
* Mon Jan 08 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.30
4522a4
- do an explicit chmod on /var/lib/mysql in post, to avoid
4522a4
  any problems with broken permissons. There is a report
4522a4
  of rm not changing this on its own (#22989)
4522a4
4522a4
* Mon Jan 01 2001 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- bzipped source
4522a4
- changed from 85 to 78 in startup, so it starts before
4522a4
  apache (which can use modules requiring mysql)
4522a4
4522a4
* Wed Dec 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.29a
4522a4
4522a4
* Tue Dec 19 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- add requirement for new libstdc++, build for errata
4522a4
4522a4
* Mon Dec 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.29
4522a4
4522a4
* Mon Nov 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.28 (gamma)
4522a4
- remove old patches, as they are now upstreamed
4522a4
4522a4
* Tue Nov 14 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- Add a requirement for a new glibc (#20735)
4522a4
- build on IA64
4522a4
4522a4
* Wed Nov  1 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- disable more assembly
4522a4
4522a4
* Wed Nov  1 2000 Jakub Jelinek <jakub@redhat.com>
4522a4
- fix mysql on SPARC (#20124)
4522a4
4522a4
* Tue Oct 31 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.27
4522a4
4522a4
* Wed Oct 25 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- add patch for fixing bogus aliasing in mysql from Jakub,
4522a4
  which should fix #18905 and #18620
4522a4
4522a4
* Mon Oct 23 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- check for negative niceness values, and negate it
4522a4
  if present (#17899)
4522a4
- redefine optflags on IA32 FTTB
4522a4
4522a4
* Wed Oct 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.26, which among other fixes now uses mkstemp()
4522a4
  instead of tempnam().
4522a4
- revert changes made yesterday, the problem is now
4522a4
  isolated
4522a4
4522a4
* Tue Oct 17 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- use the compat C++ compiler FTTB. Argh.
4522a4
- add requirement of ncurses4 (see above)
4522a4
4522a4
* Sun Oct 01 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.25
4522a4
- fix shutdown problem (#17956)
4522a4
4522a4
* Tue Sep 26 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- Don't try to include no-longer-existing PUBLIC file
4522a4
  as doc (#17532)
4522a4
4522a4
* Tue Sep 12 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- rename config file to /etc/my.cnf, which is what
4522a4
  mysqld wants... doh. (#17432)
4522a4
- include a changed safe_mysqld, so the pid file option
4522a4
  works.
4522a4
- make mysql dir world readable to they can access the
4522a4
  mysql socket. (#17432)
4522a4
- 3.23.24
4522a4
4522a4
* Wed Sep 06 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.23
4522a4
4522a4
* Sun Aug 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- Add "|| :" to condrestart to avoid non-zero exit code
4522a4
4522a4
* Thu Aug 24 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- it's mysql.com, not mysql.org and use correct path to
4522a4
  source (#16830)
4522a4
4522a4
* Wed Aug 16 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- source file from /etc/rc.d, not /etc/rd.d. Doh.
4522a4
4522a4
* Sun Aug 13 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- don't run ldconfig -n, it doesn't update ld.so.cache
4522a4
  (#16034)
4522a4
- include some missing binaries
4522a4
- use safe_mysqld to start the server (request from
4522a4
  mysql developers)
4522a4
4522a4
* Sat Aug 05 2000 Bill Nottingham <notting@redhat.com>
4522a4
- condrestart fixes
4522a4
4522a4
* Tue Aug 01 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.22. Disable the old patches, they're now in.
4522a4
4522a4
* Thu Jul 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- bugfixes in the initscript
4522a4
- move the .so link to the devel package
4522a4
4522a4
* Wed Jul 19 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- rebuild due to glibc changes
4522a4
4522a4
* Tue Jul 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- disable compiler patch
4522a4
- don't include info directory file
4522a4
4522a4
* Mon Jul 17 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- move back to /etc/rc.d/init.d
4522a4
4522a4
* Fri Jul 14 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- more cleanups in initscript
4522a4
4522a4
* Thu Jul 13 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- add a patch to work around compiler bug
4522a4
  (from monty@mysql.com)
4522a4
4522a4
* Wed Jul 12 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- don't build the SQL daemon statically (glibc problems)
4522a4
- fix the logrotate script - only flush log if mysql
4522a4
  is running
4522a4
- change the reloading procedure 
4522a4
- remove icon - glint is obsolete a long time ago
4522a4
4522a4
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
4522a4
- automatic rebuild
4522a4
4522a4
* Mon Jul 10 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- try the new compiler again
4522a4
- build the SQL daemon statically
4522a4
- add compile time support for complex charsets
4522a4
- enable assembler
4522a4
- more cleanups in initscript
4522a4
4522a4
* Sun Jul 09 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- use old C++ compiler
4522a4
- Exclusivearch x86
4522a4
4522a4
* Sat Jul 08 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- move .so files to devel package
4522a4
- more cleanups
4522a4
- exclude sparc for now
4522a4
4522a4
* Wed Jul 05 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- 3.23.21
4522a4
- remove file from /etc/sysconfig
4522a4
- Fix initscript a bit - initialization of databases doesn't
4522a4
  work yet
4522a4
- specify the correct licenses
4522a4
- include a /etc/my.conf (empty, FTTB)
4522a4
- add conditional restart to spec file
4522a4
4522a4
* Sun Jul  2 2000 Jakub Jelinek <jakub@redhat.com>
4522a4
- Rebuild with new C++
4522a4
4522a4
* Fri Jun 30 2000 Trond Eivind Glomsrd <teg@redhat.com>
4522a4
- update to 3.23.20
4522a4
- use %%configure, %%makeinstall, %%{_tmppath}, %%{_mandir},
4522a4
  %%{_infodir}, /etc/init.d
4522a4
- remove the bench package
4522a4
- change some of the descriptions a little bit
4522a4
- fix the init script
4522a4
- some compile fixes
4522a4
- specify mysql user
4522a4
- use mysql uid 27 (postgresql is 26)
4522a4
- don't build on ia64
4522a4
4522a4
* Sat Feb 26 2000 Jos Vos <jos@xos.nl>
4522a4
- Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0
4522a4
- Upgrade from version 3.22.27 to 3.22.32.
4522a4
- Do "make install" instead of "make install-strip", because "install -s"
4522a4
  now appears to fail on various scripts.  Afterwards, strip manually.
4522a4
- Reorganize subpackages, according to common Red Hat packages: the client
4522a4
  program and shared library become the base package and the server and
4522a4
  some accompanying files are now in a separate server package.  The
4522a4
  server package implicitly requires the base package (shared library),
4522a4
  but we have added a manual require tag anyway (because of the shared
4522a4
  config file, and more).
4522a4
- Rename the mysql-benchmark subpackage to mysql-bench.
4522a4
4522a4
* Mon Jan 31 2000 Jos Vos <jos@xos.nl>
4522a4
- Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1
4522a4
- Add post(un)install scripts for updating ld.so.conf (client subpackage).
4522a4
4522a4
* Sun Nov 21 1999 Jos Vos <jos@xos.nl>
4522a4
- Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0
4522a4
- Initial version.
4522a4
- Some ideas borrowed from Red Hat Powertools 6.1, although this spec
4522a4
  file is a full rewrite from scratch.