Browse code

mariadb: Remove PerconaFT because of AGPL licence

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

Ajay Kaher authored on 2019/01/24 07:35:05
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.
... ...
@@ -55,6 +55,8 @@ errmsg for maridb
55 55
 
56 56
 %prep
57 57
 %setup -q %{name}-%{version}
58
+# Remove PerconaFT mariadb pkg because of AGPL licence
59
+rm -rf storage/tokudb/PerconaFT
58 60
 
59 61
 %build
60 62
 mkdir build && cd build
... ...
@@ -355,6 +357,8 @@ rm -rf %{buildroot}
355 355
 %{_datadir}/mysql/hindi/errmsg.sys
356 356
 
357 357
 %changelog
358
+*   Wed Jan 23 2019 Ajay Kaher <akaher@vmware.com> 10.2.14-2
359
+-   Remove PerconaFT from mariadb pkg because of AGPL licence
358 360
 *   Fri Apr 20 2018 Xiaolin Li <xiaolinl@vmware.com> 10.2.14-1
359 361
 -   Update to verion 10.2.14
360 362
 *   Mon Nov 06 2017 Xiaolin Li <xiaolinl@vmware.com> 10.2.10-1