From a90398cbc588a4fe1cc1423ad1789649bcc29a4bd9df6a8e7ef8491a135f89cc Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 20 Jul 2011 17:43:00 +0000 Subject: [PATCH] - Let doc package require base package instead of recommends OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=3 --- python-SQLAlchemy.changes | 5 +++++ python-SQLAlchemy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 2f5ba9c..828989b 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 20 17:42:11 UTC 2011 - saschpe@gmx.de + +- Let doc package require base package instead of recommends + ------------------------------------------------------------------- Wed Jul 20 17:23:11 UTC 2011 - saschpe@gmx.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 745038a..612cf93 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -47,7 +47,7 @@ domain. %package doc Summary: Documentation for python-SQLAlchemy Group: Documentation/Other -Recommends: python-SQLAlchemy = %version +Requires: %{name} = %{version} %description doc This package contains HTML documentation, including tutorials and API