diff --git a/postgresql.spec b/postgresql.spec index 54a5d18..19b2c9b 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -63,7 +63,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.3 -Release: 3%{?dist} +Release: 4%{?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. @@ -688,8 +688,8 @@ install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/pgsql/extension # multilib header hack for header in \ - %{_includedir}/pgsql/server/pg_config.h \ - %{_includedir}/pgsql/server/pg_config_ext.h + %{_includedir}/pg_config.h \ + %{_includedir}/pg_config_ext.h do %multilib_fix_c_header --file "$header" done @@ -1216,6 +1216,10 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Wed Jul 21 2021 Filip Januš - 13.3-4 +- Fix multilib header files path + Resolves: #1984374 + * Wed Jul 21 2021 Honza Horak - 13.3-3 - Turn off tests that expectedly fail with OpenSSL 3.0.0 Related: #1964848