From 204679af4a7404c2698816a45a484eab8b3d77f7 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Apr 07 2021 22:35:15 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/systemd.spec b/SPECS/systemd.spec index 919f632..37cdc88 100644 --- a/SPECS/systemd.spec +++ b/SPECS/systemd.spec @@ -13,7 +13,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 239 -Release: 41%{?dist}.1 +Release: 41%{?dist}.2 # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -486,6 +486,7 @@ Patch0433: 0433-man-document-new-boot-complete.target-unit.patch Patch0434: 0434-core-make-sure-to-restore-the-control-command-id-too.patch Patch0435: 0435-cgroup-freezer-action-must-be-NOP-when-cgroup-v2-fre.patch Patch0436: 0436-logind-don-t-print-warning-when-user-.service-templa.patch +Patch0437: 0437-fix-typo-in-ProtectSystem-option.patch %ifarch %{ix86} x86_64 aarch64 @@ -1114,6 +1115,9 @@ fi %files tests -f .file-list-tests %changelog +* Tue Mar 09 2021 systemd maintenance team - 239-41.2 +- fix typo in ProtectSystem= option (#1934500) + * Fri Nov 06 2020 systemd maintenance team - 239-41.1 - logind: don't print warning when user@.service template is masked (#1894152)