disable autounlock checkbox for now
This commit is contained in:
parent
87e5cc5124
commit
4fc6df823c
@ -3,7 +3,7 @@
|
||||
Summary: A framework for managing user passwords and other secrets
|
||||
Name: gnome-keyring
|
||||
Version: 2.20.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/gnome-keyring/2.20/gnome-keyring-%{version}.tar.bz2
|
||||
@ -22,6 +22,10 @@ BuildRequires: perl(XML::Parser)
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=484612
|
||||
Patch0: gnome-keyring-2.20-selinux-pam.patch
|
||||
|
||||
# autounlock does not currently work, see
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=250147
|
||||
Patch1: no-autounlock.patch
|
||||
|
||||
%description
|
||||
gnome-keyring manages passwords and other types of secrets
|
||||
for the user, storing them encrypted with a main password.
|
||||
@ -61,6 +65,7 @@ and start the keyring daemon.
|
||||
%setup -q -n gnome-keyring-%{version}
|
||||
|
||||
%patch0 -p1 -b .selinux_pam
|
||||
%patch1 -p1 -b .no-autounlock
|
||||
|
||||
%build
|
||||
aclocal
|
||||
@ -107,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
||||
- Disable the auto-unlock question for now (#312531)
|
||||
|
||||
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
||||
- Update to 2.20.1
|
||||
- Drop obsolete patches
|
||||
|
Loading…
Reference in New Issue
Block a user