rpms/gnome-keyring/devel gnome-keyring-2.20-selinux-pam.patch, 1.1, 1.2 gnome-keyring.spec, 1.59, 1.60

Alexander Larsson (alexl) fedora-extras-commits at redhat.com
Mon Oct 8 07:30:23 UTC 2007


Author: alexl

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

Modified Files:
	gnome-keyring-2.20-selinux-pam.patch gnome-keyring.spec 
Log Message:
* Mon Oct  8 2007 Alexander Larsson <alexl at redhat.com> - 2.20-5
- Fixed minor issue with pam-selinux issue pointed out by stef


gnome-keyring-2.20-selinux-pam.patch:

Index: gnome-keyring-2.20-selinux-pam.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-keyring/devel/gnome-keyring-2.20-selinux-pam.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-keyring-2.20-selinux-pam.patch	5 Oct 2007 09:12:19 -0000	1.1
+++ gnome-keyring-2.20-selinux-pam.patch	8 Oct 2007 07:30:19 -0000	1.2
@@ -285,7 +285,7 @@
  	 * the 'login' keyring match it is a priority. 
  	 */
 -	ret = start_daemon_if_necessary (ph, pwd);
-+	ret = start_daemon_if_necessary (ph, pwd, password);
++	ret = start_daemon_if_necessary (ph, pwd, original);
  	if (ret != PAM_SUCCESS)
  		return ret;
  	


Index: gnome-keyring.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-keyring/devel/gnome-keyring.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- gnome-keyring.spec	5 Oct 2007 09:12:19 -0000	1.59
+++ gnome-keyring.spec	8 Oct 2007 07:30:19 -0000	1.60
@@ -3,7 +3,7 @@
 Summary: A framework for managing user passwords and other secrets
 Name: gnome-keyring
 Version: 2.20
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gnome-keyring/2.20/gnome-keyring-%{version}.tar.bz2
@@ -113,6 +113,9 @@
 
 
 %changelog
+* Mon Oct  8 2007 Alexander Larsson <alexl at redhat.com> - 2.20-5
+- Fixed minor issue with pam-selinux issue pointed out by stef
+
 * Thu Oct  4 2007 Alexander Larsson <alexl at redhat.com> - 2.20-4
 - Have the pam module tell the daemon to init the login keyring 
   without using the socket as selinux limits access to that




More information about the fedora-extras-commits mailing list