[packages/php/PHP_7_4] - drop if clause introduced in commit 2d56367e (guard clause for rpm 4.16), we have fully transiti
adamg
adamg at pld-linux.org
Thu May 13 21:05:23 CEST 2021
commit da9a320bc151b2813e5ef5ecadb6bc81f6b912b2
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Wed May 12 21:06:08 2021 +0000
- drop if clause introduced in commit 2d56367e (guard clause for rpm 4.16),
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 | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/php.spec b/php.spec
index da6a723..5568420 100644
--- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/ae84f69920b699ceb43d33c61eff58ac19d59141
More information about the pld-cvs-commit
mailing list