summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-07-24 14:33:17 +0200
committerVít Ondruch <vondruch@redhat.com>2012-07-24 14:33:17 +0200
commitb8beba29d8800088e52288a87cf125cd32147125 (patch)
tree6ea99ca8331b2fc8dca138dc6102b168fc518009
parenta8f9775330cb77fb25306e1e0b6b7ee667a7f893 (diff)
downloadrubygem-activerecord-b8beba29d8800088e52288a87cf125cd32147125.tar.gz
rubygem-activerecord-b8beba29d8800088e52288a87cf125cd32147125.tar.xz
rubygem-activerecord-b8beba29d8800088e52288a87cf125cd32147125.zip
Fixed missing epoch in -doc subpackage.
-rw-r--r--rubygem-activerecord.spec7
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@redhat.com> - 1:3.2.6-2
+- Fixed missing epoch in -doc subpackage.
+
* Thu Jul 19 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.6-1
- Update to ActiveRecord 3.2.6.