From 6d3a169f3d61355940a96e56474114b7c18ab07d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Nov 01 2007 18:56:02 +0000 Subject: Fix a typo --- diff --git a/desktop-file-comment.patch b/desktop-file-comment.patch new file mode 100644 index 0000000..15d485f --- /dev/null +++ b/desktop-file-comment.patch @@ -0,0 +1,11 @@ +diff -up krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in.comment krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in +--- krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in.comment 2007-11-01 14:49:32.000000000 -0400 ++++ krb5-auth-dialog-0.7/src/krb5-auth-dialog.desktop.in 2007-11-01 14:49:39.000000000 -0400 +@@ -1,6 +1,6 @@ + [Desktop Entry] + _Name=Network Authentication +-_Comments=Kerberos Network Authentication Dialog ++_Comment=Kerberos Network Authentication Dialog + Exec=krb5-auth-dialog --sm-disable + Encoding=UTF-8 + Terminal=false diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec index 820fb8f..baf647d 100644 --- a/krb5-auth-dialog.spec +++ b/krb5-auth-dialog.spec @@ -6,7 +6,7 @@ Summary: Kerberos 5 authentication dialog Name: krb5-auth-dialog Version: 0.7 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: User Interface/X URL: http://www.redhat.com/ @@ -23,6 +23,7 @@ Requires: libgnomeui >= %{libgnomeui_version} Requires: krb5-libs >= %{krb5_version} Patch1: krb5-auth-dialog-0.7-sm-disable.patch +Patch2: desktop-file-comment.patch %description This package contains a dialog that warns the user when their Kerberos @@ -31,6 +32,7 @@ tickets are about to expire and lets them renew them. %prep %setup -q %patch1 -p1 -b .sm-disable +%patch2 -p1 -b .comment %build %configure @@ -55,6 +57,9 @@ make %changelog +* Thu Nov 1 2007 Matthias Clasen - 0.7-6 +- Fix the Comment field in the desktop file (#344351) + * Mon Oct 22 2007 Christopher Aillon - 0.7-5 - Don't start multiple times in KDE (#344991)