[rubygem-crack/f17] Properly require the main package (with epoch) from the -doc subpackage.

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed Mar 14 07:03:56 UTC 2012


commit 7e2b40f13bc876480be7f571b27319ecc8cdbc0f
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Wed Mar 14 08:03:45 2012 +0100

    Properly require the main package (with epoch) from the -doc subpackage.

 rubygem-crack.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-crack.spec b/rubygem-crack.spec
index 6f5bdf1..2e68a4f 100644
--- a/rubygem-crack.spec
+++ b/rubygem-crack.spec
@@ -3,7 +3,7 @@
 Summary: Really simple JSON and XML parsing, ripped from Merb and Rails
 Name: rubygem-%{gem_name}
 Version: 0.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/jnunemaker/crack
@@ -30,7 +30,7 @@ Really simple JSON and XML parsing, ripped from Merb and Rails.
 Summary: Documentation for %{name}
 Group: Documentation
 
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
 
 %description doc
 This package contains documentation for %{name}.
@@ -76,6 +76,9 @@ rm -rf %{buildroot}
 %{gem_instdir}/test
 
 %changelog
+* Wed Mar 14 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:0.3.1-3
+- Properly require the main package (with epoch) from the -doc subpackage.
+
 * Wed Mar 07 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:0.3.1-2
 - Update to 0.3.1
 


More information about the scm-commits mailing list