From 17942eb8cd12e9c9bb07ab42d7b42986b1a8e845 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Wed, 16 Sep 2009 17:50:13 +0000 Subject: - Use password-auth common PAM configuration instead of system-auth --- postgresql.pam | 4 ++-- postgresql.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/postgresql.pam b/postgresql.pam index 40bfa6f..1d78594 100644 --- a/postgresql.pam +++ b/postgresql.pam @@ -1,3 +1,3 @@ #%PAM-1.0 -auth include system-auth -account include system-auth +auth include password-auth +account include password-auth diff --git a/postgresql.spec b/postgresql.spec index f1a0035..7e4e4e7 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -60,7 +60,7 @@ Summary: PostgreSQL client programs and libraries 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 - 8.4.1-2 +- Use password-auth common PAM configuration instead of system-auth + * Wed Sep 9 2009 Tom Lane 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 -- cgit