From ba7ce1ad8ca962b2f76cfcfa35648ef6201c71a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 14 Sep 2018 14:57:40 +0200 Subject: [PATCH] Remove step argument test case to tix FTBFS. --- rubygem-cucumber.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rubygem-cucumber.spec b/rubygem-cucumber.spec index f923204..0a9c283 100644 --- a/rubygem-cucumber.spec +++ b/rubygem-cucumber.spec @@ -4,7 +4,7 @@ Name: rubygem-%{gem_name} Version: 3.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to execute plain-text documents as functional tests Group: Development/Languages License: MIT @@ -60,6 +60,7 @@ Documentation for %{name}. %patch0 -p1 %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 %gemspec_remove_dep -s ../%{gem_name}-%{version}.gemspec -g gherkin '~> 5.1.0' @@ -134,6 +135,9 @@ popd %doc %{gem_instdir}/CHANGELOG.md %changelog +* Fri Sep 14 2018 Vít Ondruch - 3.1.2-3 +- Remove step argument test case to tix FTBFS. + * Fri Sep 07 2018 Vít Ondruch - 3.1.2-2 - Fix wire protocol.