packages: krb5/krb5.spec - updated BRs - install PAM configs

baggins baggins at pld-linux.org
Thu Jun 4 14:32:09 CEST 2009


Author: baggins                      Date: Thu Jun  4 12:32:09 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated BRs
- install PAM configs

---- Files affected:
packages/krb5:
   krb5.spec (1.133 -> 1.134) 

---- Diffs:

================================================================
Index: packages/krb5/krb5.spec
diff -u packages/krb5/krb5.spec:1.133 packages/krb5/krb5.spec:1.134
--- packages/krb5/krb5.spec:1.133	Wed Jun  3 17:34:43 2009
+++ packages/krb5/krb5.spec	Thu Jun  4 14:32:04 2009
@@ -103,6 +103,9 @@
 BuildRequires:	keyutils-devel
 BuildRequires:	ncurses-devel
 %{?with_openldap:BuildRequires:	openldap-devel >= 2.4.6}
+BuildRequires:	openssl-devel >= 0.9.8
+BuildRequires:	pam-devel
+BuildRequires:	libselinux-devel
 BuildRequires:	rpmbuild(macros) >= 1.268
 %{?with_tcl:BuildRequires:	tcl-devel}
 %if %{with doc}
@@ -685,7 +688,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_localstatedir},/var/log/kerberos} \
 	$RPM_BUILD_ROOT{%{schemadir},%{_infodir},%{_mandir}} \
-	$RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig/rc-inetd,shrc.d,logrotate.d}
+	$RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig/rc-inetd,shrc.d,logrotate.d}
 
 %{__make} -C src install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -711,6 +714,10 @@
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/krb524d
 %endif
 
+install %{SOURCE19} $RPM_BUILD_ROOT/etc/pam.d/kftpd
+install %{SOURCE20} $RPM_BUILD_ROOT/etc/pam.d/klogin
+install %{SOURCE21} $RPM_BUILD_ROOT/etc/pam.d/kshell
+
 %if %{with openldap}
 install src/plugins/kdb/ldap/libkdb_ldap/kerberos.{schema,ldif} $RPM_BUILD_ROOT%{schemadir}
 %endif
@@ -957,18 +964,21 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/ftpd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/ftpd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kftp
 %{_mandir}/man8/ftpd.8*
 
 %files kshd
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/kshd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/kshd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kshell
 %{_mandir}/man8/kshd.8*
 
 %files klogind
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/klogind
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/klogind
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/klogin
 %{_mandir}/man8/klogind.8*
 
 %files common
@@ -1029,6 +1039,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.134  2009/06/04 12:32:04  baggins
+- updated BRs
+- install PAM configs
+
 Revision 1.133  2009/06/03 15:34:43  baggins
 - added PAM configs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5.spec?r1=1.133&r2=1.134&f=u



More information about the pld-cvs-commit mailing list