From: Elan Ruusamäe Date: Mon, 24 Nov 2014 13:51:35 +0000 (+0200) Subject: correct obsoletes line X-Git-Tag: auto/th/python-sqlalchemy-0.9.8-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-sqlalchemy.git;a=commitdiff_plain;h=2427a30904d7f6b011d12e44b8fb8f56f87175e7;hp=aabbbe8129d9d4514ae709b697118d6770cf22e5 correct obsoletes line --- diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index bb94ce5..2a79785 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -32,7 +32,7 @@ BuildRequires: python3-modules Requires: python-modules %endif Provides: python-SQLAlchemy = %{version}-%{release} -Obsoletes: python-SQLAlchemy <= 0.9.8 +Obsoletes: python-SQLAlchemy < 0.9.8 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -58,7 +58,7 @@ Summary: Database Abstraction Library Summary(pl.UTF-8): Biblioteka abstrakcji baz danych Group: Libraries/Python Provides: python3-SQLAlchemy = %{version}-%{release} -Obsoletes: python3-SQLAlchemy <= 0.9.8 +Obsoletes: python3-SQLAlchemy < 0.9.8 %description -n python3-%{module} The Python SQL toolkit and Object Relational Mapper that gives