Remove step argument test case to tix FTBFS.

epel9
Vít Ondruch 6 years ago
parent bc4de2d708
commit ba7ce1ad8c

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 3.1.2 Version: 3.1.2
Release: 2%{?dist} Release: 3%{?dist}
Summary: Tool to execute plain-text documents as functional tests Summary: Tool to execute plain-text documents as functional tests
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
@ -60,6 +60,7 @@ Documentation for %{name}.
%patch0 -p1 %patch0 -p1
%gemspec_remove_file "lib/cucumber/step_argument.rb" %gemspec_remove_file "lib/cucumber/step_argument.rb"
rm %{_builddir}/spec/cucumber/step_argument_spec.rb
# We don't have gherkin 5.1.0 in Fedora yet # We don't have gherkin 5.1.0 in Fedora yet
%gemspec_remove_dep -s ../%{gem_name}-%{version}.gemspec -g gherkin '~> 5.1.0' %gemspec_remove_dep -s ../%{gem_name}-%{version}.gemspec -g gherkin '~> 5.1.0'
@ -134,6 +135,9 @@ popd
%doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/CHANGELOG.md
%changelog %changelog
* Fri Sep 14 2018 Vít Ondruch <vondruch@redhat.com> - 3.1.2-3
- Remove step argument test case to tix FTBFS.
* Fri Sep 07 2018 Vít Ondruch <vondruch@redhat.com> - 3.1.2-2 * Fri Sep 07 2018 Vít Ondruch <vondruch@redhat.com> - 3.1.2-2
- Fix wire protocol. - Fix wire protocol.

Loading…
Cancel
Save