From 3b99781c8c1b7b53976a1232cc2d0a2e376ab94a Mon Sep 17 00:00:00 2001 From: snoweay Date: Wed, 28 Apr 2021 18:51:19 +0800 Subject: [PATCH] spec: Fix bug of license to GPLv2+ Use correct license "GPLv2+" in spec Signed-off-by: snoweay --- kexec-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index baceb95..eaf9385 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,8 +4,8 @@ Name: kexec-tools Version: 2.0.20 -Release: 15 -License: GPLv2 +Release: 16 +License: GPLv2+ Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ Source0: http://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz @@ -316,6 +316,9 @@ done %endif %changelog +* Wed Apr 28 2021 snoweay - 2.0.20-16 +- Fix bug of license to GPLv2+ + * Wed Apr 28 2021 snoweay - 2.0.20-15 - Add support for quick kexec kexec: Add quick kexec support