rpms/ppp/devel ppp-2.3.5-pamd.conf,1.2,1.3 ppp.spec,1.50,1.51

Tomáš Mráz tmraz at fedoraproject.org
Wed Sep 16 17:58:44 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/ppp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18219

Modified Files:
	ppp-2.3.5-pamd.conf ppp.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 2.4.4-13
- use password-auth common PAM configuration instead of system-auth



Index: ppp-2.3.5-pamd.conf
===================================================================
RCS file: /cvs/pkgs/rpms/ppp/devel/ppp-2.3.5-pamd.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ppp-2.3.5-pamd.conf	7 Oct 2005 14:36:03 -0000	1.2
+++ ppp-2.3.5-pamd.conf	16 Sep 2009 17:58:44 -0000	1.3
@@ -1,5 +1,5 @@
 #%PAM-1.0
-auth       include	system-auth
+auth       include	password-auth
 account    required	pam_nologin.so
-account    include	system-auth
-session    include	system-auth
+account    include	password-auth
+session    include	password-auth


Index: ppp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ppp/devel/ppp.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- ppp.spec	26 Jul 2009 19:21:16 -0000	1.50
+++ ppp.spec	16 Sep 2009 17:58:44 -0000	1.51
@@ -1,7 +1,7 @@
 Summary: The PPP (Point-to-Point Protocol) daemon.
 Name: ppp
 Version: 2.4.4
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: BSD and LGPLv2+ and GPLv2+ and Public Domain
 Group: System Environment/Daemons
 Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
@@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc PLUGINS
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 2.4.4-13
+- use password-auth common PAM configuration instead of system-auth
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.4-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list