diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-02-12 17:23:22 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-02-12 17:23:22 +0100 |
commit | b7302312fed703dd09fa9cf912614b91b3eb4481 (patch) | |
tree | 4ad164fb34e3442a790ef389e2007d83bb084cd5 /support-files | |
parent | 2813cd5899c6548794bcfcf79c13ed1c7ce4d0d5 (diff) | |
download | mariadb-git-b7302312fed703dd09fa9cf912614b91b3eb4481.tar.gz |
Correction: The "release" setting had got lost in the RPM spec file.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index a34b882674c..905919f053a 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -118,6 +118,8 @@ %define NORMAL_TEST_MODE test-bt %define DEBUG_TEST_MODE test-bt-debug +%define release 1.glibc23 + %define mysql_license GPL %define src_dir mysql-%{mysql_version} |