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