diff --git a/docs/en_US/release_notes_6_9.rst b/docs/en_US/release_notes_6_9.rst index 9deaaf8e7..fc1bea2ba 100644 --- a/docs/en_US/release_notes_6_9.rst +++ b/docs/en_US/release_notes_6_9.rst @@ -25,6 +25,7 @@ Bug fixes | `Issue #6725 `_ - Fixed an issue where the Query tool opens on minimum size if the user opens multiple query tool Window quickly. | `Issue #7187 `_ - Fixed an issue where the downloaded ERD diagram was 0 bytes. | `Issue #7188 `_ - Fixed an issue where the connection bar is not visible. + | `Issue #7231 `_ - Don't strip binaries when packaging them in the server RPM as this might break cpython modules. | `Issue #7260 `_ - Fixed an issue where an Empty message popup after running a query. | `Issue #7262 `_ - Ensure that Autocomplete should work after changing the connection. | `Issue #7294 `_ - Fixed an issue where the copy and paste row does not work if the first column contains no data. diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index 3bc389723..928fcd6b0 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -55,6 +55,9 @@ cat << EOF > "${BUILDROOT}/server.spec" %define __python /bin/true %endif +# Don't strip binaries when packaging them as this might break cpython modules +%define __strip /bin/true + %undefine __brp_mangle_shebangs %undefine __brp_ldconfig