Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ install -D -m 0644 %{sname}-sbom.json.asc %{buildroot}%{_datadir}/pgedge-%{sname
%{_datadir}/pgedge-%{sname}/%{sname}-sbom.json.asc

%changelog
* Tue Jul 01 2026 Muhammad Aqeel <muhammad.aqeel@pgedge.com> - 1.5.4-1
* Wed Jul 01 2026 Muhammad Aqeel <muhammad.aqeel@pgedge.com> - 1.5.4-1
- Initial build of the ColdFront patched DuckDB extensions (DuckDB 1.5.4)
2 changes: 1 addition & 1 deletion packaging/coldfront/rpm/coldfront.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ install -p -m 0644 %{_builddir}/%{sname}-%{version}/%{sname}-sbom.json.asc %{bui
%{pginstdir}/sbom/%{sname}-sbom.json.asc

%changelog
* Mon Jun 30 2026 Muhammad Aqeel <muhammad.aqeel@pgedge.com> - 1.0.0-1
* Tue Jun 30 2026 Muhammad Aqeel <muhammad.aqeel@pgedge.com> - 1.0.0-1
- Initial build of the pgEdge ColdFront extension
3 changes: 3 additions & 0 deletions packaging/pg_duckdb/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ override_dh_auto_test:
# pg_duckdb's `make check` drives a full regression harness that needs a
# running server and is not packaging-relevant; skip it during the build.

override_dh_strip:
dh_strip --no-automatic-dbgsym

override_dh_dwz:
# libduckdb.so is enormous; dwz bails with "Too many DIEs" and errors out.
# Skip dwz debug-info optimization (not packaging-relevant).
Expand Down
4 changes: 3 additions & 1 deletion packaging/pg_duckdb/rpm/pg_duckdb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# installed artifacts (pg_duckdb.so, pg_duckdb.control, tarball dir).
%global pkgname pg-duckdb

%global _build_id_links none

Name: pgedge-%{pkgname}_%{pgmajorversion}
Version: %{pg_duckdb_version}
Release: %{pg_duckdb_buildnum}%{?dist}
Expand Down Expand Up @@ -108,5 +110,5 @@ install -p -m 0644 %{_builddir}/%{sname}-%{version}/%{sname}-sbom.json.asc %{bui
%{pginstdir}/sbom/%{sname}-sbom.json.asc

%changelog
* Mon Jun 30 2026 Muhammad Aqeel <muhammad.aqeel@pgedge.com> - 1.5.4-1
* Tue Jun 30 2026 Muhammad Aqeel <muhammad.aqeel@pgedge.com> - 1.5.4-1
- ColdFront build of pgEdge pg_duckdb (DuckDB 1.5.4, pg_duckdb PR #1025)