hhorak pushed to mariadb (f22). "Include client plugins into -common package since they are used by both -libs (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 7 20:43:39 UTC 2015


From 41d13c39ac881f87c4771c45d5a45f6de7d408ed Mon Sep 17 00:00:00 2001
From: Honza Horak <hhorak at redhat.com>
Date: Fri, 13 Mar 2015 16:03:16 +0100
Subject: Include client plugins into -common package since they are used by
 both -libs

  and base packages.

Conflicts:
	mariadb.spec

diff --git a/mariadb.spec b/mariadb.spec
index 838e77f..b330932 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -117,7 +117,7 @@
 
 Name:             mariadb
 Version:          %{compatver}.%{bugfixver}
-Release:          3%{?with_debug:.debug}%{?dist}
+Release:          4%{?with_debug:.debug}%{?dist}
 Epoch:            1
 
 Summary:          A community developed branch of MySQL
@@ -936,8 +936,6 @@ fi
 %if %{with clibrary}
 %files libs
 %{_libdir}/mysql/libmysqlclient.so.*
-%{_libdir}/mysql/plugin/dialog.so
-%{_libdir}/mysql/plugin/mysql_clear_password.so
 %{_sysconfdir}/ld.so.conf.d/*
 %config(noreplace) %{_sysconfdir}/my.cnf.d/client.cnf
 %endif
@@ -957,6 +955,8 @@ fi
 %doc storage/innobase/COPYING.Percona storage/innobase/COPYING.Google
 %dir %{_libdir}/mysql
 %dir %{_datadir}/%{pkg_name}
+%{_libdir}/mysql/plugin/dialog.so
+%{_libdir}/mysql/plugin/mysql_clear_password.so
 %{_datadir}/%{pkg_name}/charsets
 %endif
 
@@ -1145,6 +1145,10 @@ fi
 %endif
 
 %changelog
+* Fri May 07 2015 Honza Horak <hhorak at redhat.com> - 1:10.0.17-4
+- Include client plugins into -common package since they are used by both -libs
+  and base packages.
+
 * Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 1:10.0.17-3
 - Rebuilt for GCC 5 C++11 ABI change
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mariadb.git/commit/?h=f22&id=41d13c39ac881f87c4771c45d5a45f6de7d408ed


More information about the scm-commits mailing list