[MDEV-8978] [PATCH] RPM License does not specify GPL Version Created: 2015-10-21 Updated: 2015-12-09 Resolved: 2015-12-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform RedHat |
| Affects Version/s: | 10.0.21, 10.1.8 |
| Fix Version/s: | 5.5.47, 10.0.23, 10.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Julien Pivotto | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The License field in the MariaDB 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. Packages should then ideally switch to GPLv2. Pull requests linked. |
| Comments |
| Comment by Sergei Golubchik [ 2015-10-22 ] |
|
Thanks! This also needs to be done in 5.5, so I'll fix 5.5 first and then merge the change upwards. |
| Comment by Julien Pivotto [ 2015-10-22 ] |
|
https://github.com/MariaDB/server/pull/109 Here is the PR then |