diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-24 09:54:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-24 09:54:15 +0100 |
commit | d869aeff29befaa7d42e9406f33277c651a3e5f1 (patch) | |
tree | c7010d108528bd4ef9778cf75f654c8fa3271bc7 | |
parent | 4f32f85ffc06d3bcdfa26ec491df139fb952ac71 (diff) |
sync with Fedora
-rw-r--r-- | php-doctrine-doctrine-cache-bundle.spec | 9 |
1 files 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 <shawn.iwinski@gmail.com> - 1.3.5-5 +- Disable tests by default (for now) to fix FTBFS (RHBZ #1799868) + * Fri Nov 9 2018 Remi Collet <remi@remirepo.net> - 1.3.5-1 - update to 1.3.5 |