diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-09 17:27:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-09 17:27:15 +0200 |
commit | ffef10cdf19fb648662ee089a5ccffd0eb31f30d (patch) | |
tree | b062ea79ba5fea676826f77501ea4cda9a4014c1 | |
parent | 5491c0f2585d5e91ef0e12e03329088f40f1a5cb (diff) |
minor fix for EL-7
-rw-r--r-- | failed.txt | 17 | ||||
-rw-r--r-- | php.spec | 2 |
2 files changed, 18 insertions, 1 deletions
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 @@ -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 |