diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-04 13:18:46 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-04 13:18:46 +0200 |
commit | d81520b7a15efa860974ba744a27c65096841cc7 (patch) | |
tree | e49e85e96c998fce56c956ed5d7ca44081f70c7d | |
parent | af0007ddd66e35ec32e41d61a7a94a42236605cc (diff) |
MySQL: upstream spec
-rw-r--r-- | mysql.5.5.32.spec (renamed from mysql.5.5.31.spec) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mysql.5.5.31.spec b/mysql.5.5.32.spec index cfdaa4d..9870127 100644 --- a/mysql.5.5.31.spec +++ b/mysql.5.5.32.spec @@ -1,4 +1,4 @@ -# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ %define mysql_vendor_2 Sun Microsystems, Inc. %define mysql_vendor Oracle and/or its affiliates -%define mysql_version 5.5.31 +%define mysql_version 5.5.32 %define mysqld_user mysql %define mysqld_group mysql @@ -241,7 +241,7 @@ Name: MySQL%{product_suffix} Summary: MySQL: a very fast and reliable SQL database server Group: Applications/Databases -Version: 5.5.31 +Version: 5.5.32 Release: %{release}%{?distro_releasetag:.%{distro_releasetag}} Distribution: %{distro_description} License: Copyright (c) 2000, 2013, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field. @@ -300,7 +300,6 @@ Obsoletes: mysql mysql-server mysql-advanced mysql-server-advanced Obsoletes: MySQL-server-classic MySQL-server-community MySQL-server-enterprise Obsoletes: MySQL-server-advanced-gpl MySQL-server-enterprise-gpl Provides: msqlormysql MySQL MySQL-server MySQL-server-advanced -Provides: mysql %endif %description -n MySQL-server%{product_suffix} |