rpms/qtparted/devel qtparted.pam,1.1,1.2 qtparted.spec,1.22,1.23

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Sep 7 13:16:16 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/qtparted/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18102

Modified Files:
	qtparted.pam qtparted.spec 
Log Message:
Fix qtparted.pam (#237075).


Index: qtparted.pam
===================================================================
RCS file: /cvs/pkgs/rpms/qtparted/devel/qtparted.pam,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtparted.pam	8 Nov 2004 05:17:31 -0000	1.1
+++ qtparted.pam	7 Sep 2007 13:15:44 -0000	1.2
@@ -1,6 +1,8 @@
 #%PAM-1.0
 auth       sufficient   pam_rootok.so
-auth       required     pam_stack.so service=system-auth
-account    required     pam_permit.so
+auth       sufficient   pam_timestamp.so
+auth       include      system-auth
 session    required     pam_permit.so
 session    optional     pam_xauth.so
+session    optional     pam_timestamp.so
+account    required     pam_permit.so


Index: qtparted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qtparted/devel/qtparted.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- qtparted.spec	29 Mar 2007 21:54:08 -0000	1.22
+++ qtparted.spec	7 Sep 2007 13:15:44 -0000	1.23
@@ -2,7 +2,7 @@
 
 Name:           qtparted
 Version:        0.4.5
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Partition Magic clone written in C++ using the Qt toolkit
 
 Group:          Applications/System
@@ -106,6 +106,9 @@
 
 
 %changelog
+* Thu Sep 06 2007 Steven Pritchard <steve at kspei.com> 0.4.5-15
+- Fix qtparted.pam (#237075).
+
 * Thu Mar 29 2007 Steven Pritchard <steve at kspei.com> - 0.4.5-14
 - Rebuild again.
 




More information about the fedora-extras-commits mailing list