rpms/krb5/devel krb5.spec,1.214,1.215

Nalin Dahyabhai nalin at fedoraproject.org
Fri Nov 20 16:09:35 UTC 2009


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26457/devel

Modified Files:
	krb5.spec 
Log Message:
- move /etc/pam.d/ksu from krb5-workstation-servers to krb5-workstation,
  where it's actually needed (#538703)



Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -p -r1.214 -r1.215
--- krb5.spec	23 Oct 2009 20:29:53 -0000	1.214
+++ krb5.spec	20 Nov 2009 16:09:35 -0000	1.215
@@ -10,7 +10,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.7
-Release: 9%{?dist}
+Release: 10%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -215,6 +215,10 @@ to obtain initial credentials from a KDC
 certificate.
 
 %changelog
+* Fri Nov 20 2009 Nalin Dahyabhai <nalin at redhat.com> - 1.7-10
+- move /etc/pam.d/ksu from krb5-workstation-servers to krb5-workstation,
+  where it's actually needed (#538703)
+
 * Fri Oct 23 2009 Nalin Dahyabhai <nalin at redhat.com> - 1.7-9
 - add some conditional logic to simplify building on older Fedora releases
 
@@ -1781,6 +1785,7 @@ exit 0
 # Doesn't really fit anywhere else.
 %attr(4755,root,root) %{krb5prefix}/bin/ksu
 %{krb5prefix}/man/man1/ksu.1*
+%config(noreplace) /etc/pam.d/ksu
 
 # Problem-reporting tool.
 %{krb5prefix}/sbin/krb5-send-pr
@@ -1839,7 +1844,9 @@ exit 0
 %{krb5prefix}/man/man1/rcp.1*
 
 %config(noreplace) /etc/xinetd.d/*
-%config(noreplace) /etc/pam.d/*
+%config(noreplace) /etc/pam.d/kshell
+%config(noreplace) /etc/pam.d/ekshell
+%config(noreplace) /etc/pam.d/gssftp
 
 # Login is used by telnetd and klogind.
 %{krb5prefix}/sbin/login.krb5




More information about the scm-commits mailing list