rpms/postgresql/devel postgresql.pam, 1.3, 1.4 postgresql.spec, 1.118, 1.119

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


Author: tmraz

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

Modified Files:
	postgresql.pam postgresql.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 8.4.1-2
- Use password-auth common PAM configuration instead of system-auth



Index: postgresql.pam
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/postgresql.pam,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- postgresql.pam	7 Nov 2005 21:54:56 -0000	1.3
+++ postgresql.pam	16 Sep 2009 17:50:13 -0000	1.4
@@ -1,3 +1,3 @@
 #%PAM-1.0
-auth		include		system-auth
-account		include		system-auth
+auth		include		password-auth
+account		include		password-auth


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/postgresql.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -p -r1.118 -r1.119
--- postgresql.spec	9 Sep 2009 15:13:29 -0000	1.118
+++ postgresql.spec	16 Sep 2009 17:50:13 -0000	1.119
@@ -60,7 +60,7 @@ Summary: PostgreSQL client programs and 
 Name: postgresql
 %define majorversion 8.4
 Version: 8.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 # PG considers their license to be simplified BSD, but it's more nearly MIT
 License: MIT
 Group: Applications/Databases
@@ -854,6 +854,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 8.4.1-2
+- Use password-auth common PAM configuration instead of system-auth
+
 * Wed Sep  9 2009 Tom Lane <tgl at redhat.com> 8.4.1-1
 - Update to PostgreSQL 8.4.1, for various fixes described at
   http://www.postgresql.org/docs/8.4/static/release-8-4-1.html




More information about the scm-commits mailing list