Navigation Menu

Skip to content

Commit

Permalink
Revert "mariadb10.1: apply patch for 10.1.36-2"
Browse files Browse the repository at this point in the history
This reverts commit c8a8140.

This kind of build error should be fixed as new version - 8.07
  • Loading branch information
kenhys committed Sep 27, 2018
1 parent ea9b915 commit 1042cc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/rpm/centos/mariadb-10.1-mroonga.spec.in
Expand Up @@ -41,8 +41,6 @@ Requires: MariaDB-client = %{_mariadb_version}-%{_mariadb_release}.%{_mariadb_di
Requires: groonga-libs >= %{groonga_required_version}
Requires: groonga-normalizer-mysql

Patch0: https://github.com/mroonga/mroonga/commit/e32fbf89241962b0ba884393271e9040ec08fc53.patch

%description
Mroonga is a fast fulltext searchable storage plugin for MariaDB.
It is based on Groonga that is a fast fulltext search engine and
Expand All @@ -59,7 +57,6 @@ Documentation for Mroonga

%prep
%setup -q -n mroonga-%{version}
%patch0 -p1

mariadb_tar_gz=mariadb-%{_mariadb_version}.tar.gz
mariadb_source_url=%{_mariadb_download_base_url}/mariadb-%{_mariadb_version}/source/${mariadb_tar_gz}
Expand Down
1 change: 0 additions & 1 deletion packages/yum/build-rpm.sh
Expand Up @@ -61,7 +61,6 @@ cd

run cp /vagrant/tmp/${PACKAGE}-${VERSION}.* rpmbuild/SOURCES/
run cp /vagrant/tmp/${distribution}/*.spec rpmbuild/SPECS/
(cd rpmbuild/SOURCES/ && run wget https://github.com/mroonga/mroonga/commit/e32fbf89241962b0ba884393271e9040ec08fc53.patch)

package_name=$(cd rpmbuild/SPECS; echo *.spec | sed -e 's/\.spec$//g')

Expand Down

0 comments on commit 1042cc8

Please sign in to comment.