mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-02-28 02:07:54 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user