diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-24 18:44:55 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-24 18:44:55 +0200 |
commit | e61d318ec036356ef88e0591643c3814c89ae6d0 (patch) | |
tree | a39dca4e03289acae7498ade07354ff0ae88a93f | |
parent | 23fa15779c6f0833abb5810854bea7032754dfaa (diff) |
php56: fix EL-6 build
-rw-r--r-- | php56/php56.spec | 4 |
1 files changed, 4 insertions, 0 deletions
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 |