From 00771bc5b02846ed8b97dc0313bb711bab57d4b68c6f2673da13636396e33393 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 6 Oct 2017 17:05:30 +0000 Subject: [PATCH] we actually needed the bumped version in the obsoletes more than in the provides OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=91 --- postgresql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 8ef4bbf..ae1df68 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -75,7 +75,7 @@ Requires(pre): shadow Requires(pre): pwdutils %endif Provides: postgresql-init = %version.0-%release -Obsoletes: postgresql-init < %version-%release +Obsoletes: postgresql-init < %version.0-%release %if %{with systemd} BuildRequires: pkgconfig(systemd) %{?systemd_requires}