From def213b395fefbfb677ff0089ca7821a6f74e273 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:37:19 +0100 Subject: [PATCH] Release 229-1mamba --- ...patch => systemd-229-disable-systemd-coredump.patch | 4 ++-- systemd.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) rename systemd-228-disable-systemd-coredump.patch => systemd-229-disable-systemd-coredump.patch (95%) diff --git a/systemd-228-disable-systemd-coredump.patch b/systemd-229-disable-systemd-coredump.patch similarity index 95% rename from systemd-228-disable-systemd-coredump.patch rename to systemd-229-disable-systemd-coredump.patch index 560d4c1..2c8f46e 100644 --- a/systemd-228-disable-systemd-coredump.patch +++ b/systemd-229-disable-systemd-coredump.patch @@ -4,10 +4,10 @@ # 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 +-kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %P %u %g %s %t %c %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=|@rootlibexecdir@/systemd-coredump %P %u %g %s %t %c %e + +kernel.core_pattern = core +kernel.core_users_pid = 0 diff --git a/systemd.spec b/systemd.spec index 9bfde72..6c7c4ef 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Name: systemd Epoch: 2 -Version: 228 +Version: 229 Release: 1mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration @@ -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-228-disable-systemd-coredump.patch +Patch3: systemd-229-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 @@ -210,7 +210,7 @@ This package include development files for building software using udev librarie #%patch5 -p1 #%endif #%patch1 -R -p1 -%patch2 -p1 +#%patch2 -p1 %patch3 -p1 #%patch4 -p1 #%patch6 -p1 @@ -507,6 +507,7 @@ fi %{_bindir}/systemd-analyze %{_bindir}/systemd-cgls %{_bindir}/systemd-nspawn +%{_bindir}/systemd-resolve %{_bindir}/systemd-stdio-bridge %{_datadir}/bash-completion/completions/* %exclude %{_datadir}/bash-completion/completions/udevadm @@ -662,6 +663,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Fri Feb 19 2016 Automatic Build System 229-1mamba +- automatic version update by autodist + * Tue Nov 24 2015 Automatic Build System 228-1mamba - automatic version update by autodist