rpms/xlockmore/FC-5 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xlockmore.spec, 1.9, 1.10

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Mon May 1 06:54:52 UTC 2006


Author: adrian

Update of /cvs/extras/rpms/xlockmore/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17458

Modified Files:
	.cvsignore sources xlockmore.spec 
Log Message:
* Mon May 01 2006 Adrian Reber <adrian at lisas.de> - 5.22-1
- updated to 5.22
- changed pam file to use include instead of pam_stack.so



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xlockmore/FC-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	21 Feb 2006 20:20:07 -0000	1.7
+++ .cvsignore	1 May 2006 06:54:52 -0000	1.8
@@ -1 +1 @@
-xlockmore-5.21.tar.bz2
+xlockmore-5.22.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xlockmore/FC-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	21 Feb 2006 20:20:07 -0000	1.7
+++ sources	1 May 2006 06:54:52 -0000	1.8
@@ -1 +1 @@
-eefe878d7efaa982ee53553c78534315  xlockmore-5.21.tar.bz2
+abf503b6b7af128312fa3f500e8a2121  xlockmore-5.22.tar.bz2


Index: xlockmore.spec
===================================================================
RCS file: /cvs/extras/rpms/xlockmore/FC-5/xlockmore.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xlockmore.spec	21 Feb 2006 20:20:07 -0000	1.9
+++ xlockmore.spec	1 May 2006 06:54:52 -0000	1.10
@@ -1,11 +1,11 @@
 Summary: Screen lock and screen saver
 Name: xlockmore
-Version: 5.21
+Version: 5.22
 Release: 1%{?dist}
 License: BSD
 Group: Amusements/Graphics
 URL: http://www.tux.org/~bagleyd/xlockmore.html
-Source0: http://www.tux.org/~bagleyd/latest/xlockmore-5.21.tar.bz2
+Source0: http://www.tux.org/~bagleyd/latest/xlockmore-5.22.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pam-devel esound-devel
 BuildRequires: mesa-libGL-devel mesa-libGLU-devel
@@ -55,10 +55,10 @@
 %{__mkdir_p} %{buildroot}%{_sysconfdir}/pam.d
 cat > %{buildroot}%{_sysconfdir}/pam.d/xlock << EOF
 #%PAM-1.0
-auth       required     pam_stack.so service=system-auth
-account    required     pam_stack.so service=system-auth
-password   required     pam_stack.so service=system-auth
-session    required     pam_stack.so service=system-auth
+auth       include      system-auth
+account    include      system-auth
+password   include      system-auth
+session    include      system-auth
 EOF
 
 %{__mkdir_p} %{buildroot}%{_datadir}/applications
@@ -105,6 +105,10 @@
 %{_bindir}/xglock
 
 %changelog
+* Mon May 01 2006 Adrian Reber <adrian at lisas.de> - 5.22-1
+- updated to 5.22
+- changed pam file to use include instead of pam_stack.so
+
 * Tue Feb 21 2006 Adrian Reber <adrian at lisas.de> - 5.21-1
 - updated to 5.21
 




More information about the fedora-extras-commits mailing list