From 86cd52b57a336a11e1f3ed9ee637b4aeeb667b68 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Feb 27 2018 02:22:03 +0000 Subject: Merge branch 'f27' --- diff --git a/community-mysql.spec b/community-mysql.spec index 4b204ff..a296128 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -734,11 +734,13 @@ popd -c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || : %if %{with clibrary} -%post libs -p /sbin/ldconfig +# Can be dropped on F27 EOL +%ldconfig_post libs %endif %if %{with embedded} -%post embedded -p /sbin/ldconfig +# Can be dropped on F27 EOL +%ldconfig_post embedded %endif %post server @@ -767,11 +769,13 @@ fi %endif %if %{with clibrary} -%postun libs -p /sbin/ldconfig +# Can be dropped on F27 EOL +%ldconfig_postun libs %endif %if %{with embedded} -%postun embedded -p /sbin/ldconfig +# Can be dropped on F27 EOL +%ldconfig_postun embedded %endif %postun server