Description of problem: Please build php-geshi for EPEL 8, it is a run-time dependency for websvn (and currently unsatisfied). Given phpunit8 is not available in EPEL 8, the %check-only (build-time) dependency for phpunit8 should be disabled. Version-Release number of selected component (if applicable): php-geshi-1.0.9.1-8.fc35 Actual results: No php-geshi in EPEL 8. Expected results: php-geshi-1.0.9.1-8.el8 or better ;-) Additional info: Please let me know if you are not interested in maintaining the package on EPEL 8 branch.
Hm, I that PHP packaging is currently broken in EPEL8 because of https://bugzilla.redhat.com/show_bug.cgi?id=1869011. I'll take a look at this later this week.
*Hm, I thought that. That's what happens when you modify a sentence three times before clicking "send". ;)
The following diff seems to produce a working package for EPEL 8... --- 8< --- --- a/php-geshi.spec +++ b/php-geshi.spec @@ -23,7 +23,7 @@ BuildArch: noarch %global phpunit %{_bindir}/phpunit BuildRequires: %{phpunit} %endif -%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 29 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit8 BuildRequires: %{phpunit} %endif --- 8< ---
Tested this patch with a scratch build in koji, worked fine. https://koji.fedoraproject.org/koji/taskinfo?taskID=78521642 Placed a request for an "epel8" branch for php-geshi. https://pagure.io/releng/fedora-scm-requests/issue/37429
FEDORA-EPEL-2021-4a112ea07f has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-4a112ea07f
FEDORA-EPEL-2021-4a112ea07f has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-4a112ea07f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2021-4a112ea07f has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.