diff --git a/gajim.spec b/gajim.spec index 315782c..3452344 100644 --- a/gajim.spec +++ b/gajim.spec @@ -2,7 +2,7 @@ Summary: Jabber client written in PyGTK Name: gajim %global majorver 0.14 Version: 0.14.1 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPLv3 Group: Applications/Internet URL: http://gajim.org/ @@ -33,7 +33,9 @@ Requires: notify-python Requires: pyOpenSSL Requires: python-crypto Requires: python-GnuPGInterface -Requires: python-kerberos +# XXX: python-kerberos is neither in RHEL6.0 nor EPEL. +# It will be in 6.1 though according to bz#664751. +#Requires: python-kerberos # See above comment for Patch1 #Requires: python-libasyncns @@ -123,6 +125,9 @@ rm -rf %{buildroot} %{_datadir}/%{name}/src %changelog +* Fri Feb 25 2011 Michal Schmidt 0.14.1-3.el6.1 +- python-kerberos is not available in RHEL6.0. + * Mon Nov 15 2010 Michal Schmidt 0.14.1-3 - Fix a regression noted by Peter Lemenkov in Bodhi. (Could not connect to gmail.com)