Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2018-01-02 16:32:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Tue Jan  2 16:32:18 2018 rev:63 rq:559491 version:10.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2017-12-06 
08:56:03.706535953 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2018-01-02 
16:32:27.031239869 +0100
@@ -1,0 +2,9 @@
+Thu Dec 21 12:42:28 UTC 2017 - [email protected]
+
+- Do not manually delete
+  
%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something:
+  The file is listed as ghost and thus properly owned by the
+  package.
+- Use %tmpfiles_create which can cope with transactional updates.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.GCATUt/_old  2018-01-02 16:32:30.134205129 +0100
+++ /var/tmp/diff_new_pack.GCATUt/_new  2018-01-02 16:32:30.138203796 +0100
@@ -673,15 +673,12 @@
 
 %post
 %service_add_post mysql.service
-# Use %%tmpfiles_create when 13.2 is oldest in support scope
-%{_bindir}/systemd-tmpfiles --create %{_tmpfilesdir}/mysql.conf || :
+%tmpfiles_create %{_tmpfilesdir}/mysql.conf
 
 # SLE11 Migration support
 for i in protected tmp; do
     rmdir "$datadir"/.$i 2>/dev/null || :
 done
-# Remove any messages that could've been in place about the upgrade
-rm -f 
%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something
 
 # During package rename (migration maria->mysql-community-server),
 # there might be config file move and we get rpmsave that we should keep
@@ -735,8 +732,6 @@
 
 %postun
 %service_del_postun mysql.service
-# Remove the /var/adm updatemsg that was hand-created and thus not on filelist
-rm -f 
%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something
 
 %post -n libmysqld%{soname} -p /sbin/ldconfig
 %postun -n libmysqld%{soname} -p /sbin/ldconfig



Reply via email to