rpms/gnome-keyring/devel gnome-keyring.spec,1.62,1.63

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Oct 15 19:53:47 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gnome-keyring/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3688

Modified Files:
	gnome-keyring.spec 
Log Message:
disable autounlock checkbox for now



Index: gnome-keyring.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-keyring/devel/gnome-keyring.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- gnome-keyring.spec	15 Oct 2007 17:28:20 -0000	1.62
+++ gnome-keyring.spec	15 Oct 2007 19:53:14 -0000	1.63
@@ -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 @@
 # 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 @@
 %setup -q -n gnome-keyring-%{version}
 
 %patch0 -p1 -b .selinux_pam
+%patch1 -p1 -b .no-autounlock
 
 %build
 aclocal
@@ -107,6 +112,9 @@
 
 
 %changelog
+* Mon Oct 15 2007 Matthias Clasen  <mclasen at redhat.com> - 2.20.1-2
+- Disable the auto-unlock question for now (#312531)
+
 * Mon Oct 15 2007 Matthias Clasen  <mclasen at redhat.com> - 2.20.1-1
 - Update to 2.20.1
 - Drop obsolete patches




More information about the fedora-extras-commits mailing list