[rubygem-rhc] doc pkg requires fixed

Guillermo Gómez gomix at fedoraproject.org
Wed Jun 13 14:12:34 UTC 2012


commit 67c6a1128f84422781861d506d019007cebef814
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Wed Jun 13 09:42:24 2012 -0430

    doc pkg requires fixed

 rubygem-rhc.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-rhc.spec b/rubygem-rhc.spec
index f759edf..5ac488f 100644
--- a/rubygem-rhc.spec
+++ b/rubygem-rhc.spec
@@ -34,7 +34,7 @@ to manage your applications in the cloud.
 %package doc
 Summary: Documentation for %{gem_name}
 Group: Documentation
-Requires: rubygem(%{name})
+Requires: %{name}
 
 %description doc
 Documentation for %{name}
@@ -107,6 +107,9 @@ rm -rf %{buildroot}
 %doc %{gem_docdir}
 
 %changelog
+* Wed Jun 13 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.93.18-2
+- Documentation package requires fixed
+
 * Fri Jun 08 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.93.18-1
 - Updated to version 0.93.18
 - Documentation package split


More information about the scm-commits mailing list