From b713a129bbe1ba9f4d7a609b2008bafc70c467e3 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sun, 31 May 2015 14:27:11 +0200 Subject: [PATCH] moved C: logrotate to proper subpackage (containing logrotate file) --- php.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index 7f7dc2d..91afe62 100644 --- a/php.spec +++ b/php.spec @@ -463,9 +463,6 @@ Provides: php(fcgi) Provides: webserver(php) = %{version} Obsoletes: php-cgi < 4:5.3.28-7 Obsoletes: php-fcgi < 4:5.3.0 -%if "%{pld_release}" != "ac" -Conflicts: logrotate < 3.8.0 -%endif %description cgi PHP as CGI or FastCGI program. @@ -531,6 +528,9 @@ Provides: php(fpm) Provides: user(http) Provides: webserver(php) = %{version} Obsoletes: php-fpm < 4:5.3.28-7 +%if "%{pld_release}" != "ac" +Conflicts: logrotate < 3.8.0 +%endif %description fpm PHP FastCGI Process Manager. -- 2.43.0