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

Vít Ondruch vondruch at fedoraproject.org
Tue Jul 24 13:23:24 UTC 2012


commit c2ac4cd390fc078dc72a8235adff0999bcc5318e
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Jul 24 15:21:52 2012 +0200

    Fixed missing epoch in -doc subpackage.

 rubygem-actionmailer.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index b71de86..a19324f 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -7,7 +7,7 @@ Summary: Service layer for easy email delivery and testing
 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 @@ Makes it trivial to test and deliver emails sent from a single service layer.
 %package doc
 Summary: Documentation for %{name}
 Group: Documentation
-Requires:%{name} = %{version}-%{release}
+Requires:%{name} = %{epoch}:%{version}-%{release}
 
 %description doc
 Documentation for %{name}
@@ -107,6 +107,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Tue Jul 24 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.2.6-2
+- Fixed missing epoch in -doc subpackage.
+
 * Mon Jul 23 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.2.6-1
 - Update to ActionMailer 3.2.6.
 - Don't run tests using Rakefile.


More information about the scm-commits mailing list