[mariadb] Remove bundled cmd-line-utils Related: #1079637

Honza Horak hhorak at fedoraproject.org
Mon Oct 13 18:47:07 UTC 2014


commit 0df3a48d8033f65099ccdb8e5680afab85d87841
Author: Honza Horak <hhorak at redhat.com>
Date:   Mon Oct 13 20:31:09 2014 +0200

    Remove bundled cmd-line-utils
    Related: #1079637

 mariadb.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index ebc23f7..b3705e7 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -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 at redhat.com> - 1:10.0.14-6
+- Remove bundled cmd-line-utils
+  Related: #1079637
+
 * Wed Oct 08 2014 Honza Horak <hhorak at redhat.com> - 1:10.0.14-5
 - Disable tests connect.part_file, connect.part_table 
   and connect.updelx


More information about the scm-commits mailing list