From 1da544f27139a1bfad388f03ad5ea6c1aa6c2af8 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 7 Dec 2006 19:52:16 +0000 Subject: [PATCH] - rebuild for python 2.5 - doesn't actually use python-elementtree anymore --- setroubleshoot.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index a5421f7..da3a303 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 1.8.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System URL: http://www.redhat.com/ @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl-XML-Parser Requires: gnome-python2-gtkhtml2 -Requires: python-elementtree +Requires: libxml2-python %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -107,6 +107,10 @@ rm -rf %{buildroot} %{_datadir}/dbus-1/services/sealert.service %changelog +* Thu Dec 7 2006 Jeremy Katz - 1.8.5-2 +- rebuild for python 2.5 +- doesn't actually use python-elementtree anymore + * Fri Dec 1 2006 John Dennis - 1.8.5-1 - fix bug, "could not convert path to a GtkTreePath" when database is initially empty, caused by last_selected_row == None