]> git.pld-linux.org Git - packages/mysql.git/commitdiff
Rel 3; don't provide skel for now as it colides with other mysql clients auto/th/mysql8.0-8.0.36-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Mar 2024 10:12:40 +0000 (11:12 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Mar 2024 10:12:40 +0000 (11:12 +0100)
mysql.spec

index 82aa255d98876883c780f8b97c1f20b7aae3f9dc..15d5dd6293b82a6c4d01815f3e48aa5a25504968 100644 (file)
@@ -39,7 +39,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器
 Name:          mysql%{majorver}
 # keep stable (and not "innovation") line here
 Version:       8.0.36
-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
@@ -907,7 +907,7 @@ fi
 
 %files client
 %defattr(644,root,root,755)
-%attr(600,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/skel/.my.cnf
+#%attr(600,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/skel/.my.cnf
 %attr(755,root,root) %{_bindir}/mysql%{majorver}
 %attr(755,root,root) %{_bindir}/mysqladmin%{majorver}
 %attr(755,root,root) %{_bindir}/mysqlbinlog%{majorver}
This page took 0.058565 seconds and 4 git commands to generate.