From 5c644403d1c16e95d1735d2f8a0faaa4fd1abc45 Mon Sep 17 00:00:00 2001 From: Sourav Moitra Date: Thu, 13 Aug 2015 21:44:20 +0530 Subject: [PATCH] Added missing three lines requires ruby(release) requires rubygems provides rubygem(json) --- rubygem-json.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rubygem-json.spec b/rubygem-json.spec index 3d46330..b63f83d 100644 --- a/rubygem-json.spec +++ b/rubygem-json.spec @@ -20,10 +20,15 @@ BuildRequires: rubygem(minitest4) BuildRequires: rubygem(bigdecimal) BuildRequires: rubygem(test-unit) +Requires: ruby(release) +Requires: rubygems + Obsoletes: rubygem-%{gem_name}-gui < %{version} Obsoletes: ruby-%{gem_name}-gui < %{version} Obsoletes: ruby-%{gem_name} < %{version} +Provides: rubygem(json) = %{version} + %description This is a implementation of the JSON specification according to RFC 4627 in Ruby. @@ -134,7 +139,7 @@ popd %changelog -* Wed Aug 12 2013 Sourav Moitra - 1.8.3-1 +* Wed Aug 12 2015 Sourav Moitra - 1.8.3-1 - Update to 1.8.3 - day change on changelog from sun to sat for version 1.6.5