From ca8b502601fc241267a2cc4e7a933d904a93e552 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 7 Sep 2011 11:38:07 -0700 Subject: [PATCH] Set a version in the rhel macro --- python-markdown.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-markdown.spec b/python-markdown.spec index 4df3f12..86b0cfd 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -4,7 +4,7 @@ Name: python-markdown Version: 2.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Markdown implementation in Python Group: Development/Languages License: BSD @@ -13,7 +13,7 @@ Source0: http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -%if 0%{?rhel} +%if 0%{?rhel} < 7 BuildRequires: python-elementtree Requires: python-elementtree %endif @@ -54,6 +54,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 07 2011 Jesse Keating - 2.0.3-4 +- Set a version in the rhel macro + * Tue Feb 08 2011 Fedora Release Engineering - 2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild