From ce1db8f6605fbb978b150f00bb89f5b3929210c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Dec 2018 14:06:58 +0100 Subject: cleanup for EL-8 --- phinx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phinx.spec b/phinx.spec index 8dbf12d..86723ad 100644 --- a/phinx.spec +++ b/phinx.spec @@ -20,7 +20,7 @@ Name: %{gh_project} Version: 0.10.6 -Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} +Release: 2%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app Group: Development/Libraries @@ -173,7 +173,7 @@ for cmd in "php %{phpunit}" php71 php72 php73; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit6} \ -%if 0%{?fedora} >= 28 +%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 --filter '^((?!(testChangeColumnWithCommasInCommentsOrDefaultValue)).)*$' \ %endif --no-coverage || ret=1 @@ -196,6 +196,9 @@ exit $ret %changelog +* Thu Dec 13 2018 Remi Collet - 0.10.6-2 +- cleanup for EL-8 + * Tue Aug 14 2018 Remi Collet - 0.10.6-1 - update to 0.10.6 -- cgit