python-macros: remove R on python (#1246036)

This commit is contained in:
Thomas Spura 2015-07-23 18:30:50 +02:00
parent ff7069b4c9
commit 988c58d852

View File

@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language
Name: %{python} Name: %{python}
# Remember to also rebase python-docs when changing this: # Remember to also rebase python-docs when changing this:
Version: 2.7.10 Version: 2.7.10
Release: 5%{?dist} Release: 6%{?dist}
License: Python License: Python
Group: Development/Languages Group: Development/Languages
Requires: %{python}-libs%{?_isa} = %{version}-%{release} Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@ -1043,7 +1043,6 @@ documentation.
%package -n python-macros %package -n python-macros
Summary: The unversioned Python RPM macros Summary: The unversioned Python RPM macros
Group: Development/Libraries Group: Development/Libraries
Requires: %{python} = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description -n python-macros %description -n python-macros
@ -2156,6 +2155,9 @@ rm -fr %{buildroot}
# ====================================================== # ======================================================
%changelog %changelog
* Thu Jul 23 2015 Thomas Spura <tomspur@fedoraproject.org> - 2.7.10-6
- python-macros: remove R on python (#1246036)
* Wed Jul 22 2015 Thomas Spura <tomspur@fedoraproject.org> - 2.7.10-5 * Wed Jul 22 2015 Thomas Spura <tomspur@fedoraproject.org> - 2.7.10-5
- Include epoch in the python_provide macro fpc#534 (Slavek Kabrda) - Include epoch in the python_provide macro fpc#534 (Slavek Kabrda)