From 8d55496acc1e8fec83be6f01e09f1dc59dba7e16 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Dec 30 2015 21:48:46 +0000 Subject: Get ready for separate python-macros package --- diff --git a/python.spec b/python.spec index adc392b..749624c 100644 --- a/python.spec +++ b/python.spec @@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python-docs when changing this: Version: 2.7.11 -Release: 1%{?dist} +Release: 2%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1018,7 +1018,7 @@ a scripting language, and by the main "python" executable Summary: The libraries and header files needed for Python development Group: Development/Libraries Requires: %{python}%{?_isa} = %{version}-%{release} -Requires: python-macros = %{version}-%{release} +Requires: python-macros Requires: pkgconfig # Needed here because of the migration of Makefile from -devel to the main # package @@ -2155,6 +2155,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Wed Dec 30 2015 Orion Poplawski - 2.7.11-2 +- Get ready for separate python-macros package + * Tue Dec 15 2015 Robert Kuska - 2.7.11-1 - Update to 2.7.11