diff --git a/postgresql.spec b/postgresql.spec index 5a571d1..77d80ea 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -65,7 +65,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.2 -Release: 2%{?dist} +Release: 3%{?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. @@ -1266,6 +1266,10 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 13.2-3 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + * Wed Feb 17 2021 Honza Horak - 13.2-2 - Do not build plpython on RHEL > 8 Related: #1913681