- rebuild for python 2.5
- doesn't actually use python-elementtree anymore
This commit is contained in:
parent
cb5249642b
commit
1da544f271
@ -1,7 +1,7 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 1.8.5
|
Version: 1.8.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.redhat.com/
|
URL: http://www.redhat.com/
|
||||||
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
Requires: gnome-python2-gtkhtml2
|
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()")}
|
%{!?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
|
%{_datadir}/dbus-1/services/sealert.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.8.5-2
|
||||||
|
- rebuild for python 2.5
|
||||||
|
- doesn't actually use python-elementtree anymore
|
||||||
|
|
||||||
* Fri Dec 1 2006 John Dennis <jdennis@redhat.com> - 1.8.5-1
|
* Fri Dec 1 2006 John Dennis <jdennis@redhat.com> - 1.8.5-1
|
||||||
- fix bug, "could not convert path to a GtkTreePath" when database
|
- fix bug, "could not convert path to a GtkTreePath" when database
|
||||||
is initially empty, caused by last_selected_row == None
|
is initially empty, caused by last_selected_row == None
|
||||||
|
Loading…
Reference in New Issue
Block a user