diff options
author | unknown <joerg@trift2.> | 2006-11-16 14:01:31 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2006-11-16 14:01:31 +0100 |
commit | aa13653a1c1ed4c23cbb5252448475b1213660e0 (patch) | |
tree | 413a6b698428ba5c45c22535a0ff1dcbbaff25a6 /support-files | |
parent | 5363ec5275b0087ecbbe86b5e9ae9e7cb0229795 (diff) | |
download | mariadb-git-aa13653a1c1ed4c23cbb5252448475b1213660e0.tar.gz |
support-files/mysql.spec.sh : Add an "Obsoletes" note relative to SuSE RPMs (bug#22081).
support-files/mysql.spec.sh:
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).
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 1547a5b578d..b14ffd24894 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -170,6 +170,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 @@ -722,6 +724,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, |