rpms/nufw/devel nuauth.pam,1.1,1.2 nufw.spec,1.10,1.11

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


Author: tmraz

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

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



Index: nuauth.pam
===================================================================
RCS file: /cvs/pkgs/rpms/nufw/devel/nuauth.pam,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- nuauth.pam	9 Jan 2009 18:24:38 -0000	1.1
+++ nuauth.pam	16 Sep 2009 13:18:52 -0000	1.2
@@ -1,6 +1,6 @@
 #%PAM-1.0
-auth       include      system-auth
-account    include      system-auth
-password   include      system-auth
-session    include      system-auth
+auth       include      password-auth
+account    include      password-auth
+password   include      password-auth
+session    include      password-auth
 


Index: nufw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nufw/devel/nufw.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- nufw.spec	21 Aug 2009 14:46:15 -0000	1.10
+++ nufw.spec	16 Sep 2009 13:18:52 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name: nufw
 Version: 2.2.21
-Release: 5%{dist}
+Release: 6%{dist}
 Summary: Authentication Firewall Suite for Linux
 License: GPLv2
 Group: System Environment/Daemons
@@ -360,6 +360,9 @@ fi
 %{python_sitelib}/nuclient/*
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 2.2.21-6
+- Use password-auth common PAM configuration instead of system-auth
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.2.21-5
 - rebuilt with new openssl
 




More information about the fedora-extras-commits mailing list