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 <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2023-11-21 07:23:36 +09:00
parent 819a097c03
commit e13fa6c759

View File

@ -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 <dueno@redhat.com> - 42.1-6
- Re-enable ssh-agent support (#2250704)
* Fri Oct 20 2023 Dhanuka Warusadura <dhanuka@gnome.org> - 42.1-6
- ssh-agent: update build instructions to disable ssh component
- Introduced conditional builds based on ssh component required or not