From 5f37dba04697a4c7230d442b4e36dd9d4c0a02d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Nov 2015 14:59:08 +0100 Subject: php54: fix selinux context --- php54.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/php54.spec b/php54.spec index 3e40725..1a0b7c3 100644 --- a/php54.spec +++ b/php54.spec @@ -16,7 +16,7 @@ Summary: Package that installs PHP 5.4 Name: %scl_name Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: GPLv2+ @@ -33,9 +33,9 @@ BuildRequires: iso-codes BuildRequires: environment-modules %endif -Requires: %{?scl_prefix}php-common%{?_isa} >= 5.4.39 +Requires: %{?scl_prefix}php-common%{?_isa} >= 5.4.45 Requires: %{?scl_prefix}php-cli%{?_isa} -Requires: %{?scl_prefix}php-pear >= 1:1.9.5-9 +Requires: %{?scl_prefix}php-pear >= 1:1.10 Requires: %{?scl_name}-runtime%{?_isa} = %{version}-%{release} %description @@ -47,6 +47,8 @@ that install PHP 5.4 language. Summary: Package that handles %scl Software Collection. Group: Development/Languages Requires: scl-utils +Requires(post): %{_root_sbindir}/semanage +Requires(post): %{_root_sbindir}/selinuxenabled Provides: %{?scl_name}-runtime(%{scl_vendor}) Provides: %{?scl_name}-runtime(%{scl_vendor})%{?_isa} @@ -151,6 +153,13 @@ if [ "%{_root_sysconfdir}/rpm" != "%{macrosdir}" ]; then fi +%post runtime +# Simple copy of context from system root to SCL root. +semanage fcontext -a -e / %{?_scl_root} &>/dev/null || : +selinuxenabled && load_policy || : +restorecon -R %{?_scl_root} &>/dev/null || : + + %{!?_licensedir:%global license %%doc} %files @@ -181,6 +190,9 @@ fi %changelog +* Fri Nov 13 2015 Remi Collet 2.1-2 +- fix selinux context + * Wed Mar 25 2015 Remi Collet 2.1-1 - fix licenses location - own directories for pecl packages -- cgit