[packages/mysql/MYSQL_8_0] Rel 3; don't install mysqlrouter logrotate (due to it being useless)

arekm arekm at pld-linux.org
Tue Sep 23 16:24:06 CEST 2025


commit 60f2c2a489177ce3fba605a454776e2539277048
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Sep 23 16:24:01 2025 +0200

    Rel 3; don't install mysqlrouter logrotate (due to it being useless)

 mysql.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index c6c2480..f6ad72a 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -38,7 +38,7 @@ Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql%{majorver}
 # keep stable (and not "innovation") line here
 Version:	8.0.43
-Release:	2
+Release:	3
 License:	GPL v2 + MySQL FOSS License Exception
 Group:		Applications/Databases
 #Source0Download: https://dev.mysql.com/downloads/mysql/8.0.html#downloads
@@ -731,7 +731,8 @@ fi
 %files
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}router
+# don't package: no use for now and no mysqlrouter group
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}router
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/clusters.conf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/60f2c2a489177ce3fba605a454776e2539277048



More information about the pld-cvs-commit mailing list