Skip to content

Commit d72a03b

Browse files
trostendahlerlend
authored andcommitted
Bug#30620978 FIX RELEASE TAG IN RPMS FOR CLUSTER 8.0 GA
Remove 0. prefix in release tag for cluster. Change-Id: I9ce13ea795e34d4777320a3a10c05198ad796d79
1 parent 3eba104 commit d72a03b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packaging/rpm-docker/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Name: mysql%{?cluster:-cluster}-%{product_suffix}-minimal
5959
Summary: A very fast and reliable SQL database server
6060
Group: Applications/Databases
6161
Version: @MYSQL_NO_DASH_VERSION@
62-
Release: %{?cluster:0.}1@MYSQL_VERSION_EXTRA_DOT@%{?commercial:.1}%{?dist}
62+
Release: 1@MYSQL_VERSION_EXTRA_DOT@%{?commercial:.1}%{?dist}
6363
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
6464
URL: http://www.mysql.com/
6565
Packager: MySQL Release Engineering <[email protected]>

packaging/rpm-oel/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Name: mysql%{?cluster:-cluster}-%{product_suffix}
9292
Summary: A very fast and reliable SQL database server
9393
Group: Applications/Databases
9494
Version: @MYSQL_NO_DASH_VERSION@
95-
Release: %{?cluster:0.}1@MYSQL_VERSION_EXTRA_DOT@%{?commercial:.1}%{?dist}
95+
Release: 1@MYSQL_VERSION_EXTRA_DOT@%{?commercial:.1}%{?dist}
9696
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
9797
Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
9898
URL: http://www.mysql.com/

packaging/rpm-sles/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Name: mysql%{?cluster:-cluster}-%{product_suffix}
9090
Summary: A very fast and reliable SQL database server
9191
Group: Applications/Databases
9292
Version: @MYSQL_NO_DASH_VERSION@
93-
Release: %{?cluster:0.}1@MYSQL_VERSION_EXTRA_DOT@%{?commercial:.1}%{?dist}
93+
Release: 1@MYSQL_VERSION_EXTRA_DOT@%{?commercial:.1}%{?dist}
9494
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
9595
Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
9696
URL: http://www.mysql.com/

0 commit comments

Comments
 (0)