From 74ceee2c0c17faecc996c976598a4ee089c8efbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Feb 2018 11:08:18 +0100 Subject: don't run test suite (instead of ignoring results) --- php-symfony4.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/php-symfony4.spec b/php-symfony4.spec index 3f16e45..3caf195 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -92,7 +92,7 @@ %global twig_max_ver 3.0 # Build using "--without tests" to disable tests -%global with_tests 0%{!?_without_tests:1} +%global with_tests 0%{?_with_tests:1} %global with_sensio_framework_extra_bundle 0 @@ -106,7 +106,7 @@ Name: php-%{composer_project}4 Version: %{github_version} -Release: 1%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release: 4%{?github_prerelease:.%{github_prerelease}}%{?dist} Summary: Symfony PHP framework (version 4) Group: Development/Libraries @@ -1857,7 +1857,7 @@ cat < - 4.0.4-3 +- fix dependency autoloader +- don't run test suite (instead of ignoring results) + * Tue Jan 30 2018 Remi Collet - 4.0.4-1 - Update to 4.0.4 -- cgit