From e481b0d36830b8235e461c4c0ee7ae353eff16bc Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Apr 02 2012 12:03:21 +0000 Subject: Add missing obsolete (rhbz#809007). --- diff --git a/rubygem-rdoc.spec b/rubygem-rdoc.spec index 6520f6d..9b2193d 100644 --- a/rubygem-rdoc.spec +++ b/rubygem-rdoc.spec @@ -6,7 +6,7 @@ Summary: RDoc produces HTML and command-line documentation for Ruby projects Name: rubygem-%{gem_name} Version: 3.12 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: GPLv2 and Ruby and MIT URL: http://docs.seattlerb.org/rdoc/ @@ -23,6 +23,7 @@ BuildRequires: rubygem(json) < 2 BuildRequires: ruby(irb) BuildArch: noarch Provides: rubygem(%{gem_name}) = %{version} +Obsoletes: ruby-rdoc < 1.8.7.357-2 %description RDoc produces HTML and command-line documentation for Ruby projects. RDoc @@ -96,6 +97,9 @@ popd %changelog +* Mon Apr 02 2012 Vít Ondruch - 3.12-3 +- Add missing obsolete (rhbz#809007). + * Mon Feb 13 2012 Vít Ondruch - 3.12-2 - Add missing IRB dependency.