Skip to content

Commit fc04e2e

Browse files
committed
Remove __gpg_sign_cmd as it is failing on Fedora 43 due to some obsolete options.
1 parent d481507 commit fc04e2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/en_US/release_notes_9_11.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ New features
2323
| `Issue #6388 <https://github.com/pgadmin-org/pgadmin4/issues/6388>`_ - Add support of DEPENDS/NO DEPENDS ON EXTENSION for INDEX.
2424
| `Issue #6390 <https://github.com/pgadmin-org/pgadmin4/issues/6390>`_ - Add support of DEPENDS/NO DEPENDS ON EXTENSION for MATERIALIZED VIEW.
2525
| `Issue #8968 <https://github.com/pgadmin-org/pgadmin4/issues/8968>`_ - Add support for showing the column data type beside column name in the object explorer.
26+
| `Issue #9263 <https://github.com/pgadmin-org/pgadmin4/issues/9263>`_ - Added Ubuntu 25.10 and Fedora 43
2627
2728
Housekeeping
2829
************

pkg/redhat/setup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ echo
6161
%_gpg_path ~/.gnupg
6262
%_gpg_name <your signing key>
6363
%_gpgbin /usr/bin/gpg2
64-
%__gpg_sign_cmd %{__gpg} gpg --force-v3-sigs --batch --verbose --no-armor --no-secmem-warning -u "%{_gpg_name}" -sbo %{__signature_filename
65-
} --digest-algo sha256 %{__plaintext_filename}
6664
EOF
6765

6866
echo

0 commit comments

Comments
 (0)