summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-04 14:58:22 +0200
committerRemi Collet <remi@remirepo.net>2021-06-04 14:58:22 +0200
commit0f5f9ddb0ccf8bc326d181a0c15642130a2b6317 (patch)
tree1446b1674c3fedc6df090fb10f8ee0ac9ecef068
parent24e0a00af290562edcef248f40de4a93d9bb280c (diff)
initial package for 8.1
-rw-r--r--php81.spec18
1 files 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 <remi@remirepo.net> 8.1-1
+- initial package for 8.1
+
* Thu Apr 9 2020 Remi Collet <remi@remirepo.net> 1.0-3
- cleanup for EL