diff --git a/backport-logind.conf-Fix-name-of-option-RuntimeDirectoryInode.patch b/backport-logind.conf-Fix-name-of-option-RuntimeDirectoryInode.patch new file mode 100644 index 0000000..a3d5881 --- /dev/null +++ b/backport-logind.conf-Fix-name-of-option-RuntimeDirectoryInode.patch @@ -0,0 +1,26 @@ +From a42a93830fcc18da073a5ac06f93c386efc9109d Mon Sep 17 00:00:00 2001 +From: Arfrever Frehtes Taifersar Arahesis +Date: Thu, 27 Jan 2022 00:00:00 +0000 +Subject: [PATCH] logind.conf: Fix name of option: RuntimeDirectoryInodes -> + RuntimeDirectoryInodesMax + +--- + src/login/logind.conf.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/login/logind.conf.in b/src/login/logind.conf.in +index 2d084e134d..926bd6cfe9 100644 +--- a/src/login/logind.conf.in ++++ b/src/login/logind.conf.in +@@ -39,7 +39,7 @@ + #IdleAction=ignore + #IdleActionSec=30min + #RuntimeDirectorySize=10% +-#RuntimeDirectoryInodes=400k ++#RuntimeDirectoryInodesMax=400k + #RemoveIPC=no + #InhibitorsMax=8192 + #SessionsMax=8192 +-- +2.27.0 + diff --git a/systemd.spec b/systemd.spec index de211c7..4c3a1cb 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 249 -Release: 19 +Release: 20 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -97,6 +97,7 @@ Patch6022: backport-journalctl-never-fail-at-flushing-when-the-flushed-f.pa Patch6023: backport-core-fix-SIGABRT-on-empty-exec-command-argv.patch Patch6024: backport-core-service-also-check-path-in-exec-commands.patch Patch6025: backport-Add-meson-option-to-disable-urlify.patch +Patch6026: backport-logind.conf-Fix-name-of-option-RuntimeDirectoryInode.patch BuildRequires: gcc, gcc-c++ BuildRequires: libcap-devel, libmount-devel, pam-devel, libselinux-devel @@ -1499,6 +1500,9 @@ fi %{_libdir}/security/pam_systemd.so %changelog +* Fri Apr 8 2022 xujing - 249-20 +- fix name of option: RuntimeDirectoryInodes + * Fri Apr 8 2022 wangyuhang - 249-19 - set dnssec to be allow-downgrade by default set mdns to be yes by default