forked from pool/systemd
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
This commit is contained in:
parent
9cd4b7914f
commit
aef4e769b8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user