From 8c1c9f8bacdcae936e9eee10e4a5decc1e1723d3 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:37:14 +0100 Subject: [PATCH] Release 228-1mamba --- systemd-205-disable-systemd-coredump.patch | 13 ------------- systemd-228-disable-systemd-coredump.patch | 13 +++++++++++++ systemd.spec | 9 ++++++--- 3 files changed, 19 insertions(+), 16 deletions(-) delete mode 100644 systemd-205-disable-systemd-coredump.patch create mode 100644 systemd-228-disable-systemd-coredump.patch diff --git a/systemd-205-disable-systemd-coredump.patch b/systemd-205-disable-systemd-coredump.patch deleted file mode 100644 index 07eb1ed..0000000 --- a/systemd-205-disable-systemd-coredump.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- systemd-205/sysctl.d/50-coredump.conf.in.orig 2013-07-17 14:57:45.487845209 +0200 -+++ systemd-205/sysctl.d/50-coredump.conf.in 2013-07-17 14:59:18.777993310 +0200 -@@ -7,4 +7,9 @@ - - # See sysctl.d(5) and core(5) for for details. - --kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %p %u %g %s %t %e -+# NOTE: systemd-coredump is disabled; to enable it create a file called -+# /etc/sysctl.d/50-coredump.conf with the following uncommented line: -+#kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %p %u %g %s %t %e -+ -+kernel.core_pattern = core -+kernel.core_users_pid = 0 diff --git a/systemd-228-disable-systemd-coredump.patch b/systemd-228-disable-systemd-coredump.patch new file mode 100644 index 0000000..560d4c1 --- /dev/null +++ b/systemd-228-disable-systemd-coredump.patch @@ -0,0 +1,13 @@ +--- systemd-228/sysctl.d/50-coredump.conf.in.orig 2015-11-23 21:25:34.287966718 +0100 ++++ systemd-228/sysctl.d/50-coredump.conf.in 2015-11-24 00:28:21.717824291 +0100 +@@ -9,4 +9,9 @@ + # and systemd-coredump(8) and core(5) for the explanation of the + # setting below. + +-kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %P %u %g %s %t %e ++# NOTE: systemd-coredump is disabled; to enable it create a file called ++# /etc/sysctl.d/50-coredump.conf with the following uncommented line: ++#kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %P %u %g %s %t %e ++ ++kernel.core_pattern = core ++kernel.core_users_pid = 0 diff --git a/systemd.spec b/systemd.spec index f5fcc9e..9bfde72 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,8 +25,8 @@ Name: systemd Epoch: 2 -Version: 226 -Release: 2mamba +Version: 228 +Release: 1mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -48,7 +48,7 @@ Source17: systemd-sysv-install Patch0: systemd-191-upstream-build-fix.patch Patch1: systemd-197-revert-only-add-support.patch Patch2: systemd-198-lock-to-tty-group-openmamba.patch -Patch3: systemd-205-disable-systemd-coredump.patch +Patch3: systemd-228-disable-systemd-coredump.patch Patch4: systemd-207-gpt-auto-generator.patch Patch5: udev-177-arm-pre-accept4.patch Patch6: systemd-207-swap_fix_reverse_dependencies.patch @@ -662,6 +662,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Tue Nov 24 2015 Automatic Build System 228-1mamba +- automatic version update by autodist + * Thu Nov 12 2015 Silvan Calarco 226-2mamba - provide input group