Add rubygem-webrick as a BuildRequires
epel9
Troy Dawson 4 years ago
parent f8e68f78a0
commit e7d0b6144c

@ -21,6 +21,7 @@ BuildRequires: rubygems-devel
%if %{with tests}
BuildRequires: rubygem(test-unit)
BuildRequires: rubygem(http-cookie)
BuildRequires: rubygem(webrick)
%endif
BuildArch: noarch
@ -89,6 +90,11 @@ ruby -Ilib -e 'Dir.glob "./test/test_*.rb", &method(:require)' -- \
--ignore-name /^test_post_connection_check$/ \
--ignore-name /^test_debug_dev$/ \
--ignore-name /^test_ciphers$/ \
--ignore-name /^test_redirect_see_other$/ \
--ignore-name /^test_post_follow_redirect$/ \
--ignore-name /^test_put$/ \
--ignore-name /^test_post_empty$/ \
--ignore-name /^test_post_content$/ \
popd
%endif
@ -107,6 +113,10 @@ popd
%changelog
* Fri Nov 20 2020 Troy Dawson <tdawson@redhat.com> - 2.8.3-4
- Fix FTBFS (#1923647)
- Add rubygem-webrick as a BuildRequires
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save