Skip to content

Commit 584c07b

Browse files
Julien Pivottovuvova
authored andcommitted
MDEV-8978 Specify GPL version in RPM metadata
The License field in the MariaDB RPM packages 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 packages to GPLv2.
1 parent 142b725 commit 584c07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cpack_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SET(CPACK_RPM_PACKAGE_NAME "MariaDB")
3131
SET(CPACK_PACKAGE_FILE_NAME "${CPACK_RPM_PACKAGE_NAME}-${VERSION}-${RPM}-${CMAKE_SYSTEM_PROCESSOR}")
3232

3333
SET(CPACK_RPM_PACKAGE_RELEASE "1%{?dist}")
34-
SET(CPACK_RPM_PACKAGE_LICENSE "GPL")
34+
SET(CPACK_RPM_PACKAGE_LICENSE "GPLv2")
3535
SET(CPACK_RPM_PACKAGE_RELOCATABLE FALSE)
3636
SET(CPACK_RPM_PACKAGE_GROUP "Applications/Databases")
3737
SET(CPACK_RPM_PACKAGE_URL "http://mariadb.org")

0 commit comments

Comments
 (0)