Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2020-09-14 12:04:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Mon Sep 14 12:04:07 2020 rev:102 rq:833528 version:10.4.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2020-08-28 
21:13:32.844096633 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new.4249/mariadb.changes        
2020-09-14 12:05:50.107780510 +0200
@@ -1,0 +2,16 @@
+Tue Sep  1 15:44:02 UTC 2020 - Cristian Rodríguez <[email protected]>
+
+-  Using basic.target dependencies is not needed with any systemd 
+   release unless DefaultDependencies is disabled, remove from
+   unit files
+
+-------------------------------------------------------------------
+Tue Sep  1 15:05:00 UTC 2020 - Cristian Rodríguez <[email protected]>
+
+- Mariadb uses hrtimers with absolute CLOCK_REALTIME values, this
+  won't work correctly if the clock isn't set and will do funny things
+  if it goes backward after starting the server as POSIX says that the new
+  clock value shall influence them, start the service after time-sync.target
+  to workaround the problem.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ mariadb.service.in ++++++
--- /var/tmp/diff_new_pack.MLsFyA/_old  2020-09-14 12:06:00.863791567 +0200
+++ /var/tmp/diff_new_pack.MLsFyA/_new  2020-09-14 12:06:00.863791567 +0200
@@ -23,9 +23,8 @@
 Description=MariaDB database server
 Documentation=man:mysqld(8)
 Documentation=https://mariadb.com/kb/en/library/systemd/
-Wants=basic.target
 Conflicts=mariadb.target
-After=basic.target network.target 
+After=network.target time-sync.target 
 
 [Install]
 WantedBy=multi-user.target

++++++ [email protected] ++++++
--- /var/tmp/diff_new_pack.MLsFyA/_old  2020-09-14 12:06:00.903791608 +0200
+++ /var/tmp/diff_new_pack.MLsFyA/_new  2020-09-14 12:06:00.903791608 +0200
@@ -23,9 +23,8 @@
 Description=MariaDB database server - %I instance
 Documentation=man:mysqld(8)
 Documentation=https://mariadb.com/kb/en/library/systemd/
-Wants=basic.target
 PartOf=mariadb.target
-After=basic.target network.target
+After=network.target time-sync.target
 
 [Install]
 WantedBy=multi-user.target


Reply via email to