pg_hint_plan: Rebuild because of a package signing issue on Fedora 43
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 30 Oct 2025 13:22:52 +0000 (16:22 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 30 Oct 2025 13:22:52 +0000 (16:22 +0300)
rpm/redhat/main/non-common/pg_hint_plan/main/pg_hint_plan.spec

index a4d10580401e57b1d5be49ce81a2a3a04cea804c..58da70878a22dacbc9539c86bc50fe8e2dd0ba9f 100644 (file)
@@ -30,7 +30,7 @@
 Summary:       Tweak PostgreSQL execution plans using so-called "hints" in SQL comments
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{pghintplanversion}
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       MIT
 Source0:       https://github.com/ossc-db/pg_hint_plan/archive/refs/tags/REL%{pgmajorversion}_%{git_tag}.tar.gz
 URL:           https://github.com/ossc-db/%{sname}/
@@ -101,6 +101,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{build
 %endif
 
 %changelog
+* Thu Oct 30 2025 Devrim Gunduz <devrim@gunduz.org> - %{pghintplanversion}-4PGDG
+- Rebuild because of a package signing issue on Fedora 43
+
 * Tue Oct 7 2025 Devrim Gündüz <devrim@gunduz.org> - %{pghintplanversion}-3PGDG
 - Add SLES 16 support