summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorjoerg@trift2. <>2006-11-16 15:16:51 +0100
committerjoerg@trift2. <>2006-11-16 15:16:51 +0100
commit43cd9427e2f4b24b0f5f426a28c86be252c8f060 (patch)
treede67819c2a77455ba6d016a261bf52a47687ba4d /support-files
parent77c7fcd743d8edbe825237f9a636ec8ea2826939 (diff)
parent818f3fa21f2cee26c2ea947975bf9145f939badf (diff)
downloadmariadb-git-43cd9427e2f4b24b0f5f426a28c86be252c8f060.tar.gz
Merge trift2.:/MySQL/M50/bug22081-5.0
into trift2.:/MySQL/M51/bug22081-5.1
Diffstat (limited to 'support-files')
-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 d808ade8342..a0e64d13b0c 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -193,6 +193,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
@@ -687,6 +689,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).
+
* Mon Nov 13 2006 Joerg Bruehe <joerg@mysql.com>
- Add "--with-partition" to all server builds.