Remove bundled cmd-line-utils

Related: #1079637
This commit is contained in:
Honza Horak 2014-10-13 20:31:09 +02:00
parent a7cd29b164
commit 0df3a48d80
1 changed files with 8 additions and 1 deletions

View File

@ -107,7 +107,7 @@
Name: %{pkgname}
Version: %{compatver}.%{bugfixver}
Release: 5%{?with_debug:.debug}%{?dist}
Release: 6%{?with_debug:.debug}%{?dist}
Epoch: 1
Summary: A community developed branch of MySQL
@ -495,6 +495,9 @@ MariaDB is a community developed branch of MySQL.
%patch35 -p1
%patch36 -p1
# removing bundled cmd-line-utils
rm -r cmd-line-utils
sed -i -e 's/2.8.7/2.6.4/g' cmake/cpack_rpm.cmake
# workaround for upstream bug #56342
@ -1178,6 +1181,10 @@ fi
%endif
%changelog
* Mon Oct 13 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.14-6
- Remove bundled cmd-line-utils
Related: #1079637
* Wed Oct 08 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.14-5
- Disable tests connect.part_file, connect.part_table
and connect.updelx