diff --git a/.gitignore b/.gitignore index a611992..cc005cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ krb5-auth-dialog-0.16.tar.bz2 /krb5-auth-dialog-2.91.91.tar.bz2 /krb5-auth-dialog-2.91.93.tar.bz2 /krb5-auth-dialog-3.0.0.tar.bz2 +/krb5-auth-dialog-3.0.1.tar.bz2 diff --git a/krb5-auth-dialog-autostart.patch b/krb5-auth-dialog-autostart.patch new file mode 100644 index 0000000..c5b6e4c --- /dev/null +++ b/krb5-auth-dialog-autostart.patch @@ -0,0 +1,12 @@ +diff -up krb5-auth-dialog-3.0.1/src/krb5-auth-dialog.desktop.in.autostart krb5-auth-dialog-3.0.1/src/krb5-auth-dialog.desktop.in +--- krb5-auth-dialog-3.0.1/src/krb5-auth-dialog.desktop.in.autostart 2011-04-25 18:28:15.361851181 -0400 ++++ krb5-auth-dialog-3.0.1/src/krb5-auth-dialog.desktop.in 2011-04-25 18:28:23.853745016 -0400 +@@ -1,7 +1,7 @@ + [Desktop Entry] + _Name=Kerberos Authentication + _Comment=Kerberos Network Authentication Dialog +-Exec=krb5-auth-dialog ++Exec=krb5-auth-dialog --auto + Terminal=false + Type=Application + NoDisplay=true diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec index aafb3fe..0f60754 100644 --- a/krb5-auth-dialog.spec +++ b/krb5-auth-dialog.spec @@ -1,11 +1,15 @@ Summary: Kerberos 5 authentication dialog Name: krb5-auth-dialog -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} License: GPLv2+ Group: User Interface/X URL: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 + +# avoid annoying notifications +Patch0: krb5-auth-dialog-autostart.patch + BuildRequires: krb5-devel BuildRequires: perl(XML::Parser), gettext BuildRequires: intltool @@ -29,6 +33,7 @@ tickets are about to expire and lets them renew them. %prep %setup -q +%patch0 -p1 -b .autostart %build %configure --disable-static @@ -78,6 +83,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Apr 25 2011 Matthias Clasen - 3.0.1-1 +- Update to 3.0.1 +- Avoid annoying notification at login (#688302) + * Mon Apr 4 2011 Matthias Clasen - 3.0.0-1 - Update to 3.0.0 diff --git a/sources b/sources index cdf1714..cdee5b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5b8d40ded2a6e9d5d2123a12d2b7f24 krb5-auth-dialog-3.0.0.tar.bz2 +ecdef3016013727363c12642b857b076 krb5-auth-dialog-3.0.1.tar.bz2