- Checking for policy version was going into infinite loop

This commit is contained in:
Daniel J Walsh 2010-06-16 20:51:04 +00:00
parent f221eabab4
commit 5463c20e89
4 changed files with 103 additions and 4553 deletions

View File

@ -76,3 +76,21 @@ setroubleshoot-2.2.65.tar.gz
setroubleshoot-2.2.66.tar.gz
setroubleshoot-2.2.67.tar.gz
setroubleshoot-2.2.69.tar.gz
setroubleshoot-2.2.70.tar.gz
setroubleshoot-2.2.71.tar.gz
setroubleshoot-2.2.72.tar.gz
setroubleshoot-2.2.73.tar.gz
setroubleshoot-2.2.74.tar.gz
setroubleshoot-2.2.75.tar.gz
setroubleshoot-2.2.76.tar.gz
setroubleshoot-2.2.77.tar.gz
setroubleshoot-2.2.79.tar.gz
setroubleshoot-2.2.80.tar.gz
setroubleshoot-2.2.81.tar.gz
setroubleshoot-2.2.82.tar.gz
setroubleshoot-2.2.83.tar.gz
setroubleshoot-2.2.84.tar.gz
setroubleshoot-2.2.85.tar.gz
setroubleshoot-2.2.86.tar.gz
setroubleshoot-2.2.87.tar.gz
setroubleshoot-2.2.88.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 2.2.69
Version: 2.2.88
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -18,12 +18,11 @@ Requires: pygtk2 >= 2.9.2
Requires: gnome-python2-gnome, gnome-python2-canvas
Requires: gnome-python2-gtkhtml2
Requires: report-gtk
Requires: report-config-bugzilla-redhat-com
Requires: polkit
Requires: yum
Requires: gnome-python2-gnomekeyring
Requires(post): /usr/bin/update-desktop-database
Requires(post): dbus libpcap
Requires(post): dbus
Requires(postun): /usr/bin/update-desktop-database
Requires(postun): dbus
Requires: notify-python
@ -31,15 +30,8 @@ Requires: notify-python
%{?fc8:Requires: selinux-policy-base >= 3.0.7-10}
%{?fc11:Requires: selinux-policy-base >= 3.6.12-48}
%if 0%{?fedora}
BuildRequires: xdg-utils
Requires: xdg-utils
%endif
%if 0%{?rhel}
BuildRequires: htmlview
Requires: htmlview
%endif
%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
@ -80,13 +72,13 @@ to user preference. The same tools can be run on existing log files.
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%post
/usr/bin/update-desktop-database %{_datadir}/applications
/usr/bin/update-desktop-database %{_datadir}/applications 2> /dev/null
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
%postun
/usr/bin/update-desktop-database %{_datadir}/applications
/usr/bin/update-desktop-database %{_datadir}/applications 2> /dev/null
touch --no-create %{_datadir}/icons/hicolor
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@ -188,7 +180,9 @@ rm -rf %{buildroot}
%{pkgpythondir}/sesearch/__init__.py*
%{pkgpythondir}/sesearch/_sesearch.so
%{pkgpythondir}/default_encoding_utf8.so
%{pkgdatadir}
%dir %{pkgdatadir}
%{pkgdatadir}/SetroubleshootFixit.py*
%{pkgdatadir}/updater.py*
%config %{pkgconfigdir}/%{name}.cfg
%dir %{pkglogdir}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
@ -198,6 +192,8 @@ rm -rf %{buildroot}
%ghost %attr(0600,root,root) %{pkgdatabase}
%ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients
%{_mandir}/man8/sealert.8.gz
%{_mandir}/man8/sedispatch.8.gz
%{_mandir}/man8/setroubleshootd.8.gz
/etc/audisp/plugins.d/sedispatch.conf
%{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service
@ -214,6 +210,81 @@ Setroubleshoot documentation package
%doc %{pkgdocdir}
%changelog
* Tue Jun 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.88-1
- Checking for policy version was going into infinite loop
* Tue Jun 8 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.87-1
- Update po
- Add Thomas Liu patch with lots of fixes.
- Make startup faster
* Tue May 18 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.86-1
- Fix permission on icons
- Add man pages for setroubleshoot and sedispatch
- Fix desktop file
Resolves: #594352
* Tue May 18 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.85-2
- Remove build requires for htmlview
Resolves: #593313
* Fri May 14 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.85-1
- Fix browser crash on bad current alert
* Wed May 12 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.84-1
- Remove Fedora Icon from bug reporting dialog
* Tue May 11 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.83-1
- Fixed crash on newer policy
- Update po
Resolves: #575686
* Mon May 10 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.82-1
- Redirect update-desktop-database to /dev/null
- Fix icon listing in desktop file
- Update po
* Thu May 6 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.81-1
- Fix icons
- Update po
* Wed May 5 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.79-1
- Change icons
* Wed Apr 28 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.78-1
- Fix man page to document sealert -f
- Update po
Resolves: #586699
* Mon Apr 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.77-2
- Remove /usr/share/setroubleshoot from -server package
Resolves: #552922
* Mon Apr 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.77-1
- Fix report_button handling
- Update po
* Wed Apr 21 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.76-1
- Fix handling of exceptions
* Tue Apr 20 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.75-1
- Fix translations in glade
* Mon Apr 19 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.74-1
- Fix error handling in audit_data
* Fri Apr 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.73-1
- Handle strings containing NULL, abstract sockets
* Fri Mar 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.72-1
- Change setroubleshoot translations in the system default language
- Fix handling of current_alert list
- Fix handling of "/" devices
* Fri Mar 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.69-2
- Remove requires bugzilla, since report will do the right thing
Resolves: #576927
* Mon Mar 15 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.69-1
- Add white level, so plugins can tell setroubleshoot to ignore avc

View File

@ -1 +1 @@
2aea3df47f68620944841fea2e0c6b1b setroubleshoot-2.2.69.tar.gz
187d6ad53f62c7acb9655e26a993078f setroubleshoot-2.2.88.tar.gz