From 25dea2dcb85a270b3cde90fd2204aad08e0e3f65 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 23 Jun 2017 11:24:54 +0200 Subject: [PATCH] spec: avoid providing libpqwalreceiver.so plugin as soname Related: rhbz#1464368 Version: 9.6.3-6 --- postgresql.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 2dc88de..d349fb6 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -63,7 +63,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.6 Version: 9.6.3 -Release: 5%{?dist} +Release: 6%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -173,6 +173,10 @@ BuildRequires: libselinux-devel # main package requires -libs subpackage Requires: %{name}-libs%{?_isa} = %{version}-%{release} +# https://bugzilla.redhat.com/1464368 +%filter_provides_in %{_libdir}/pgsql +%filter_setup + %description PostgreSQL is an advanced Object-Relational database management system (DBMS). The base postgresql package contains the client programs that you'll need to @@ -1162,6 +1166,9 @@ make -C postgresql-setup-%{setup_version} check %endif %changelog +* Fri Jun 23 2017 Pavel Raiskup - 9.6.3-6 +- don't provide libpqwalreceiver.so() soname + * Wed Jun 21 2017 Pavel Raiskup - 9.6.3-5 - drop the __os_install_post redefinition hack