]> git.pld-linux.org Git - packages/php.git/commitdiff
- drop if clause introduced in commit 2d56367e (guard clause for rpm 4.16),
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 12 May 2021 21:06:08 +0000 (21:06 +0000)
committerAdam Gołębiowski <adamg@pld-linux.org>
Wed, 12 May 2021 21:06:08 +0000 (21:06 +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 da6a72355707455d9f0f21301756783e7794cd1f..556842011fa77d87c98046843b2d9a822ae119ba 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -462,9 +462,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.1.2"
-Obsoletes:     /usr/bin/php
-%endif
 Obsoletes:     php-program < 4:5.3.28-7
 
 %description program
This page took 0.041147 seconds and 4 git commands to generate.