diff --git a/change-default-coredump-path.patch b/change-default-coredump-path.patch index df95bfbffc7047c3e4e5589fa784c3444d8dd955..c4a5368f9a9eab1af96855ce25d82935578017f7 100644 --- a/change-default-coredump-path.patch +++ b/change-default-coredump-path.patch @@ -1,4 +1,4 @@ -From 77ea5b071789c43443bbcc5c4be88d72cdd3b1a0 Mon Sep 17 00:00:00 2001 +From 0152674da19404b89c4efc607b112d567e533887 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Sat, 26 Sep 2020 18:53:43 +0800 Subject: [PATCH] change default coredump path @@ -8,7 +8,7 @@ Subject: [PATCH] change default coredump path 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysctl.d/50-coredump.conf.in b/sysctl.d/50-coredump.conf.in -index da76fd7..06b3a87 100644 +index da76fd7..756ce24 100644 --- a/sysctl.d/50-coredump.conf.in +++ b/sysctl.d/50-coredump.conf.in @@ -13,7 +13,7 @@ @@ -16,7 +16,7 @@ index da76fd7..06b3a87 100644 # # See systemd-coredump(8) and core(5). -kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %P %u %g %s %t %c %h -+kernel.core_pattern=@rootlibexecdir@/core-%e-%p-%t ++kernel.core_pattern=/var/lib/systemd/coredump/core-%e-%p-%t # Also dump processes executing a set-user-ID/set-group-ID program that is # owned by a user/group other than the real user/group ID of the process, or diff --git a/systemd.spec b/systemd.spec index 1905e8f52f265d2308ca84017bc719a054ca0779..6f2db0c335c877c5a78a90b39c7f5ea1416263c9 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 246 -Release: 8 +Release: 9 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -1493,7 +1493,13 @@ fi %exclude /usr/share/man/man3/* %changelog -* Thu Sep 17 2020 openEuler Buildteam - 246-7 +* Sun Sep 27 2020 openEuler Buildteam - 246-9 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:modify the last modification + +* Sat Sep 26 2020 openEuler Buildteam - 246-8 - Type:enhancement - ID:NA - SUG:NA