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

Honza Horak hhorak at fedoraproject.org
Mon Oct 13 19:08:23 UTC 2014


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

    Remove bundled cmd-line-utils
    Related: #1079637
    
    Conflicts:
    	mariadb-galera.spec

 mariadb-galera.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mariadb-galera.spec b/mariadb-galera.spec
index f91e5ae..eea8f00 100644
--- a/mariadb-galera.spec
+++ b/mariadb-galera.spec
@@ -104,7 +104,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
@@ -535,6 +535,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
@@ -1242,6 +1245,10 @@ fi
 %endif
 
 %changelog
+* Mon Oct 13 2014 Honza Horak <hhorak at redhat.com> - 1:10.0.13-6
+- Remove bundled cmd-line-utils
+  Related: #1079637
+
 * Wed Oct 08 2014 Honza Horak <hhorak at redhat.com> - 1:10.0.13-5
 - Disable tests connect.part_file, connect.part_table
   and connect.updelx


More information about the scm-commits mailing list