2.30.0
This commit is contained in:
parent
9bb2af2933
commit
cde9605c05
@ -7,24 +7,17 @@
|
|||||||
|
|
||||||
Summary: Framework for managing passwords and other secrets
|
Summary: Framework for managing passwords and other secrets
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 2.29.92
|
Version: 2.30.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://download.gnome.org/sources/gnome-keyring/2.29/gnome-keyring-%{version}.tar.bz2
|
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||||
|
Source: http://download.gnome.org/sources/gnome-keyring/2.30/gnome-keyring-%{version}.tar.bz2
|
||||||
|
|
||||||
# http://bugzilla.redhat.com/529709
|
# http://bugzilla.redhat.com/529709
|
||||||
# http://bugs.gnome.org/598494
|
# http://bugs.gnome.org/598494
|
||||||
Patch3: gnome-keyring-2.28.1-nopass.patch
|
Patch3: gnome-keyring-2.28.1-nopass.patch
|
||||||
|
|
||||||
# from master
|
|
||||||
Patch4: gnome-keyring-2.30.0-better-error-handling.patch
|
|
||||||
Patch5: gnome-keyring-2.30.0-dont-save-session-keyring-to-disk.patch
|
|
||||||
Patch6: gnome-keyring-2.30.0-unlocking-when-unavailable.patch
|
|
||||||
Patch7: gnome-keyring-2.30.0-hide-automaticall-unlock.patch
|
|
||||||
Patch8: gnome-keyring-2.30.0-fix-storing-autounlock.patch
|
|
||||||
|
|
||||||
|
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -83,11 +76,6 @@ automatically unlock the "login" keyring when the user logs in.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gnome-keyring-%{version}
|
%setup -q -n gnome-keyring-%{version}
|
||||||
%patch3 -p1 -b .no-pass
|
%patch3 -p1 -b .no-pass
|
||||||
%patch4 -p1 -b .better-error-handling
|
|
||||||
%patch5 -p1 -b .dont-save-session-keyring-to-disk
|
|
||||||
%patch6 -p1 -b .unlocking-when-unavailable
|
|
||||||
%patch7 -p1 -b .hide-automaticall-unlock
|
|
||||||
%patch8 -p1 -b .fix-storing-autounlock
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -166,6 +154,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
||||||
|
- Update to 2.30.0
|
||||||
|
|
||||||
* Mon Mar 22 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-2
|
* Mon Mar 22 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-2
|
||||||
- More robust error display and handling
|
- More robust error display and handling
|
||||||
- [secret-store] Don't save session keyring to disk
|
- [secret-store] Don't save session keyring to disk
|
||||||
|
Loading…
Reference in New Issue
Block a user