[rubygem-activerecord] Fixed missing epoch in -doc subpackage.

Vít Ondruch vondruch at fedoraproject.org
Tue Jul 24 12:33:49 UTC 2012


commit b8beba29d8800088e52288a87cf125cd32147125
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Jul 24 14:33:17 2012 +0200

    Fixed missing epoch in -doc subpackage.

 rubygem-activerecord.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 07a6a91..dc49abe 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -6,7 +6,7 @@ Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gem_name}
 Epoch: 1
 Version: 3.2.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -44,7 +44,7 @@ manual SQL.
 %package doc
 Summary: Documentation for %{name}
 Group: Documentation
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
 BuildArch: noarch
 
 %description doc
@@ -104,6 +104,9 @@ popd
 
 
 %changelog
+* Tue Jul 24 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.2.6-2
+- Fixed missing epoch in -doc subpackage.
+
 * Thu Jul 19 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.2.6-1
 - Update to ActiveRecord 3.2.6.
 


More information about the scm-commits mailing list