diff options
-rw-r--r-- | php-xcache-dev.spec | 1 | ||||
-rw-r--r-- | php-xcache.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/php-xcache-dev.spec b/php-xcache-dev.spec index 770ed0f..be92346 100644 --- a/php-xcache-dev.spec +++ b/php-xcache-dev.spec @@ -41,6 +41,7 @@ Requires: php(api) = %{php_core_api} # Only one opcode cache can be installed Conflicts: php-pecl-apc < 3.1.15 Conflicts: php-eaccelerator +Conflicts: php-opcache # Other third party repo stuff Obsoletes: php53-xcache diff --git a/php-xcache.spec b/php-xcache.spec index b00ad16..fb0cbff 100644 --- a/php-xcache.spec +++ b/php-xcache.spec @@ -31,6 +31,7 @@ Requires: php(api) = %{php_core_api} # Only one opcode cache can be installed Conflicts: php-pecl-apc < 3.1.15 Conflicts: php-eaccelerator +Conflicts: php-pecl-zendopcache # Other third party repo stuff Obsoletes: php53-xcache |