This commit is contained in:
Filip Januš 2021-07-22 14:26:44 +02:00
parent 7458b04569
commit e03c053bb9

View File

@ -63,7 +63,7 @@ Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 13 %global majorversion 13
Version: %{majorversion}.3 Version: %{majorversion}.3
Release: 3%{?dist} Release: 4%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
@ -688,8 +688,8 @@ install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/pgsql/extension
# multilib header hack # multilib header hack
for header in \ for header in \
%{_includedir}/pgsql/server/pg_config.h \ %{_includedir}/pg_config.h \
%{_includedir}/pgsql/server/pg_config_ext.h %{_includedir}/pg_config_ext.h
do do
%multilib_fix_c_header --file "$header" %multilib_fix_c_header --file "$header"
done done
@ -1216,6 +1216,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog %changelog
* Wed Jul 21 2021 Filip Januš <fjanus@redhat.com> - 13.3-4
- Fix multilib header files path
Resolves: #1984374
* Wed Jul 21 2021 Honza Horak <hhorak@redhat.com> - 13.3-3 * Wed Jul 21 2021 Honza Horak <hhorak@redhat.com> - 13.3-3
- Turn off tests that expectedly fail with OpenSSL 3.0.0 - Turn off tests that expectedly fail with OpenSSL 3.0.0
Related: #1964848 Related: #1964848