Add epoch to the subpackage Requires.
This commit is contained in:
parent
bcd0cf40ec
commit
7e1f9c8fbd
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-flask
|
Name: python-flask
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ authentication technologies and more.
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@ -84,6 +84,9 @@ rm -rf examples/jqueryexample/*.pyc
|
|||||||
%doc docs/_build/html examples
|
%doc docs/_build/html examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 17 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.9-5
|
||||||
|
- Add epoch to subpackage Requires.
|
||||||
|
|
||||||
* Wed Aug 8 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.9-4
|
* Wed Aug 8 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.9-4
|
||||||
- Fix changelog messup.
|
- Fix changelog messup.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user