summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-13 14:06:58 +0100
committerRemi Collet <remi@remirepo.net>2018-12-13 14:06:58 +0100
commitce1db8f6605fbb978b150f00bb89f5b3929210c3 (patch)
treeb543b95d457ecc50a9424903e23ef138d84afa1a
parent6e9c5d8532a5e943ec6f4d9fea758dcb3cf2eb32 (diff)
cleanup for EL-8
-rw-r--r--phinx.spec7
1 files 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 <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