diff options
-rw-r--r-- | php84.spec | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 |