From 819a097c03a586bb5ba7a6ee5eeccf7186b5495b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 24 Oct 2023 10:40:55 +0900 Subject: [PATCH] Supply --enable-ssh-agent explicitly In the upstream gnome-keyring, ssh-agent will be disabled by default in the next release[1]. It would be future proof to supply --enable-ssh-agent after that, when building with --with ssh_agent. 1. https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/60 Signed-off-by: Daiki Ueno --- gnome-keyring.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index 48242de..e597a10 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -72,7 +72,9 @@ automatically unlock the "login" keyring when the user logs in. --with-systemd \ --without-libcap-ng \ --with-pkcs11-config=%{_datadir}/p11-kit/modules \ -%if %{without ssh_agent} +%if %{with ssh_agent} + --enable-ssh-agent +%else --disable-ssh-agent %endif