spec: avoid providing libpqwalreceiver.so plugin as soname

Related: rhbz#1464368
Version: 9.6.3-6
This commit is contained in:
Pavel Raiskup 2017-06-23 11:24:54 +02:00
parent 36a141a4c0
commit 25dea2dcb8
1 changed files with 8 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 9.6 %global majorversion 9.6
Version: 9.6.3 Version: 9.6.3
Release: 5%{?dist} Release: 6%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
@ -173,6 +173,10 @@ BuildRequires: libselinux-devel
# main package requires -libs subpackage # main package requires -libs subpackage
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# https://bugzilla.redhat.com/1464368
%filter_provides_in %{_libdir}/pgsql
%filter_setup
%description %description
PostgreSQL is an advanced Object-Relational database management system (DBMS). PostgreSQL is an advanced Object-Relational database management system (DBMS).
The base postgresql package contains the client programs that you'll need to 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 %endif
%changelog %changelog
* Fri Jun 23 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-6
- don't provide libpqwalreceiver.so() soname
* Wed Jun 21 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-5 * Wed Jun 21 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-5
- drop the __os_install_post redefinition hack - drop the __os_install_post redefinition hack