From 84311089a59a4abf8d5078c22ee37624a50f6299 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Fri, 8 Dec 2017 11:44:14 +0800 Subject: [PATCH] Release 2.0.16-3 Workaround a build failure (rhbz1520805) --- kexec-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 20fcd8b..0183de4 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -318,6 +318,9 @@ done %doc %changelog +* Fri Dec 8 2017 Dave Young - 2.0.16-3 +- workaround koji build failure (rhbz1520805) + * Mon Dec 4 2017 Dave Young - 2.0.16-2 - dracut-module-setup.sh: check whether to include multipath-hostonly or not - Revert "kdumpctl: sanity check of nr_cpus for x86_64 in case running out of vectors"