diff --git a/postgresql.spec b/postgresql.spec index 1e8916a..b93ccc6 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -62,7 +62,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.2 -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. @@ -1126,6 +1126,10 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Wed Jun 16 2021 Mohan Boddu +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Fri Jun 04 2021 Honza Horak - 13.2-6 - Ignore test failures in contrib tests Related: #1964848