From af68129409f3ae5c75ba540242ae013fe25e72ed Mon Sep 17 00:00:00 2001 From: Packit Service Date: Apr 07 2021 22:24:51 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/pacemaker.spec b/SPECS/pacemaker.spec index 6290d45..9b8501b 100644 --- a/SPECS/pacemaker.spec +++ b/SPECS/pacemaker.spec @@ -227,7 +227,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager Version: %{pcmkversion} -Release: %{pcmk_release}%{?dist}.1 +Release: %{pcmk_release}%{?dist}.2 %if %{defined _unitdir} License: GPLv2+ and LGPLv2+ %else @@ -265,6 +265,8 @@ Patch13: 013-pacemakerd.patch Patch14: 014-sbd.patch Patch15: 015-cibsecret.patch Patch16: 016-CVE-2020-25654.patch +Patch17: 017-promotion.patch +Patch18: 018-api-schema.patch # downstream-only commits #Patch100: xxx.patch @@ -962,6 +964,12 @@ exit 0 %license %{nagios_name}-%{nagios_hash}/COPYING %changelog +* Thu Mar 4 2021 Ken Gaillot - 2.0.4-6.2 +- Avoid situation where promotion is not scheduled until next transition +- Avoid pcs failures when Pacemaker records negative call ID in history +- Resolves: rhbz1935240 +- Resolves: rhbz1939533 + * Mon Oct 26 2020 Ken Gaillot - 2.0.4-6.1 - Prevent users from bypassing ACLs by using IPC directly (CVE-2020-25654) - Resolves: rhbz1891528