diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-12 16:17:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-12 16:17:10 +0100 |
commit | 8ebb7c32091a55cb4dfa9c8c0d46c7984e2156f3 (patch) | |
tree | 7286b4b298f4e80b4d9d5ff45e91cedf68a4b3f6 | |
parent | eb3d957655f00fd189621e4eecfe04b726cfa700 (diff) |
php-nette-application: sync with fedora
-rw-r--r-- | php-nette-application.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-nette-application.spec b/php-nette-application.spec index d44840d..cda325a 100644 --- a/php-nette-application.spec +++ b/php-nette-application.spec @@ -131,6 +131,9 @@ cp -pr src/* %{buildroot}%{php_home}/%{ns_vendor}/ %if %{with_tests} : Ignore failed test - under investigation rm tests/Bridges.DI/ApplicationExtension.scan.phpt +%if 0%{?rhel} == 6 +rm tests/Application/MicroPresenter.response.phpt +%endif : Generate configuration cat /etc/php.ini /etc/php.d/*ini >php.ini |