From 7e1f9c8fbdcdf51c1d85640a926b432a721e86bc Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 17 Aug 2012 13:07:41 -0400 Subject: [PATCH] Add epoch to the subpackage Requires. --- python-flask.spec | 7 +++++-- 1 file 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 - 0.9-5 +- Add epoch to subpackage Requires. + * Wed Aug 8 2012 Ricky Elrod - 0.9-4 - Fix changelog messup.