From 79290e2d6bbf77a65d8294599c38c60f22804506 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 6 Aug 2021 17:30:42 +0200 Subject: [PATCH] Rebuild to pick up new build flags from redhat-rpm-config (#1984652) Related: #1984652 --- postgresql.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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