4568 Joerg Bruehe 2012-11-15
Illegal char in RPM name: Use underscore '_', no dash '-'.
modified:
support-files/mysql.spec.sh
4567 Joerg Bruehe 2012-11-15
Change the platform identification for 'generic' RPMs to include 'glibc'.
modified:
support-files/mysql.spec.sh
=== modified file 'support-files/mysql.spec.sh'
--- a/support-files/mysql.spec.sh 2012-11-15 16:28:34 +0000
+++ b/support-files/mysql.spec.sh 2012-11-15 17:51:15 +0000
@@ -202,7 +202,7 @@
%define generic_kernel %(uname -r | cut -d. -f1-2)
%define glibc_version %(/lib/libc.so.6 | sed -n 's/GNU C Library stable release version \([0-9]\.[0-9]\).*/glibc\1/p')
%define distro_description Generic Linux (kernel %{generic_kernel}, C library %{glibc_version})
- %define distro_releasetag linux-%{glibc_version}
+ %define distro_releasetag linux_%{glibc_version}
%define distro_buildreq gcc-c++ gperf ncurses-devel perl time zlib-devel
%define distro_requires coreutils grep procps /sbin/chkconfig /usr/sbin/useradd /usr/sbin/groupadd
%endif
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.6 branch (joerg.bruehe:4567 to 4568) | Joerg Bruehe | 16 Nov |