diff options
| -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 | 
