[opensuse-packaging] postgresql-server depends on postgresql itself
I just noticed server:databases postgresqlXX has a dependency on postgresql = XX. This creates a circular dependency that makes bootstrapping... complicated. The offending line is: Requires(pre): postgresql = %version in postgresqlXX-full.spec.in, which uses the pseudopackage postgresql to require a specific version of PG. Now, this also has the drawback of making it hard (I imagine, I didn't try) to install several versions of PG in the same system. Now, replace that by: Requires(pre): %pgname = %version And OBS no longer chokes while bootstrapping (direct dependency against postgresqlXX). And I imagine it will become possible to install more than one version in tandem. I'm not doing an SR because I really am nowhere near sure about this, so I'd like the opinion of someone more knowledgable about that package. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (1)
-
Claudio Freire