From: Joerg Bruehe Date: June 12 2012 3:18pm Subject: bzr push into mysql-5.5 branch (joerg.bruehe:3871 to 3872) List-Archive: http://lists.mysql.com/commits/144217 Message-Id: <20120612151857.22448.1744.3872@trift-6core.fambruehe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3872 Joerg Bruehe 2012-06-12 One file still missing for ULN RPMs. modified: SPECIFIC-ULN/CMakeLists.txt 3871 Joerg Bruehe 2012-06-12 Still work on getting the "SPECIFIC-ULN/" files into the build. "INSTALL" was wrong, happens too late, but "CONFIGURE_FILES(... COPYONLY)" should hopefully do it. Traditional RPMs need to be checked, the above might fix their issues. modified: SPECIFIC-ULN/CMakeLists.txt support-files/mysql.spec.sh === modified file 'SPECIFIC-ULN/CMakeLists.txt' --- a/SPECIFIC-ULN/CMakeLists.txt 2012-06-12 09:01:41 +0000 +++ b/SPECIFIC-ULN/CMakeLists.txt 2012-06-12 15:18:09 +0000 @@ -30,7 +30,8 @@ IF(UNIX) mysql-5.5-errno.patch mysql-5.5-fix-tests.patch mysql-5.5-libdir.patch mysql-5.5-mtr1.patch mysql-5.5-stack-guard.patch mysql-5.5-testing.patch mysql-chain-certs.patch mysql-embedded-check.c mysql-expired-certs.patch - mysql.init mysql-install-test.patch mysql-strmov.patch scriptstub.c) + mysql.init mysql-install-test.patch mysql-strmov.patch scriptstub.c + README.mysql-docs) CONFIGURE_FILE(${ulnfile} ${CMAKE_CURRENT_BINARY_DIR}/${ulnfile} COPYONLY) ENDFOREACH() ENDIF() No bundle (reason: useless for push emails).