File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ SET(ignored
162
162
SET (CPACK_RPM_server_USER_FILELIST
163
163
${ignored}
164
164
"%config(noreplace) ${INSTALL_SYSCONF2DIR} /*"
165
- "%config(noreplace) ${INSTALL_SYSCONFDIR} /logrotate.d/mysql "
165
+ "%config(noreplace) ${INSTALL_SYSCONFDIR} /logrotate.d/mariadb "
166
166
)
167
167
SET (CPACK_RPM_common_USER_FILELIST ${ignored} "%config(noreplace) ${INSTALL_SYSCONFDIR} /my.cnf" )
168
168
SET (CPACK_RPM_shared_USER_FILELIST ${ignored} "%config(noreplace) ${INSTALL_SYSCONF2DIR} /*" )
Original file line number Diff line number Diff line change 1
1
etc/columnstore/storagemanager.cnf.example # Copy of etc/columnstore/storagemanager.cnf that is installed
2
- etc/logrotate.d/mysql # Debian packaging uses mariadb-server.mysql-server.logrotate
3
2
etc/my.cnf # Debian packaging has /etc/mysql/my.cnf, which is a symlink to mariadb.cnf
4
3
etc/mysql/mariadb.conf.d/client.cnf # Debian packaging uses files from debian/additions/mariadb.cnf.d/
5
4
etc/mysql/mariadb.conf.d/enable_encryption.preset # Debian packaging uses files from debian/additions/mariadb.cnf.d/
@@ -51,6 +50,7 @@ usr/share/mysql/Mongo2.jar
51
50
usr/share/mysql/Mongo3.jar
52
51
usr/share/mysql/binary-configure
53
52
usr/share/mysql/magic
53
+ usr/share/mysql/mariadb.logrotate
54
54
usr/share/mysql/maria_add_gis_sp.sql # mariadb-server-core.install has *_bootstrap.sql
55
55
usr/share/mysql/mysql-test/asan.supp
56
56
usr/share/mysql/mysql-test/lsan.supp
You can’t perform that action at this time.
0 commit comments