diff --git a/postgresql16.spec b/postgresql16.spec index 6c9dc5d..c57004e 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -48,7 +48,7 @@ Summary: PostgreSQL client programs Name: %{majorname}%{majorversion} Version: %{majorversion}.1 -Release: 10%{?dist} +Release: 11%{?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 +* Thu Aug 08 2024 Troy Dawson - 16.1-11 +- Bump release for Aug 2024 java mass rebuild + * Tue Jul 30 2024 Filip Janus - 16.1-10 - Remove /var/run/postgresql - Related: RHEL-35964