From 0f5f9ddb0ccf8bc326d181a0c15642130a2b6317 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Jun 2021 14:58:22 +0200 Subject: initial package for 8.1 --- php81.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/php81.spec b/php81.spec index edc0255..ed2821a 100644 --- a/php81.spec +++ b/php81.spec @@ -1,13 +1,13 @@ -# remirepo spec file for php80 SCL metapackage +# remirepo spec file for php81 SCL metapackage # -# Copyright (c) 2018-2020 Remi Collet +# Copyright (c) 2018-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global scl_name_base php -%global scl_name_version 80 +%global scl_name_version 81 %global scl %{scl_name_base}%{scl_name_version} %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_root_sysconfdir}/rpm; echo $d) %global install_scl 1 @@ -23,10 +23,10 @@ # do not produce empty debuginfo package %global debug_package %{nil} -Summary: Package that installs PHP 8.0 +Summary: Package that installs PHP 8.1 Name: %scl_name -Version: 1.0 -Release: 3%{?dist} +Version: 8.1 +Release: 1%{?dist} License: GPLv2+ Source0: macros-build @@ -45,7 +45,7 @@ Requires: %{?scl_name}-runtime%{?_isa} = %{version}-%{release} %description This is the main package for %scl Software Collection, -that install PHP 8.0 language. +that install PHP 8.1 language. %package runtime @@ -95,6 +95,7 @@ Conflicts: php71-syspaths Conflicts: php72-syspaths Conflicts: php73-syspaths Conflicts: php74-syspaths +Conflicts: php80-syspaths %description syspaths System-wide wrappers for the %{name}-php-cli package. @@ -248,6 +249,9 @@ restorecon -R %{_localstatedir} &>/dev/null || : %changelog +* Fri Jun 4 2021 Remi Collet 8.1-1 +- initial package for 8.1 + * Thu Apr 9 2020 Remi Collet 1.0-3 - cleanup for EL -- cgit