From 2ccb3a9dee6de66f0e79ec97c644f9d61afd8e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 21 Dec 2019 19:00:29 +0100 Subject: [PATCH] Disable service watchdogs (for systemd units) --- systemd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index e0fe9af..bc11419 100644 --- a/systemd.spec +++ b/systemd.spec @@ -15,7 +15,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 244.1 -Release: 1%{?commit:.git%{shortcommit}}%{?dist} +Release: 2%{?commit:.git%{shortcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -303,6 +303,7 @@ CONFIGURE_OPTS=( -Drc-local=/etc/rc.d/rc.local -Dntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org' -Duser-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin + -Dservice-watchdog= -Ddev-kvm-mode=0666 -Dkmod=true -Dxkbcommon=true @@ -709,6 +710,9 @@ fi %files tests -f .file-list-tests %changelog +* Sat Dec 21 2019 - 244.1-2 +- Disable service watchdogs (for systemd units) + * Sun Dec 15 2019 - 244.1-1 - Update to latest stable batch (systemd-networkd fixups, better support for seccomp on s390x, minor cleanups to documentation).