summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-14 09:00:30 +0100
committerRemi Collet <remi@php.net>2025-02-14 09:00:30 +0100
commitdb409d93770df5ebac5ca6554500c1714b7e2119 (patch)
tree33d1a8decac94450b37921e44d91ff2a4e6d195e
parentb87808c614218fe3eedebf7aaf310d09928c5fd3 (diff)
F42: fix dependenciesHEADmaster
re-license spec file to CECILL-2.1 F42: fix dependencies re-license spec file to CECILL-2.1 F42: fix dependencies re-license spec file to CECILL-2.1 F42: fix dependencies re-license spec file to CECILL-2.1 F42: fix dependencies re-license spec file to CECILL-2.1
-rw-r--r--php84.spec16
1 files changed, 12 insertions, 4 deletions
diff --git a/php84.spec b/php84.spec
index 0d4739e..546ad08 100644
--- a/php84.spec
+++ b/php84.spec
@@ -1,8 +1,8 @@
# remirepo spec file for php84 SCL metapackage
#
-# Copyright (c) 2018-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2018-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -22,7 +22,7 @@
Summary: Package that installs PHP %{scl_name_verdot}
Name: %{scl_name}
Version: %{scl_name_verdot}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL-2.0-or-later
Source0: macros-build
@@ -56,7 +56,11 @@ Summary: Package that handles %scl Software Collection.
Requires: scl-utils
Requires: environment-modules
Requires(post): %{_root_sbindir}/semanage
+%if 0%{?fedora} >= 42 || 0%{?rhel} >= 11
+Requires(post): %{_root_bindir}/selinuxenabled
+%else
Requires(post): %{_root_sbindir}/selinuxenabled
+%endif
Provides: %{?scl_name}-runtime(%{scl_vendor})
Provides: %{?scl_name}-runtime(%{scl_vendor})%{?_isa}
@@ -249,6 +253,10 @@ restorecon -R %{_localstatedir} &>/dev/null || :
%changelog
+* Fri Feb 14 2025 Remi Collet <remi@remirepo.net> 8.4-2
+- F42: fix dependencies
+- re-license spec file to CECILL-2.1
+
* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> 8.4-1
- initial package for 8.4