!9 Upgrade to 3.36.0

From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-06-01 10:27:05 +08:00 committed by Gitee
commit 14f9dd4c1e
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
gnome-keyring-3.36.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: gnome-keyring
Version: 3.28.2
Release: 4
Version: 3.36.0
Release: 1
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
Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
BuildRequires: gcc docbook-dtds docbook-style-xsl gettext intltool libcap-ng-devel libselinux-devel pam-devel
BuildRequires: openssh-clients libxslt
@ -52,6 +52,8 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/dbus-1/services/*.service
%{_datadir}/p11-kit/modules/gnome-keyring.module
%{_datadir}/xdg-desktop-portal
%{_sysconfdir}/xdg/autostart/*
%attr(0755,root,root) %caps(cap_ipc_lock=ep)
@ -64,6 +66,10 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
%{_mandir}/man1/gnome-keyring-daemon.1*
%changelog
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.36.0-1
- Upgrade to 3.36.0
- Update Version, Release, Source0, stage 'files'
* Tue May 18 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 3.28.2-4
- add BuildRequires openssh-clients