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