From 2f2df586abd15d18ff6ca2824aec01273de70149 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 21 Oct 2015 12:14:04 +0200 Subject: [PATCH] Fix #1508401 Specify GPL Version in the RPm metadata The License field in the Percona-toolkit RPM is GPL. This does not tell the version of GPL and might confuse tools and users that rely on this field. Best practice in the RPM world is to use "GPLv2" for the GPL 2.0 license. The commit switches the license field of the RPM to GPLv2. --- config/rpm/percona-toolkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rpm/percona-toolkit.spec b/config/rpm/percona-toolkit.spec index 0cf67832..11d0b747 100644 --- a/config/rpm/percona-toolkit.spec +++ b/config/rpm/percona-toolkit.spec @@ -3,7 +3,7 @@ Summary: Advanced MySQL and system command-line tools Version: %{version} Release: %{release} Group: Applications/Databases -License: GPL +License: GPLv2 Vendor: Percona URL: http://www.percona.com/software/percona-toolkit/ Source: percona-toolkit-%{version}.tar.gz