[rubygem-authlogic/f14/master] added missing requires to docs subpackage

Mohammed Morsi mmorsi at fedoraproject.org
Wed Oct 13 20:10:00 UTC 2010


commit 895fb627b98783a1f6253346be879ffbd4096954
Author: Mohammed Morsi <mmorsi at redhat.com>
Date:   Wed Oct 13 16:09:57 2010 -0400

    added missing requires to docs subpackage

 rubygem-authlogic.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-authlogic.spec b/rubygem-authlogic.spec
index c4d685b..d3ab6b2 100644
--- a/rubygem-authlogic.spec
+++ b/rubygem-authlogic.spec
@@ -8,7 +8,7 @@
 Summary: A clean, simple, and unobtrusive ruby authentication solution
 Name: rubygem-%{gemname}
 Version: 2.1.6
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/binarylogic/authlogic
@@ -33,6 +33,7 @@ A clean, simple, and unobtrusive ruby authentication solution.
 %package doc
 Summary: Authlogic gem documentation
 License: MIT
+Requires:%{name} = %{version}-%{release}
 
 %description doc
 Documentation for rubygem-authlogic
@@ -89,6 +90,9 @@ rake test
 %{geminstdir}/shoulda_macros
 
 %changelog
+* Wed Oct 13 2010 Mohammed Morsi <mmorsi at redhat.com> - 2.1.6-4
+- added missing "Requires: %{name}" needed in docs subpackage
+
 * Tue Oct 12 2010 Mohammed Morsi <mmorsi at redhat.com> - 2.1.6-3
 - removed patch0 as ruby-debug is now in fedora
 


More information about the scm-commits mailing list