From d869aeff29befaa7d42e9406f33277c651a3e5f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Feb 2020 09:54:15 +0100 Subject: sync with Fedora --- php-doctrine-doctrine-cache-bundle.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-doctrine-doctrine-cache-bundle.spec b/php-doctrine-doctrine-cache-bundle.spec index 758074d..313536c 100644 --- a/php-doctrine-doctrine-cache-bundle.spec +++ b/php-doctrine-doctrine-cache-bundle.spec @@ -40,14 +40,14 @@ %global secacl_min_ver 2.2 %global secacl_max_ver 4 -# Build using "--without tests" to disable tests -%global with_tests %{?_without_tests:0}%{!?_without_tests:1} +# Build using "--with tests" to enable tests +%global with_tests 0%{?_with_tests:1} %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 1%{?dist} +Release: 5%{?dist} Summary: Symfony2 Bundle for Doctrine Cache License: MIT @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Sun Feb 23 2020 Shawn Iwinski - 1.3.5-5 +- Disable tests by default (for now) to fix FTBFS (RHBZ #1799868) + * Fri Nov 9 2018 Remi Collet - 1.3.5-1 - update to 1.3.5 -- cgit