Description of problem: %global pidfiledir %{_localstatedir}/run/%{daemon_name} points to legacy /var/run, please make it: %global pidfiledir /run/%{daemon_name} Because Fedora cannot forever rely on the /var/run symlink hack and besides it potentially breaks other components that do expect that the /var/run -> /run move has been completed. (i would not be making an issue out of this if this issue did not affect me) Here are some other occurences that should be addressed: mysql.init.in: # pidfile: /var/run/@DAEMON_NAME@/@DAEMON_NAME@.pid mysql.tmpfiles.d.in: d @PID_FILE_DIR@ 0755 mysql mysql - There is no reason to keep relying on the /var/run symlink. The /var/run -> /run move should have been completed a long time ago. The initscripts package should also be addressing this, and arguably this should just addressed tree wide (all rpm specs, all tmpfiles snippets and all service and socket units should be modified to reflect the new reality) Only then can be truly say that the /var/run -> /run move was completed.
Use %{_rundir} instead.
I updated the path using "%{_rundir}". All "@SOME_MACRO_HERE@" should be updated automaticly.
SELinux context is set correctly. Bug cloned against community-mysql.
Changes pushed as version 3:10.1.24-4. You can use a scratch build on the whiteboard for your usecase. Since I updated MariaDB very recently, I'll wait until more changes accumulate for Bodhi update. -- I'll leave this open until the update, so you'd get notified, once the package reach stable repositories.
mariadb-10.1.25-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-1c581dc391
mariadb-10.1.25-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-5a6f49afbd
mariadb-10.1.25-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-ebeb4bb332
mariadb-10.1.25-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-1c581dc391
mariadb-10.1.25-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.
mariadb-10.1.25-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
mariadb-10.1.25-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.