rpms/krb5-auth-dialog/F-8 krb5-auth-dialog-0.7-sm-disable.patch, NONE, 1.1 krb5-auth-dialog.spec, 1.26, 1.27

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Mon Oct 22 10:55:00 UTC 2007


Author: caillon

Update of /cvs/extras/rpms/krb5-auth-dialog/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20475

Modified Files:
	krb5-auth-dialog.spec 
Added Files:
	krb5-auth-dialog-0.7-sm-disable.patch 
Log Message:
* Mon Oct 22 2007 Christopher Aillon <caillon at redhat.com> - 0.7-5
- Don't start multiple times in KDE (#344991)


krb5-auth-dialog-0.7-sm-disable.patch:

--- NEW FILE krb5-auth-dialog-0.7-sm-disable.patch ---
diff -up krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in.orig krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in
--- krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in.orig	2007-10-22 11:57:50.000000000 +0200
+++ krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in	2007-10-22 11:58:48.000000000 +0200
@@ -1,9 +1,8 @@
 [Desktop Entry]
 _Name=Network Authentication
 _Comments=Kerberos Network Authentication Dialog
-Exec=krb5-auth-dialog
+Exec=krb5-auth-dialog --sm-disable
 Encoding=UTF-8
-Exec=krb5-auth-dialog
 Terminal=false
 Type=Application
 



Index: krb5-auth-dialog.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5-auth-dialog/F-8/krb5-auth-dialog.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- krb5-auth-dialog.spec	24 Aug 2007 18:41:58 -0000	1.26
+++ krb5-auth-dialog.spec	22 Oct 2007 10:54:26 -0000	1.27
@@ -6,7 +6,7 @@
 Summary: Kerberos 5 authentication dialog
 Name: krb5-auth-dialog
 Version: 0.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: User Interface/X
 URL: http://www.redhat.com/
@@ -22,12 +22,15 @@
 Requires: libgnomeui >= %{libgnomeui_version}
 Requires: krb5-libs >= %{krb5_version}
 
+Patch1: krb5-auth-dialog-0.7-sm-disable.patch
+
 %description
 This package contains a dialog that warns the user when their Kerberos
 tickets are about to expire and lets them renew them.
 
 %prep
 %setup -q
+%patch1 -p1 -b .sm-disable
 
 %build
 %configure
@@ -52,6 +55,9 @@
 
 
 %changelog
+* Mon Oct 22 2007 Christopher Aillon <caillon at redhat.com> - 0.7-5
+- Don't start multiple times in KDE (#344991)
+
 * Fri Aug 24 2007 Adam Jackson <ajax at redhat.com> - 0.7-4
 - Rebuild for build ID
 




More information about the fedora-extras-commits mailing list