Update License tag

This commit is contained in:
Tom Lane 2007-08-02 22:55:51 +00:00 committed by Michal Schorm
parent 2c9ebe036a
commit b457a5c250

View File

@ -1,8 +1,8 @@
Name: mysql
Version: 5.0.45
Release: 1%{?dist}
Release: 2%{?dist}
Summary: MySQL client programs and shared libraries
License: GPL
License: GPLv2
Group: Applications/Databases
URL: http://www.mysql.com
@ -51,7 +51,6 @@ contains the standard MySQL client programs and generic MySQL files.
%package libs
Summary: The shared libraries required for MySQL clients
License: GPL
Group: Applications/Databases
Prereq: /sbin/ldconfig
@ -64,7 +63,6 @@ MySQL server.
%package server
Summary: The MySQL server and related files
License: GPL
Group: Applications/Databases
Prereq: /sbin/chkconfig, /usr/sbin/useradd
Requires: %{name} = %{version}-%{release}
@ -82,7 +80,6 @@ the MySQL server and some accompanying files and directories.
%package devel
Summary: Files for development of MySQL applications
License: GPL
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
Requires: openssl-devel
@ -96,7 +93,6 @@ developing MySQL client applications.
%package bench
Summary: MySQL benchmark scripts and data
License: GPL
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
Conflicts: MySQL-bench
@ -109,7 +105,6 @@ MySQL.
%package test
Summary: The test suite distributed with MySQL
License: GPL
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
Requires: %{name}-server = %{version}-%{release}
@ -473,6 +468,9 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Thu Aug 2 2007 Tom Lane <tgl@redhat.com> 5.0.45-2
- Update License tag to match code.
* Sun Jul 22 2007 Tom Lane <tgl@redhat.com> 5.0.45-1
- Update to MySQL 5.0.45
Resolves: #246535