From f8548bcf4746828e9906d7ab26e3d9744f611ba7 Mon Sep 17 00:00:00 2001 From: si-gui <245140120@qq.com> Date: Mon, 10 Aug 2020 14:26:31 +0800 Subject: [PATCH] solve the upgrade bug. --- mysql.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index 749f2f9..b4eb42d 100644 --- a/mysql.spec +++ b/mysql.spec @@ -70,17 +70,17 @@ if [ -f %{_initddir}/mysql ];then fi %postun -rm -rf %{_prefix}/local/%{name} userdel -r %{name} &>/dev/null %files +%dir %{_prefix}/local/%{name} %attr(755, %{name}, %{name}) %{_prefix}/local/%{name}/* %exclude /usr/src/debug %exclude /usr/lib/debug %changelog * Sat Aug 8 2020 Guoshuai Sun 8.0.21-1 -- Upgrade to 8.0.21 +- Upgrade to 8.0.21 and fix the upgrade bug in old version * Wed Mar 1 2020 zhangtao 8.0.17-3 - add fstack-protector-strong