diff options
author | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2015-06-25 15:04:44 +0200 |
---|---|---|
committer | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2015-06-25 15:04:44 +0200 |
commit | 830bcff0edd3dd031932e60c7a70fe92a63fc404 (patch) | |
tree | f3f36b5c6435fdcafdd3584283f2328c5d43a508 /packaging | |
parent | 92b4683d59c066f099be1d283c7d61b00caeedb2 (diff) | |
download | mariadb-git-830bcff0edd3dd031932e60c7a70fe92a63fc404.tar.gz |
Update docker package namesmysql-5.5.45
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpm-docker/mysql.spec.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/packaging/rpm-docker/mysql.spec.in b/packaging/rpm-docker/mysql.spec.in index c5f548ef896..5d35fb0a410 100644 --- a/packaging/rpm-docker/mysql.spec.in +++ b/packaging/rpm-docker/mysql.spec.in @@ -36,7 +36,7 @@ %global license_type GPLv2 %endif -Name: mysql-%{product_suffix} +Name: mysql-%{product_suffix}-minimal Summary: A very fast and reliable SQL database server Group: Applications/Databases Version: @VERSION@ @@ -79,7 +79,7 @@ The MySQL web site (http://www.mysql.com/) provides the latest news and information about the MySQL software. Also please see the documentation and the manual for more information. -%package server-minimal +%package -n mysql-%{product_suffix}-server-minimal Summary: A very fast and reliable SQL database server Group: Applications/Databases Requires: shadow-utils @@ -88,7 +88,7 @@ Provides: mysql-server%{?_isa} = %{version}-%{release} Provides: mysql-compat-server = %{version}-%{release} Provides: mysql-compat-server%{?_isa} = %{version}-%{release} -%description server-minimal +%description -n mysql-%{product_suffix}-server-minimal The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well @@ -209,17 +209,17 @@ pushd mysql-test rm -r $(readlink var) var %endif -%pre server-minimal +%pre -n mysql-%{product_suffix}-server-minimal /usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || : /usr/sbin/useradd -M -N -g mysql -o -r -d /var/lib/mysql -s /bin/false \ -c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || : -%post server-minimal +%post -n mysql-%{product_suffix}-server-minimal /bin/touch /var/log/mysqld.log >/dev/null 2>&1 || : /bin/chmod 0640 /var/log/mysqld.log >/dev/null 2>&1 || : /bin/chown mysql:mysql /var/log/mysqld.log >/dev/null 2>&1 || : -%files server-minimal +%files -n mysql-%{product_suffix}-server-minimal %defattr(-, root, root, -) %doc %{?license_files_server} %doc %{src_dir}/Docs/INFO_SRC* @@ -276,6 +276,9 @@ rm -r $(readlink var) var %dir %attr(750, mysql, mysql) /var/lib/mysql-files %changelog +* Thu Jun 25 2015 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.5.45-1 +- Update package names + * Mon Feb 16 2015 Terje Rosten <terje.rosten@oracle.com> - 5.5.42-1 - Port to 5.5. |