Rebuild to pick up new build flags from redhat-rpm-config (#1984652)

Related: #1984652
This commit is contained in:
Florian Weimer 2021-08-06 17:30:42 +02:00
parent 08fdfb60a4
commit 79290e2d6b

View File

@ -63,7 +63,7 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.3
Release: 6%{?dist}
Release: 7%{?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.
@ -1219,6 +1219,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Fri Aug 6 2021 Florian Weimer <fweimer@redhat.com> - 13.3-7
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
* Thu Jul 22 2021 Honza Horak <hhorak@redhat.com> - 13.3-6
- Do not provide pkgconfig(libpq) to not trick packages that actually require
libpq-devel