]> git.pld-linux.org Git - packages/php.git/commitdiff
moved C: logrotate to proper subpackage (containing logrotate file)
authorTomasz Pala <gotar@pld-linux.org>
Sun, 31 May 2015 12:27:11 +0000 (14:27 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 31 May 2015 12:27:11 +0000 (14:27 +0200)
php.spec

index 9a97327d2330cad8608e0e6538dd11d3ab643da0..871ba51b35031fa7d824e27d93acd5b22a98993a 100644 (file)
--- 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.
This page took 0.061843 seconds and 4 git commands to generate.