diff --git a/postgresql.spec b/postgresql.spec index 032a227..d76facf 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -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 - 13.3-7 +- Rebuild to pick up new build flags from redhat-rpm-config (#1984652) + * Thu Jul 22 2021 Honza Horak - 13.3-6 - Do not provide pkgconfig(libpq) to not trick packages that actually require libpq-devel