diff options
| author | Remi Collet <remi@remirepo.net> | 2020-04-09 16:10:28 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-04-09 16:10:28 +0200 | 
| commit | fe551025a17a09ea16bec75aa2b3c2f194a9e35c (patch) | |
| tree | 0398603add9ac3d7cd069c12cd142da975a75e6b | |
| parent | b9dca070adeea3b141493a5b0dcdbcebdf2ce399 (diff) | |
add conflict between php73-syspaths and php80-syspaths
add conflict between php74-syspaths and php80-syspaths
| -rw-r--r-- | php80.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
| @@ -26,7 +26,7 @@  Summary:       Package that installs PHP 8.0  Name:          %scl_name  Version:       1.0 -Release:       1%{?dist} +Release:       2%{?dist}  License:       GPLv2+  Source0:       macros-build @@ -93,6 +93,8 @@ Conflicts: php56-syspaths  Conflicts: php70-syspaths  Conflicts: php71-syspaths  Conflicts: php72-syspaths +Conflicts: php73-syspaths +Conflicts: php74-syspaths  %description syspaths  System-wide wrappers for the %{name}-php-cli package. @@ -249,6 +251,10 @@ restorecon -R %{_localstatedir} &>/dev/null || :  %changelog +* Thu Apr  9 2020 Remi Collet <remi@remirepo.net> 1.0-2 +- add conflict between php73-syspaths and php80-syspaths +- add conflict between php74-syspaths and php80-syspaths +  * Thu Apr  9 2020 Remi Collet <remi@remirepo.net> 1.0-1  - initial package for 8.0 | 
