Update to 3.27.92
This commit is contained in:
parent
6cb4be0d50
commit
ba6bac9550
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@ gnome-keyring-2.31.4.tar.bz2
|
|||||||
/gnome-keyring-3.19.90.tar.xz
|
/gnome-keyring-3.19.90.tar.xz
|
||||||
/gnome-keyring-3.20.0.tar.xz
|
/gnome-keyring-3.20.0.tar.xz
|
||||||
/gnome-keyring-3.20.1.tar.xz
|
/gnome-keyring-3.20.1.tar.xz
|
||||||
|
/gnome-keyring-3.27.92.tar.xz
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
Summary: Framework for managing passwords and other secrets
|
Summary: Framework for managing passwords and other secrets
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.20.1
|
Version: 3.27.92
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||||
Source: https://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/%{name}/3.27/%{name}-%{version}.tar.xz
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
||||||
@ -23,8 +23,13 @@ BuildRequires: libcap-ng-devel
|
|||||||
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
|
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
|
BuildRequires: /usr/bin/ssh-add
|
||||||
|
BuildRequires: /usr/bin/ssh-agent
|
||||||
BuildRequires: /usr/bin/xsltproc
|
BuildRequires: /usr/bin/xsltproc
|
||||||
|
|
||||||
|
Requires: /usr/bin/ssh-add
|
||||||
|
Requires: /usr/bin/ssh-agent
|
||||||
|
|
||||||
# we no longer have a devel subpackage
|
# we no longer have a devel subpackage
|
||||||
Obsoletes: %{name}-devel < 3.3.0
|
Obsoletes: %{name}-devel < 3.3.0
|
||||||
Provides: %{name}-devel = 3.3.0
|
Provides: %{name}-devel = 3.3.0
|
||||||
@ -67,7 +72,6 @@ make %{?_smp_mflags}
|
|||||||
rm $RPM_BUILD_ROOT%{_libdir}/security/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/security/*.la
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/p11-kit/modules/gnome-keyring.module
|
|
||||||
|
|
||||||
%find_lang gnome-keyring
|
%find_lang gnome-keyring
|
||||||
|
|
||||||
@ -106,6 +110,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
||||||
|
- Update to 3.27.92
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-5
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-keyring-3.20.1.tar.xz) = a60d8a4b17a9c6d8c581578881abaf7d79de43045a314b401e3bfd3974edb4ab94117dd430203b721058f432b24bf6296e0b7c4fba1e66cccd2c2e9441787177
|
SHA512 (gnome-keyring-3.27.92.tar.xz) = 07a380116b9dba89505df5fd12149fd6970147444b4a49592be9359c979ffd67ea526c40c79fdc82ee45ff4351d253c483e760860eaeb53d5c9326e79bbcc7c0
|
||||||
|
Loading…
Reference in New Issue
Block a user