diff --git a/gnome-keyring-3.28.2.tar.xz b/gnome-keyring-3.28.2.tar.xz deleted file mode 100644 index 63f6fdc..0000000 Binary files a/gnome-keyring-3.28.2.tar.xz and /dev/null differ diff --git a/gnome-keyring-3.36.0.tar.xz b/gnome-keyring-3.36.0.tar.xz new file mode 100644 index 0000000..635537a Binary files /dev/null and b/gnome-keyring-3.36.0.tar.xz differ diff --git a/gnome-keyring.spec b/gnome-keyring.spec index e6fa635..29e5901 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -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 - 3.36.0-1 +- Upgrade to 3.36.0 +- Update Version, Release, Source0, stage 'files' + * Tue May 18 2021 lin.zhang - 3.28.2-4 - add BuildRequires openssh-clients