From cbeee534b248fe368f30814f886e00a2c03650d1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 23 Feb 2019 10:57:40 +0100 Subject: [PATCH] conditionally depend on selinux-policy-targeted again Related: rhbz#1665643 Version: 10.3.12-11 --- mariadb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index ceaf8da..adb6222 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -16,7 +16,7 @@ %global force_run_testsuite 0 # Aditional SELinux rules -%global require_mysql_selinux 0 +%global require_mysql_selinux 1 # In f20+ use unversioned docdirs, otherwise the old versioned one %global _pkgdocdirname %{pkg_name}%{!?_pkgdocdir:-%{version}} @@ -159,7 +159,7 @@ Name: mariadb Version: 10.3.12 -Release: 10%{?with_debug:.debug}%{?dist} +Release: 11%{?with_debug:.debug}%{?dist} Epoch: 3 Summary: A very fast and robust SQL database server @@ -1601,6 +1601,9 @@ fi %endif %changelog +* Sat Feb 23 2019 Pavel Raiskup - 10.3.12-11 +- conditionally depend on selinux-policy-targeted again (rhbz#1665643) + * Mon Feb 11 2019 Michal Schorm - 3:10.3.12-10 - Disable the requirement of mysql-selinux, until its bug is solved for good; #1665643