Skip to content

Tag: rpm

Packaging RPM, avoid creating .rpmnew file

I’m packaging some of my own software, as part of the installation I need to drop some config files in a directory that’s used by a 3. party. To avoid overwriting configuration that have been locally changed, that file is marked as a config file like so in the RPM .spec file: The issue is that upg…

Best way to install MySQL 5.6 on Centos 6.4

I just installed Centos 6.4, and installed MySQL using the version that came with the Centos distribution. To my dismay, it is MySQL 5.1.69 versus the current 5.6.12. As stated on http://dev.mysql.com/doc/refman/5.5/en/linux-installation-native.html, “the MySQL version will often be some way behind the …