From e13fa6c7599e1f3d95ebbafdeba71bf4cbf660a2 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 21 Nov 2023 07:23:36 +0900 Subject: [PATCH] Enable ssh-agent by default As the gcr-ssh-agent support in Fedora is not ready yet, we still need ssh-agent to be provided by this package. This also bump the release number according to the changelog. Resolves: #2250704 Signed-off-by: Daiki Ueno --- gnome-keyring.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index e597a10..056d303 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -2,11 +2,11 @@ %global gcr_version 3.27.90 %global gcrypt_version 1.2.2 -%bcond_with ssh_agent +%bcond_without ssh_agent Name: gnome-keyring Version: 42.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Framework for managing passwords and other secrets License: GPLv2+ and LGPLv2+ @@ -131,6 +131,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la %changelog +* Tue Nov 21 2023 Daiki Ueno - 42.1-6 +- Re-enable ssh-agent support (#2250704) + * Fri Oct 20 2023 Dhanuka Warusadura - 42.1-6 - ssh-agent: update build instructions to disable ssh component - Introduced conditional builds based on ssh component required or not