Browse code

mariadb: Remove PerconaFT because of AGPL licence

Change-Id: I03f85b69d632e1df13b999910bbf8663a28c5f37
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6570
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Ajay Kaher authored on 2019/01/24 07:38:04
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Database servers made by the original developers of MySQL.
2 2
 Name:           mariadb
3 3
 Version:        10.2.14
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        GPLv2
6 6
 Group:          Applications/Databases
7 7
 Vendor:         VMware, Inc.
... ...
@@ -54,6 +54,8 @@ errmsg for maridb
54 54
 
55 55
 %prep
56 56
 %setup -q %{name}-%{version}
57
+# Remove PerconaFT from mariadb pkg because of AGPL licence
58
+rm -rf storage/tokudb/PerconaFT
57 59
 
58 60
 %build
59 61
 mkdir build && cd build
... ...
@@ -354,6 +356,8 @@ rm -rf %{buildroot}
354 354
 %{_datadir}/mysql/hindi/errmsg.sys
355 355
 
356 356
 %changelog
357
+*   Wed Jan 23 2019 Ajay Kaher <akaher@vmware.com> 10.2.14-2
358
+-   Remove PerconaFT from mariadb pkg because of AGPL licence
357 359
 *   Fri Apr 20 2018 Xiaolin Li <xiaolinl@vmware.com> 10.2.14-1
358 360
 -   Update to verion 10.2.14
359 361
 *   Tue Nov 07 2017 Xiaolin Li <xiaolinl@vmware.com> 10.2.10-1