[python-flask] Add epoch to the subpackage Requires.

Ricky Elrod codeblock at fedoraproject.org
Fri Aug 17 17:07:58 UTC 2012


commit 7e1f9c8fbdcdf51c1d85640a926b432a721e86bc
Author: Ricky Elrod <ricky at elrod.me>
Date:   Fri Aug 17 13:07:41 2012 -0400

    Add epoch to the subpackage Requires.

 python-flask.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-flask.spec b/python-flask.spec
index d4184c6..5d2cc0c 100644
--- a/python-flask.spec
+++ b/python-flask.spec
@@ -3,7 +3,7 @@
 
 Name:           python-flask
 Version:        0.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Epoch:          1
 Summary:        A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
 
@@ -41,7 +41,7 @@ authentication technologies and more.
 %package doc
 Summary:        Documentation for %{name}
 Group:          Documentation
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{epoch}:%{version}-%{release}
 
 
 %description doc
@@ -84,6 +84,9 @@ rm -rf examples/jqueryexample/*.pyc
 %doc docs/_build/html examples
 
 %changelog
+* Wed Aug 17 2012 Ricky Elrod <codeblock at fedoraproject.org> - 0.9-5
+- Add epoch to subpackage Requires.
+
 * Wed Aug 8 2012 Ricky Elrod <codeblock at fedoraproject.org> - 0.9-4
 - Fix changelog messup.
 


More information about the scm-commits mailing list