From c03ad18628d94a3cd5b9bff075c06c2d4d04af2b174ff3cb16a2e2203636e2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Thu, 25 Jun 2015 04:25:21 +0000 Subject: [PATCH] Accepting request 313572 from home:pluskalm:branches:Base:System - Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage - Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage OBS-URL: https://build.opensuse.org/request/show/313572 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=877 --- systemd-mini.changes | 6 ++++++ systemd-mini.spec | 7 +------ systemd.changes | 6 ++++++ systemd.spec | 7 +------ 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 4a6ae87f..5b4c3061 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -6,6 +6,12 @@ Wed Jun 24 17:43:22 UTC 2015 - hrvoje.senjan@gmail.com - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run +------------------------------------------------------------------- +Wed Jun 24 14:17:04 UTC 2015 - mpluskal@suse.com + +- Install 50-coredump.conf as coredumpctl is now installed by + default and does not use journal anymore as default storage + ------------------------------------------------------------------- Fri Jun 19 20:51:14 UTC 2015 - jengelh@inai.de diff --git a/systemd-mini.spec b/systemd-mini.spec index f00a1516..76be8378 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -791,12 +791,6 @@ cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/sg.conf sg EOF -# To avoid making life hard for Factory developers, don't package the -# kernel.core_pattern setting until systemd-coredump is a part of an actual -# systemd release and it's made clear how to get the core dumps out of the -# journal. -rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-coredump.conf - # do not ship sysctl defaults in systemd package, will be part of # aaa_base (in procps for now) rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-default.conf @@ -1247,6 +1241,7 @@ exit 0 %dir %{_libexecdir}/sysctl.d %dir %{_sysconfdir}/sysctl.d +%{_prefix}/lib/sysctl.d/50-coredump.conf %dir %{_sysconfdir}/systemd %dir %{_sysconfdir}/systemd/system diff --git a/systemd.changes b/systemd.changes index 4a6ae87f..5b4c3061 100644 --- a/systemd.changes +++ b/systemd.changes @@ -6,6 +6,12 @@ Wed Jun 24 17:43:22 UTC 2015 - hrvoje.senjan@gmail.com - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run +------------------------------------------------------------------- +Wed Jun 24 14:17:04 UTC 2015 - mpluskal@suse.com + +- Install 50-coredump.conf as coredumpctl is now installed by + default and does not use journal anymore as default storage + ------------------------------------------------------------------- Fri Jun 19 20:51:14 UTC 2015 - jengelh@inai.de diff --git a/systemd.spec b/systemd.spec index d844a0a5..21878f6d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -786,12 +786,6 @@ cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/sg.conf sg EOF -# To avoid making life hard for Factory developers, don't package the -# kernel.core_pattern setting until systemd-coredump is a part of an actual -# systemd release and it's made clear how to get the core dumps out of the -# journal. -rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-coredump.conf - # do not ship sysctl defaults in systemd package, will be part of # aaa_base (in procps for now) rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-default.conf @@ -1242,6 +1236,7 @@ exit 0 %dir %{_libexecdir}/sysctl.d %dir %{_sysconfdir}/sysctl.d +%{_prefix}/lib/sysctl.d/50-coredump.conf %dir %{_sysconfdir}/systemd %dir %{_sysconfdir}/systemd/system