[packages/mysql] Rel 3; don't install mysqlrouter logrotate (due to it being useless)
arekm
arekm at pld-linux.org
Tue Sep 23 16:23:15 CEST 2025
commit 2040c4c5aaedfb321e6af19347b4378a167b1e93
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Sep 23 16:23:04 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 737ff91..ea6e267 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -39,7 +39,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器
Name: mysql%{majorver}
# keep stable (and not "innovation") line here
Version: 8.4.6
-Release: 2
+Release: 3
License: GPL v2 + MySQL FOSS License Exception
Group: Applications/Databases
#Source0Download: https://dev.mysql.com/downloads/mysql/8.4.html#downloads
@@ -730,7 +730,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/2040c4c5aaedfb321e6af19347b4378a167b1e93
More information about the pld-cvs-commit
mailing list