Rebuilt for updated systemd-rpm-macros

See https://pagure.io/fesco/issue/2583.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-03-02 16:13:03 +01:00
parent bd3d5e9d0d
commit e45b75d670
1 changed files with 5 additions and 1 deletions

View File

@ -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 <zbyszek@in.waw.pl> - 13.2-3
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
* Wed Feb 17 2021 Honza Horak <hhorak@redhat.com> - 13.2-2
- Do not build plpython on RHEL > 8
Related: #1913681