From 29d40cd4a62e08eb198b226a5239cd0ffcda9c5e Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 20 Jul 2013 10:45:43 +0200 Subject: [PATCH] Move python3 runtime dependency to python3 subpackage (rhbz#986376). --- python-markdown.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-markdown.spec b/python-markdown.spec index a36b80a..eede56b 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -9,7 +9,7 @@ Name: python-markdown Version: 2.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Markdown implementation in Python Group: Development/Languages License: BSD @@ -22,7 +22,6 @@ Requires: python >= 2.6 %if 0%{?with_python3} BuildRequires: python3-devel >= 3.1 BuildRequires: python3-nose -Requires: python3 >= 3.1 %endif # with_python3 @@ -36,6 +35,7 @@ there are a few known issues. %package -n python3-markdown Summary: Markdown implementation in Python Group: Development/Languages +Requires: python3 >= 3.1 %description -n python3-markdown @@ -115,6 +115,9 @@ popd %changelog +* Fri Jul 19 2013 Thomas Moschny - 2.3.1-2 +- Move python3 runtime dependency to python3 subpackage (rhbz#986376). + * Mon Apr 8 2013 Thomas Moschny - 2.3.1-1 - Update to 2.3.1.