From a56805aef7e91f95901bac6edb61d16c3d0792f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=88=E9=9D=92=E5=B1=B1?= Date: Wed, 19 May 2021 15:40:39 +0800 Subject: [PATCH] update gnome-keyring.spec. (cherry picked from commit 19179d730eb6642f05fcbafcb6265f8aa0b5d3b2) --- gnome-keyring.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index 3ba6ac9..e6fa635 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -1,13 +1,13 @@ Name: gnome-keyring Version: 3.28.2 -Release: 3 +Release: 4 Summary: A program that keep password and other secrets for users License: GPLv2+ and LGPLv2+ URL: https://wiki.gnome.org/Projects/GnomeKeyring Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz BuildRequires: gcc docbook-dtds docbook-style-xsl gettext intltool libcap-ng-devel libselinux-devel pam-devel -BuildRequires: openssh libxslt +BuildRequires: openssh-clients libxslt BuildRequires: pkgconfig(p11-kit-1) pkgconfig(gcr-3) >= 3.27.90 pkgconfig(glib-2.0) >= 2.44.0 libgcrypt-devel >= 1.2.2 Requires: openssh gcr @@ -64,5 +64,8 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool %{_mandir}/man1/gnome-keyring-daemon.1* %changelog +* Tue May 18 2021 lin.zhang - 3.28.2-4 +- add BuildRequires openssh-clients + * Fri Oct 18 2019 Yiru Wang - 3.28.2-3 - Pakcage init -- Gitee