diff --git a/rubygem-capybara.spec b/rubygem-capybara.spec index 692736b..7af8200 100644 --- a/rubygem-capybara.spec +++ b/rubygem-capybara.spec @@ -4,7 +4,6 @@ Name: rubygem-%{gem_name} Version: 2.14.3 Release: 1%{?dist} Summary: Capybara aims to simplify the process of integration testing Rack applications -Group: Development/Languages License: MIT URL: https://github.com/teamcapybara/capybara Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem @@ -31,7 +30,6 @@ simulates how a user would interact with a website. %package doc Summary: Documentation for %{name} -Group: Documentation Requires: %{name} = %{version}-%{release} BuildArch: noarch @@ -73,6 +71,9 @@ popd %{gem_instdir}/spec %changelog +* Mon Jun 19 2017 Vít Ondruch - 2.14.3-1 +- Remove deprecated Group tags. + * Mon Jun 19 2017 Pavel Valena - 2.14.3-1 - Update to Capybara 2.14.3 - Refresh spec file: remove unnecessary Provides, Requires, use current macros