From 154195d22cf63b23a08822908bddd3020da97144 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Sun, 25 Apr 2021 13:32:20 +0800 Subject: [PATCH] Release 2.0.21-7 Related: rhbz#1938165 Signed-off-by: Tao Liu --- kexec-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 2cb5851..0b142b8 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.21 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -361,6 +361,10 @@ done %endif %changelog +* Sun Apr 25 2021 Tao Liu - 2.0.21-7 +- Fix incorrect vmcore permissions when dumped through ssh +- Fix incorrect permissions on kdump dmesg file + * Fri Apr 16 2021 Mohan Boddu - 2.0.21-6 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937