From 5c8475437db6cbcb794bcc2a8f62e6f9fe30789e Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 25 Jan 2018 12:36:26 +0100 Subject: [PATCH] Fix obsoletes using isa macro; #1537210 --- community-mysql.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index 8481c8e..cb40ad4 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -300,7 +300,7 @@ Provides: mysql-server%{?_isa} = %{sameevr} Provides: mysql-compat-server = %{sameevr} Provides: mysql-compat-server%{?_isa} = %{sameevr} Obsoletes: mysql-bench < 5.7.8 -Obsoletes: mysql-bench%{?_isa} +Obsoletes: mysql-bench %endif Obsoletes: community-mysql-bench < 5.7.8 %{?with_conflicts:Conflicts: mariadb-server} @@ -998,6 +998,8 @@ fi http://www.oracle.com/technetwork/security-advisory/cpujan2018-3236628.html - Add fix for libxcrypt - do not assume "crypt()" function is provided by glibc Resolves: #1536881 +- Fix obsoletes using isa macro + Resolves: #1537210 * Sat Jan 20 2018 Björn Esser - 5.7.20-5 - Rebuilt for switch to libxcrypt