diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec index 9482860..7740899 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.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: User Interface/X URL: http://www.redhat.com/ @@ -17,6 +17,7 @@ BuildRequires: krb5-devel >= %{krb5_version} BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: perl-XML-Parser, gettext BuildRequires: intltool +BuildRequires: libnotify-devel %ifnarch s390 s390x BuildRequires: NetworkManager-glib-devel >= %{libnm_version} %endif @@ -78,6 +79,9 @@ if [ "$1" -eq 0 ]; then fi %changelog +* Wed Jan 14 2009 Colin Walters - 0.8-2 +- BR notify, pointed out by Bojan Smojver + * Tue Jan 13 2009 Colin Walters - 0.8-1 - New upstream release - Remove both patches; they are upstreamed