Release 229-1mamba

This commit is contained in:
Automatic Build System 2023-12-30 11:37:19 +01:00
parent 8c1c9f8bac
commit def213b395
2 changed files with 9 additions and 5 deletions

View File

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

View File

@ -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 <autodist@mambasoft.it> 229-1mamba
- automatic version update by autodist
* Tue Nov 24 2015 Automatic Build System <autodist@mambasoft.it> 228-1mamba
- automatic version update by autodist