]> git.pld-linux.org Git - packages/php.git/commitdiff
- drop if clause introduced in commit 20dcadbb (guard clause for rpm 4.16),
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 13 May 2021 15:03:01 +0000 (15:03 +0000)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 13 May 2021 15:03:01 +0000 (15:03 +0000)
  we have fully transitioned to rpm 4 by now, and there is no easy way
  to match 4.16* (4.16.0, 4.16.1, etc) - at least not without some lua
  scripting, so just drop this.

php.spec

index b1388c54d6ca365de278e9690bfa320af15fbbfc..19ed4d33fc53385305b272456fa07c55f40e4678 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -459,9 +459,6 @@ Summary:    /usr/bin/php symlink
 Summary(pl.UTF-8):     Dowiązanie symboliczne /usr/bin/php
 Group:         Development/Languages/PHP
 Requires:      %{name}-cli = %{epoch}:%{version}-%{release}
-%if "%_rpmversion" != "4.16.0"
-Obsoletes:     /usr/bin/php
-%endif
 Obsoletes:     php-program < 4:5.3.28-7
 
 %description program
This page took 0.140947 seconds and 4 git commands to generate.