diff --git a/community-mysql.spec b/community-mysql.spec
index 3a7d943..0f6c541 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -24,7 +24,7 @@
 # Turn that off to ensure such files don't get included in RPMs (cf bz#884755).
 %global _default_patch_flags --no-backup-if-mismatch
 
-%global           skiplist platform-specific-tests.list
+%global skiplist platform-specific-tests.list
 
 # For some use cases we do not need some parts of the package
 %bcond_without clibrary
@@ -84,7 +84,7 @@
 
 Name:             community-mysql
 Version:          5.7.19
-Release:          1%{?with_debug:.debug}%{?dist}
+Release:          2%{?with_debug:.debug}%{?dist}
 Summary:          MySQL client programs and shared libraries
 Group:            Applications/Databases
 URL:              http://www.mysql.com
@@ -697,8 +697,8 @@ cp ../../mysql-test/%{skiplist} .
 # builds might happen at the same host, avoid collision
 export MTR_BUILD_THREAD=%{__isa_bits}
 ./mtr \
-  --mem --parallel=auto --force --retry=2 \
-  --mysqld=--binlog-format=mixed --skip-rpl \
+  --mem --parallel=auto --force --retry=0 \
+  --mysqld=--binlog-format=mixed \
   --suite-timeout=720 --testcase-timeout=30 \
   --report-unstable-tests --clean-vardir \
 %if %{check_testsuite}
@@ -971,11 +971,22 @@ fi
 %endif
 
 %changelog
+* Wed Jul 25 2017 Michal Schorm <mschorm@redhat.com> - 5.7.19-2
+- Replication tests in the testsuite enabled, they don't fail anymore
+- Retry count in the testsuite dropped to 0
+
 * Wed Jul 12 2017 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.19-1
 - Update to MySQL 5.7.19, for various fixes described at
   https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html
 - Use new --report-unstable-tests to handle unstable tests
 - Prefer /run over /var/run (#1462688)
+- Resolves: #1462688; /run
+            #1406172; random failures of the testsuite
+            #1417880, #1417883, #1417885, #1417887,  #1417890, #1417891, #1417893,
+            #1417894, #1417896; replication tests
+- CVE fixes: #1472716
+            CVE-2017-3633, CVE-2017-3634, CVE-2017-3635, CVE-2017-3641, CVE-2017-3647
+            CVE-2017-3648, CVE-2017-3649, CVE-2017-3651, CVE-2017-3652, CVE-2017-3653
 
 * Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.7.18-4
 - Rebuild due to bug in RPM (RHBZ #1468476)