Navigation Menu

Skip to content

Commit

Permalink
package centos6 mysql57: remove a needless patch in the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 19, 2018
1 parent 7a98a86 commit 7507021
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/mysql57-community-mroonga.spec.in
Expand Up @@ -31,7 +31,6 @@ Group: Applications/Databases
License: LGPLv2.1
URL: http://mroonga.org/
Source0: http://packages.groonga.org/source/mroonga/mroonga-%{version}.tar.gz
Patch0: https://github.com/mroonga/mroonga/commit/a48c7f126f5b99d45a09c2202ef6a8c0c4a1d9e2.patch

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
BuildRequires: groonga-devel >= %{groonga_required_version}
Expand Down Expand Up @@ -72,8 +71,6 @@ if [ ! -f ../../SRPMS/$srpm ]; then
rpm -Uvh ../../SRPMS/$srpm
fi

%patch0 -p1

%build
mysql_source=../mysql-%{_mysql_version}/mysql-%{_mysql_version}
if [ ! -d ${mysql_source} ]; then
Expand Down
1 change: 0 additions & 1 deletion packages/yum/build-rpm.sh
Expand Up @@ -60,7 +60,6 @@ rpmbuild_options=""
cd

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

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

0 comments on commit 7507021

Please sign in to comment.