From b95779b3022ffad2e26955e7b48c19067fa5962d33028f924f62bd26fc7b2c81 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 17 Jun 2020 13:56:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=17 --- postgresql12.changes | 6 ++++++ postgresql12.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/postgresql12.changes b/postgresql12.changes index 580381b..bb409f3 100644 --- a/postgresql12.changes +++ b/postgresql12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 16 12:21:43 UTC 2020 - Reinhard Max + +- Let postgresqlXX conflict with postgresql-noarch < 12.0.1 to get + a clean and complete cutover to the new packaging schema. + ------------------------------------------------------------------- Wed Jun 3 17:36:27 UTC 2020 - Reinhard Max diff --git a/postgresql12.spec b/postgresql12.spec index 885febc..fa728a7 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -149,6 +149,9 @@ Provides: postgresql-implementation = %version-%release Requires: %libpq >= %version Requires(post): postgresql-noarch >= %pgmajor Requires(postun): postgresql-noarch >= %pgmajor +# At this point we changed the package layout on SLE and conflict with +# older releases to get a clean cut. +Conflicts: postgresql-noarch < 12.0.1 %description PostgreSQL is an advanced object-relational database management system