From ba86d8c72c168a8a630eaad39d0734ff772f7f11 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:15:37 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- postgresql16.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/postgresql16.spec b/postgresql16.spec index 514ae73..16204cf 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -48,7 +48,7 @@ Summary: PostgreSQL client programs Name: %{majorname}%{majorversion} Version: %{majorversion}.1 -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. @@ -1338,6 +1338,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Mon Jun 24 2024 Troy Dawson - 16.1-7 +- Bump release for June 2024 mass rebuild + * Tue Feb 20 2024 Yaakov Selkowitz - 16.1-6 - Backport OpenSSL 3.2 fix from upstream master