diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index af283e8..7e2bea3 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com + +- Don't provide python2-sqlalchemy, singlespec packages should use + correct name. + ------------------------------------------------------------------- Mon May 1 18:49:28 UTC 2017 - toddrme2178@gmail.com diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 0496d45..411e899 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -38,12 +38,14 @@ BuildRequires: %{python_module nose >= 0.11} BuildRequires: %{python_module pytest} BuildRequires: python-mock #BuildRequires: python-pysqlite -Provides: python-sqlalchemy = %{version} -Obsoletes: python-sqlalchemy < %{version} %ifpython2 Obsoletes: %{oldpython}-sqlalchemy < %{version} Provides: %{oldpython}-sqlalchemy = %{version} %endif +%ifpython3 +Provides: python3-sqlalchemy = %{version} +Obsoletes: python3-sqlalchemy < %{version} +%endif %python_subpackages %description