rpms/jabberd/devel jabberd.spec,1.36,1.37

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


Author: tmraz

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

Modified Files:
	jabberd.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 2.2.8-5
- use password-auth common PAM configuration instead of system-auth



Index: jabberd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jabberd/devel/jabberd.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- jabberd.spec	21 Aug 2009 14:03:22 -0000	1.36
+++ jabberd.spec	16 Sep 2009 12:53:01 -0000	1.37
@@ -1,7 +1,7 @@
 Summary: OpenSource server implementation of the Jabber protocols
 Name: jabberd
 Version: 2.2.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 Source0: http://ftp.xiaoka.com/jabberd2/releases/jabberd-2.2.8.tar.bz2
@@ -95,9 +95,9 @@ export LIBS='-lgc'
 %{__cat} >> $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/jabberd << END
 #%PAM-1.0
 auth       required     pam_nologin.so
-auth       include      system-auth
-account    include      system-auth
-session    include      system-auth
+auth       include      password-auth
+account    include      password-auth
+session    include      password-auth
 END
 
 #default driver for storage
@@ -192,6 +192,9 @@ fi
 %ghost %{_sysconfdir}/jabberd/server.pem
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 2.2.8-5
+- use password-auth common PAM configuration instead of system-auth
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.2.8-4
 - rebuilt with new openssl
 




More information about the fedora-extras-commits mailing list