From f7fb7fc25da2cffc840104bd03315a1608e464a6 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:11:56 +0200 Subject: [PATCH] Rebuilt with OpenSSL 3.0.0 --- postgresql.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index d43c35c..ced8796 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -61,7 +61,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.4 -Release: 1%{?dist} +Release: 2%{?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. @@ -1240,6 +1240,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Tue Sep 14 2021 Sahana Prasad - 13.4-2 +- Rebuilt with OpenSSL 3.0.0 + * Thu Aug 12 2021 Filip Januš - 13.4-1 - Update to 13.4 - Disable postgresql-subtransaction-test.patch