#9 Enable ssh-agent by default
Merged 6 months ago by kalev. Opened 6 months ago by ueno.
rpms/ ueno/gnome-keyring wip/enable-ssh-agent  into  rawhide

file modified
+5 -2
@@ -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 @@ 

  

  

  %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

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.

Signed-off-by: Daiki Ueno dueno@redhat.com

Thanks! Can you add a changelog entry as well, please?

rebased onto e13fa6c

6 months ago

Pull-Request has been merged by kalev

6 months ago
Metadata