|
|
@ -21,6 +21,7 @@ BuildRequires: rubygems-devel
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: rubygem(test-unit)
|
|
|
|
BuildRequires: rubygem(test-unit)
|
|
|
|
BuildRequires: rubygem(http-cookie)
|
|
|
|
BuildRequires: rubygem(http-cookie)
|
|
|
|
|
|
|
|
BuildRequires: rubygem(webrick)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildArch: noarch
|
|
|
|
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_post_connection_check$/ \
|
|
|
|
--ignore-name /^test_debug_dev$/ \
|
|
|
|
--ignore-name /^test_debug_dev$/ \
|
|
|
|
--ignore-name /^test_ciphers$/ \
|
|
|
|
--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
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -107,6 +113,10 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|