[python] Fixed obsoletes on ordereddict (bz #1095434)

Tomas Radej tradej at fedoraproject.org
Fri May 9 12:11:19 UTC 2014


commit f0ee294d71c8c53d23db054d50e944976dc40f2f
Author: Tomas Radej <tradej at redhat.com>
Date:   Fri May 9 09:22:35 2014 +0200

    Fixed obsoletes on ordereddict (bz #1095434)

 python.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python.spec b/python.spec
index 3ad368c..45527a9 100644
--- a/python.spec
+++ b/python.spec
@@ -106,7 +106,7 @@ Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.7.6
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: Python
 Group: Development/Languages
 Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@@ -910,7 +910,7 @@ Provides: Distutils
 Obsoletes: python2
 Provides: python2 = %{version}
 Obsoletes: python-elementtree <= 1.2.6
-Obsoletes: python-ordereddict <= 1.1-7
+Obsoletes: python-ordereddict <= 1.1-8
 Obsoletes: python-sqlite < 2.3.2
 Provides: python-sqlite = 2.3.2
 Obsoletes: python-ctypes < 1.0.1
@@ -2065,6 +2065,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Fri May 09 2014 Tomas Radej <tradej at redhat.com> - 2.7.6-7
+- Fixed obsoletes on ordereddict (bz #1095434)
+
 * Mon Apr 14 2014 Tomas Radej <tradej at redhat.com> - 2.7.6-6
 - Obsoletes python-ordereddict (bz #1085593, not precisely 1:1 replacement)
 


More information about the scm-commits mailing list