From e61d318ec036356ef88e0591643c3814c89ae6d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Aug 2014 18:44:55 +0200 Subject: php56: fix EL-6 build --- php56/php56.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php56/php56.spec b/php56/php56.spec index 1c4e9c8..b7b573a 100644 --- a/php56/php56.spec +++ b/php56/php56.spec @@ -121,7 +121,11 @@ fi %files +%if 0%{?fedora} < 19 && 0%{?rhel} < 7 +%files runtime +%else %files runtime -f filesystem +%endif %defattr(-,root,root) %doc README LICENSE %scl_files -- cgit