From e36d6e71124e0a7b326f6777b924c544ba6ac0fe Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Feb 18 2012 02:43:27 +0000 Subject: Obsolete python-sqlite2 --- diff --git a/python.spec b/python.spec index 5a26f8a..d82a615 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.2 -Release: 18%{?dist} +Release: 19%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -649,6 +649,12 @@ Provides: python-hashlib = 20081120 Obsoletes: python-uuid < 1.31 Provides: python-uuid = 1.31 +# python-sqlite2-2.3.5-5.fc18 was retired. Obsolete the old package here +# so it gets uninstalled on updates +%if 0%{?fedora} >= 17 +Obsoletes: python-sqlite2 <= 2.3.5-6 +%endif + # python-argparse is part of python as of version 2.7 # drop this Provides in F17 # (having Obsoletes here caused problems with multilib; see rhbz#667984) @@ -1735,6 +1741,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Fri Feb 17 2012 Toshio Kuratomi - 2.7.2-19 +- Obsolete python-sqlite2 + * Thu Nov 24 2011 Ville Skyttä - 2.7.2-18 - Build with $RPM_LD_FLAGS (#756862). - Use xz-compressed source tarball.