Release 228-1mamba

This commit is contained in:
Automatic Build System 2023-12-30 11:37:14 +01:00
parent 75523a5aad
commit 8c1c9f8bac
3 changed files with 19 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -25,8 +25,8 @@
Name: systemd Name: systemd
Epoch: 2 Epoch: 2
Version: 226 Version: 228
Release: 2mamba Release: 1mamba
Summary: A system and service manager compatible with SysV and LSB init scripts Summary: A system and service manager compatible with SysV and LSB init scripts
Group: System/Configuration Group: System/Configuration
Vendor: openmamba Vendor: openmamba
@ -48,7 +48,7 @@ Source17: systemd-sysv-install
Patch0: systemd-191-upstream-build-fix.patch Patch0: systemd-191-upstream-build-fix.patch
Patch1: systemd-197-revert-only-add-support.patch Patch1: systemd-197-revert-only-add-support.patch
Patch2: systemd-198-lock-to-tty-group-openmamba.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 Patch4: systemd-207-gpt-auto-generator.patch
Patch5: udev-177-arm-pre-accept4.patch Patch5: udev-177-arm-pre-accept4.patch
Patch6: systemd-207-swap_fix_reverse_dependencies.patch Patch6: systemd-207-swap_fix_reverse_dependencies.patch
@ -662,6 +662,9 @@ fi
%{_datadir}/pkgconfig/udev.pc %{_datadir}/pkgconfig/udev.pc
%changelog %changelog
* Tue Nov 24 2015 Automatic Build System <autodist@mambasoft.it> 228-1mamba
- automatic version update by autodist
* Thu Nov 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 226-2mamba * Thu Nov 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 226-2mamba
- provide input group - provide input group