summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2006-11-16 14:38:15 +0100
committerunknown <joerg@trift2.>2006-11-16 14:38:15 +0100
commit630d8db499f83e413f03749cef29b6dcaacb6f33 (patch)
treebbe2c9cc8f43c18e2a14c3e8ff8e6a23be02fd3b /support-files/mysql.spec.sh
parentb89072582cd8df620d28eaa4ca234523b3c68ce4 (diff)
parentd43d5e0368a243b9e8d8e3ea755d104d8f6f1bb6 (diff)
downloadmariadb-git-630d8db499f83e413f03749cef29b6dcaacb6f33.tar.gz
Merge trift2.:/MySQL/M41/bug22081-4.1
into trift2.:/MySQL/M50/bug22081-5.0 support-files/mysql.spec.sh: Manual merge, bug#22081.
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 33398707b94..6000773144c 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -194,6 +194,8 @@ necessary to develop MySQL client applications.
%package shared
Summary: MySQL - Shared libraries
Group: Applications/Databases
+Provides: mysql-shared
+Obsoletes: mysql-shared
%description shared
This package contains the shared libraries (*.so*) which certain
@@ -751,6 +753,12 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Thu Nov 16 2006 Joerg Bruehe <joerg@mysql.com>
+
+- Explicitly note that the "MySQL-shared" RPMs (as built by MySQL AB)
+ replace "mysql-shared" (as distributed by SuSE) to allow easy upgrading
+ (bug#22081).
+
* Wed Nov 15 2006 Joerg Bruehe <joerg@mysql.com>
- Switch from "make test*" to explicit calls of the test suite,