diff options
-rw-r--r-- | phinx.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <remi@remirepo.net> - 0.10.6-2 +- cleanup for EL-8 + * Tue Aug 14 2018 Remi Collet <remi@remirepo.net> - 0.10.6-1 - update to 0.10.6 |