rpms/pam_krb5/devel .cvsignore, 1.44, 1.45 pam_krb5.spec, 1.55, 1.56 sources, 1.44, 1.45

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Jul 23 15:59:10 UTC 2007


Author: nalin

Update of /cvs/pkgs/rpms/pam_krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5074

Modified Files:
	.cvsignore pam_krb5.spec sources 
Log Message:
- update to 2.2.15, adjusting the fix for #150056 so that it doesn't run
  afoul of SELinux policy by attempting to read a ccache which was created
  for use by the user via the helper
- build with --with-default-use-shmem=sshd --with-default-external=sshd, to
  get the expected behavior without requiring administrator intervention



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pam_krb5/devel/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- .cvsignore	19 Jul 2007 15:10:02 -0000	1.44
+++ .cvsignore	23 Jul 2007 15:58:38 -0000	1.45
@@ -1,3 +1,4 @@
 pam_krb5-2.2.11-1.tar.gz
 pam_krb5-2.2.12-1.tar.gz
 pam_krb5-2.2.14-1.tar.gz
+pam_krb5-2.2.15-1.tar.gz


Index: pam_krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_krb5/devel/pam_krb5.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- pam_krb5.spec	19 Jul 2007 15:10:02 -0000	1.55
+++ pam_krb5.spec	23 Jul 2007 15:58:38 -0000	1.56
@@ -1,6 +1,6 @@
 Summary: A Pluggable Authentication Module for Kerberos 5.
 Name: pam_krb5
-Version: 2.2.14
+Version: 2.2.15
 Release: 2
 Source0: pam_krb5-%{version}-1.tar.gz
 License: LGPL
@@ -19,7 +19,8 @@
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
-%configure --libdir=/%{_lib}
+%configure --libdir=/%{_lib} \
+	--with-default-use-shmem=sshd --with-default-external=sshd
 make
 
 %install
@@ -47,7 +48,17 @@
 
 # $Id$
 %changelog
-* Thu Jul 17 2007 Nalin Dahyabhai <nalin at redhat.com> - 2.2.14-2
+* Mon Jul 23 2007 Nalin Dahyabhai <nalin at redhat.com> - 2.2.15-2
+- rebuild
+
+* Mon Jul 23 2007 Nalin Dahyabhai <nalin at redhat.com> - 2.2.15-1
+- update to 2.2.15, adjusting the fix for #150056 so that it doesn't run
+  afoul of SELinux policy by attempting to read a ccache which was created
+  for use by the user via the helper
+- build with --with-default-use-shmem=sshd --with-default-external=sshd, to
+  get the expected behavior without requiring administrator intervention
+
+* Thu Jul 19 2007 Nalin Dahyabhai <nalin at redhat.com> - 2.2.14-2
 - rebuild
 
 * Fri Jul 13 2007 Nalin Dahyabhai <nalin at redhat.com> - 2.2.14-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pam_krb5/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources	19 Jul 2007 15:10:02 -0000	1.44
+++ sources	23 Jul 2007 15:58:38 -0000	1.45
@@ -1 +1 @@
-556e0ef453504101dea3c70c65cf3344  pam_krb5-2.2.14-1.tar.gz
+555fe7467fd39b61f254b0f44424dc66  pam_krb5-2.2.15-1.tar.gz




More information about the scm-commits mailing list