From ffef10cdf19fb648662ee089a5ccffd0eb31f30d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Apr 2020 17:27:15 +0200 Subject: minor fix for EL-7 --- failed.txt | 17 +++++++++++++++++ php.spec | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 failed.txt diff --git a/failed.txt b/failed.txt new file mode 100644 index 0000000..5e73da6 --- /dev/null +++ b/failed.txt @@ -0,0 +1,17 @@ +===== 7.8.0-dev (2020-04-09) + +$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log + +/var/lib/mock/scl80el7x/build.log:Tests failed : 0 +/var/lib/mock/scl80el8x/build.log:Tests failed : 16 +/var/lib/mock/scl80fc31x/build.log:Tests failed : 0 +/var/lib/mock/scl80fc32x/build.log:Tests failed : 0 + + + +(1) proc_open give erratic test results :( +(2) test issue (fixed upstream) +(3) known issue +(4) related to tzdata +(5) need investigation +(6) // issue diff --git a/php.spec b/php.spec index 7a1b677..b5f90ff 100644 --- a/php.spec +++ b/php.spec @@ -1706,7 +1706,7 @@ fi %files dbg %{_bindir}/phpdbg %{_mandir}/man1/phpdbg.1* -%doc sapi/phpdbg/{README.md,CREDITS} +%doc sapi/phpdbg/CREDITS %if 0%{?scl:1} %{_root_bindir}/%{scl_prefix}phpdbg %endif -- cgit