diff --git a/php-symfony3.spec b/php-symfony3.spec index 2d22930..d137798 100644 --- a/php-symfony3.spec +++ b/php-symfony3.spec @@ -102,8 +102,8 @@ %global twig_min_ver 1.34 %global twig_max_ver 3.0 -# Build using "--without tests" to disable tests -%global with_tests 0%{!?_without_tests:1} +# Build using "--with tests" to enable tests +%global with_tests 0%{?_with_tests:1} %global with_sensio_framework_extra_bundle 0 @@ -116,7 +116,7 @@ Name: php-%{composer_project}3 Version: %{github_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Symfony PHP framework (version 3) Group: Development/Libraries @@ -2758,8 +2758,9 @@ done # ############################################################################## %changelog -* Thu Feb 22 2018 Remi Collet - 3.3.16-3 +* Thu Feb 22 2018 Remi Collet - 3.3.16-4 - fix dependency autoloader +- don't run test suite (instead of ignoring results) * Fri Feb 09 2018 Fedora Release Engineering - 3.3.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild