rpms/newscache/devel newscache.spec,1.25,1.26

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


Author: tmraz

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

Modified Files:
	newscache.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 1.2-0.11.rc6
- Use password-auth common PAM configuration instead of system-auth



Index: newscache.spec
===================================================================
RCS file: /cvs/pkgs/rpms/newscache/devel/newscache.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- newscache.spec	25 Jul 2009 19:15:20 -0000	1.25
+++ newscache.spec	16 Sep 2009 13:09:43 -0000	1.26
@@ -4,7 +4,7 @@
 Name: 		newscache
 Summary: 	Free cache server for USENET News
 Version: 	1.2
-Release: 	0.10.rc6%{?dist}
+Release: 	0.11.rc6%{?dist}
 Group: 		System Environment/Daemons
 License:	GPLv2+
 URL:		http://www.linuxhacker.at/newscache/
@@ -94,8 +94,8 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}
 pushd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
 cat <<EOF >%{name}
 #%PAM-1.0
-auth    include		system-auth
-account include		system-auth
+auth    include		password-auth
+account include		password-auth
 
 EOF
 popd
@@ -156,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 1.2-0.11.rc6
+- Use password-auth common PAM configuration instead of system-auth
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-0.10.rc6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list