Set a version in the rhel macro
This commit is contained in:
parent
557fe7a2b9
commit
ca8b502601
@ -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 <jkeating@redhat.com> - 2.0.3-4
|
||||
- Set a version in the rhel macro
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user