rpms/cvs/devel cvs.pam,1.2,1.3 cvs.spec,1.65,1.66

Tomáš Mráz tmraz at fedoraproject.org
Wed Sep 16 10:29:49 UTC 2009


Author: tmraz

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

Modified Files:
	cvs.pam cvs.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 1.11.23-7
- Use password-auth common PAM configuration



Index: cvs.pam
===================================================================
RCS file: /cvs/pkgs/rpms/cvs/devel/cvs.pam,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- cvs.pam	15 Dec 2005 10:40:48 -0000	1.2
+++ cvs.pam	16 Sep 2009 10:29:46 -0000	1.3
@@ -1,3 +1,3 @@
 #%PAM-1.0
-auth		include		system-auth
-account		include		system-auth
+auth		include		password-auth
+account		include		password-auth


Index: cvs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cvs/devel/cvs.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- cvs.spec	24 Jul 2009 19:50:35 -0000	1.65
+++ cvs.spec	16 Sep 2009 10:29:47 -0000	1.66
@@ -6,7 +6,7 @@
 Summary: A version control system
 Name: cvs
 Version: 1.11.23
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL+
 Group: Development/Tools
 Source0: ftp://ftp.gnu.org/non-gnu/cvs/source/stable/%{version}/cvs-%{version}.tar.bz2
@@ -165,6 +165,9 @@ exit 0
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 1.11.23-7
+- Use password-auth common PAM configuration
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11.23-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list