diff --git a/packaging/coldfront-duckdb-extensions/rpm/coldfront-duckdb-extensions.spec b/packaging/coldfront-duckdb-extensions/rpm/coldfront-duckdb-extensions.spec index 61b4081..f5ddb7d 100644 --- a/packaging/coldfront-duckdb-extensions/rpm/coldfront-duckdb-extensions.spec +++ b/packaging/coldfront-duckdb-extensions/rpm/coldfront-duckdb-extensions.spec @@ -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 - 1.5.4-1 +* Wed Jul 01 2026 Muhammad Aqeel - 1.5.4-1 - Initial build of the ColdFront patched DuckDB extensions (DuckDB 1.5.4) diff --git a/packaging/coldfront/rpm/coldfront.spec b/packaging/coldfront/rpm/coldfront.spec index b8c7129..c862d6b 100644 --- a/packaging/coldfront/rpm/coldfront.spec +++ b/packaging/coldfront/rpm/coldfront.spec @@ -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 - 1.0.0-1 +* Tue Jun 30 2026 Muhammad Aqeel - 1.0.0-1 - Initial build of the pgEdge ColdFront extension diff --git a/packaging/pg_duckdb/deb/debian/rules b/packaging/pg_duckdb/deb/debian/rules index 4376178..b396fb6 100644 --- a/packaging/pg_duckdb/deb/debian/rules +++ b/packaging/pg_duckdb/deb/debian/rules @@ -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). diff --git a/packaging/pg_duckdb/rpm/pg_duckdb.spec b/packaging/pg_duckdb/rpm/pg_duckdb.spec index 2ca0f89..95547f1 100644 --- a/packaging/pg_duckdb/rpm/pg_duckdb.spec +++ b/packaging/pg_duckdb/rpm/pg_duckdb.spec @@ -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} @@ -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 - 1.5.4-1 +* Tue Jun 30 2026 Muhammad Aqeel - 1.5.4-1 - ColdFront build of pgEdge pg_duckdb (DuckDB 1.5.4, pg_duckdb PR #1025)