Hello community,

here is the log from the commit of package caasp-tools for openSUSE:Factory 
checked in at 2018-09-28 08:53:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caasp-tools (Old)
 and      /work/SRC/openSUSE:Factory/.caasp-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caasp-tools"

Fri Sep 28 08:53:07 2018 rev:20 rq:638387 version:1.0+git20180926.e9f5cfe

Changes:
--------
--- /work/SRC/openSUSE:Factory/caasp-tools/caasp-tools.changes  2018-08-22 
14:20:56.418435131 +0200
+++ /work/SRC/openSUSE:Factory/.caasp-tools.new/caasp-tools.changes     
2018-09-28 08:53:10.717748329 +0200
@@ -2 +2,9 @@
-Tue Aug 21 12:15:29 UTC 2018 - opensuse-packag...@opensuse.org
+Wed Sep 26 11:47:42 UTC 2018 - ku...@suse.de
+
+- Update to version 1.0+git20180926.e9f5cfe:
+  * Overwrite systemd-coredump for core files, as systemd is not
+    available in containers.
+- Add conflict with systemd-coredump
+
+-------------------------------------------------------------------
+Tue Aug 21 12:15:29 UTC 2018 - ku...@suse.de

Old:
----
  microos-tools-1.0+git20180821.b2af3a9.tar.xz

New:
----
  microos-tools-1.0+git20180926.e9f5cfe.tar.xz

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

Other differences:
------------------
++++++ caasp-tools.spec ++++++
--- /var/tmp/diff_new_pack.LUBbRV/_old  2018-09-28 08:53:11.293747496 +0200
+++ /var/tmp/diff_new_pack.LUBbRV/_new  2018-09-28 08:53:11.293747496 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           caasp-tools
-Version:        1.0+git20180821.b2af3a9
+Version:        1.0+git20180926.e9f5cfe
 Release:        0
 Summary:        Files and Scripts for SUSE CaaS Platform
 License:        GPL-2.0-or-later
@@ -31,6 +31,7 @@
 Requires:       ntp2chrony
 Requires:       perl-JSON
 Requires:       read-only-root-fs
+Conflicts:      systemd-coredump
 BuildArch:      noarch
 
 %description
@@ -87,6 +88,7 @@
 %config %{_sysconfdir}/systemd/system/systemd-firstboot.service
 %config %{_sysconfdir}/salt/minion.d/grains_refresh.conf
 %{_unitdir}
+%{_prefix}/lib/sysctl.d/51-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_libexecdir}/python*
 %{_sbindir}/adjust-cloud-cfg

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LUBbRV/_old  2018-09-28 08:53:11.317747461 +0200
+++ /var/tmp/diff_new_pack.LUBbRV/_new  2018-09-28 08:53:11.317747461 +0200
@@ -5,6 +5,7 @@
     <param name="url">git://github.com/kubic-project/microos-tools.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
+    <param name="changesauthor">ku...@suse.de</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="compression">xz</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.LUBbRV/_old  2018-09-28 08:53:11.333747438 +0200
+++ /var/tmp/diff_new_pack.LUBbRV/_new  2018-09-28 08:53:11.333747438 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/kubic-project/microos-tools.git</param>
-    <param 
name="changesrevision">b2af3a970986fd17e2b8f0f53bf4eda27edffbcb</param>
+    <param 
name="changesrevision">e9f5cfe44699ae487d5067ae167478f5299d4432</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ microos-tools-1.0+git20180821.b2af3a9.tar.xz -> 
microos-tools-1.0+git20180926.e9f5cfe.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/microos-tools-1.0+git20180821.b2af3a9/usr/lib/sysctl.d/51-corefiles.conf 
new/microos-tools-1.0+git20180926.e9f5cfe/usr/lib/sysctl.d/51-corefiles.conf
--- 
old/microos-tools-1.0+git20180821.b2af3a9/usr/lib/sysctl.d/51-corefiles.conf    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/microos-tools-1.0+git20180926.e9f5cfe/usr/lib/sysctl.d/51-corefiles.conf    
    2018-09-26 13:46:33.000000000 +0200
@@ -0,0 +1,10 @@
+# Create core files in /tmp with an unique name
+# %p: pid
+# %%: output one '%'
+# %u: uid
+# %g: gid
+# %s: signal number
+# %t: UNIX time of dump
+# %h: hostname
+# %e: executable filename
+kernel.core_pattern=/tmp/core.%h.%e.%p.%t


Reply via email to