File wordpress-disable-core-auto-updates.patch of Package wordpress
Index: wordpress/wp-config-sample.php
===================================================================
--- wordpress.orig/wp-config-sample.php
+++ wordpress/wp-config-sample.php
@@ -37,6 +37,9 @@ define( 'DB_CHARSET', 'utf8' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
+/** prevent auto-updates since we're using RPM packages */
+define('WP_AUTO_UPDATE_CORE', false);
+
/**#@+
* Authentication unique keys and salts.
*