From 2427a30904d7f6b011d12e44b8fb8f56f87175e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 24 Nov 2014 15:51:35 +0200 Subject: [PATCH 1/1] correct obsoletes line --- python-sqlalchemy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0