Cracklib plugin enabled
This commit is contained in:
parent
5732289a93
commit
9442da1922
18
mariadb.spec
18
mariadb.spec
@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
Release: 3%{?with_debug:.debug}%{?dist}
|
Release: 4%{?with_debug:.debug}%{?dist}
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -188,9 +188,10 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: multilib-rpm-config
|
BuildRequires: multilib-rpm-config
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: selinux-policy-devel
|
BuildRequires: selinux-policy-devel
|
||||||
#CRACKLIB
|
|
||||||
#BuildRequires: cracklib-devel
|
|
||||||
%{?with_init_systemd:BuildRequires: systemd systemd-devel}
|
%{?with_init_systemd:BuildRequires: systemd systemd-devel}
|
||||||
|
# Cracklib plugin
|
||||||
|
BuildRequires: cracklib-devel
|
||||||
|
BuildRequires: cracklib-dicts
|
||||||
# auth_pam.so plugin will be build if pam-devel is installed
|
# auth_pam.so plugin will be build if pam-devel is installed
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
# use either new enough version of pcre or provide bundles(pcre)
|
# use either new enough version of pcre or provide bundles(pcre)
|
||||||
@ -992,13 +993,9 @@ export MTR_BUILD_THREAD=%{__isa_bits}
|
|||||||
# avoid redundant test runs with --binlog-format=mixed
|
# avoid redundant test runs with --binlog-format=mixed
|
||||||
# increase timeouts to prevent unwanted failures during mass rebuilds
|
# increase timeouts to prevent unwanted failures during mass rebuilds
|
||||||
|
|
||||||
#CRACKLIB
|
|
||||||
# --do-test=cracklib \
|
|
||||||
|
|
||||||
# Failing test debug 02/14/17
|
# Failing test debug 02/14/17
|
||||||
# --do-test=mysql_client_test_nonblock \
|
# --do-test=mysql_client_test_nonblock \
|
||||||
|
|
||||||
|
|
||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
cd mysql-test
|
cd mysql-test
|
||||||
@ -1222,8 +1219,8 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/my.cnf.d/auth_gssapi.cnf
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/auth_gssapi.cnf
|
||||||
%{?with_tokudb:%config(noreplace) %{_sysconfdir}/my.cnf.d/tokudb.cnf}
|
%{?with_tokudb:%config(noreplace) %{_sysconfdir}/my.cnf.d/tokudb.cnf}
|
||||||
|
|
||||||
#CRACKLIB
|
# Cracklib plugin
|
||||||
#%{_sysconfdir}/my.cnf.d/cracklib_password_check.cnf
|
%{_sysconfdir}/my.cnf.d/cracklib_password_check.cnf
|
||||||
|
|
||||||
%{_libexecdir}/mysqld
|
%{_libexecdir}/mysqld
|
||||||
|
|
||||||
@ -1383,6 +1380,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 07 2017 Michal Schorm <mschorm@redhat.com> - 3:10.1.21-4
|
||||||
|
- Cracklib plugin enabled
|
||||||
|
|
||||||
* Wed Feb 15 2017 Michal Schorm <mschorm@redhat.com> - 3:10.1.21-3
|
* Wed Feb 15 2017 Michal Schorm <mschorm@redhat.com> - 3:10.1.21-3
|
||||||
- Fix for some RPMLint issues
|
- Fix for some RPMLint issues
|
||||||
- Fix: Only server utilities can be move to server-utils subpackage. The rest (from client)
|
- Fix: Only server utilities can be move to server-utils subpackage. The rest (from client)
|
||||||
|
Loading…
Reference in New Issue
Block a user