- Fix handling of report_count and ignore button
illa, since report will do the right thing Resolves: #576927
This commit is contained in:
parent
b6c0a8cc7b
commit
3b6d7a89b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -111,3 +111,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.0.3.tar.gz
|
/setroubleshoot-3.0.3.tar.gz
|
||||||
/setroubleshoot-3.0.4.tar.gz
|
/setroubleshoot-3.0.4.tar.gz
|
||||||
/setroubleshoot-3.0.5.tar.gz
|
/setroubleshoot-3.0.5.tar.gz
|
||||||
|
/setroubleshoot-3.0.6.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.0.5
|
Version: 3.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -210,150 +210,9 @@ Setroubleshoot documentation package
|
|||||||
%doc %{pkgdocdir}
|
%doc %{pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 9 2010 <dwalsh@redhat.com> - 3.0.5-1
|
* Wed Nov 10 2010 <dwalsh@redhat.com> - 3.0.6-1
|
||||||
- Add details button
|
- Fix handling of report_count and ignore button
|
||||||
- Fix deleteall
|
illa, since report will do the right thing
|
||||||
- Select radiobutton if only one plugin
|
|
||||||
|
|
||||||
* Fri Nov 5 2010 <dwalsh@redhat.com> - 3.0.4-1
|
|
||||||
- Remove icons
|
|
||||||
- Rebuild for new libnotify
|
|
||||||
|
|
||||||
* Tue Nov 2 2010 <dwalsh@redhat.com> - 3.0.3-1
|
|
||||||
- Fix handling delete all
|
|
||||||
- Fix fix it button
|
|
||||||
- Make ignore button work.
|
|
||||||
|
|
||||||
* Mon Nov 1 2010 <dwalsh@redhat.com> - 3.0.2-1
|
|
||||||
- Fix fix_it call with mispelling of analysis_id
|
|
||||||
|
|
||||||
* Wed Oct 27 2010 <dwalsh@redhat.com> - 3.0.1-1
|
|
||||||
- Turn on ignore button, add tooltips. Work on alert list.
|
|
||||||
|
|
||||||
* Wed Oct 27 2010 <dwalsh@redhat.com> - 3.0.0-1
|
|
||||||
- Redesign of setroubleshoot
|
|
||||||
|
|
||||||
* Mon Oct 4 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.102-1
|
|
||||||
- Remove default width request so that the app can expand with different langs.
|
|
||||||
|
|
||||||
* Mon Oct 4 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.101-1
|
|
||||||
- Fix date presentation for 24 hour clock to display correctly in sv_SE locale.
|
|
||||||
- Add translations for seapplet patch from Ville-Pekka Vainio
|
|
||||||
|
|
||||||
* Wed Sep 29 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.100-1
|
|
||||||
- Stop crash on checking open_with_write
|
|
||||||
|
|
||||||
* Wed Sep 22 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.99-1
|
|
||||||
- Fix plugin.py error
|
|
||||||
|
|
||||||
* Tue Sep 14 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.98-1
|
|
||||||
- Do not blow up on bad /etc/sysconfig/i18n
|
|
||||||
|
|
||||||
* Thu Aug 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.97-1
|
|
||||||
- Make sure all python scripts have #! /usr/bin/python -Es
|
|
||||||
|
|
||||||
* Thu Aug 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.96-1
|
|
||||||
- Check in sealert if selinux is disabled and display message box informing user
|
|
||||||
|
|
||||||
* Thu Aug 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.95-1
|
|
||||||
- Check in seapplet if selinux is disabled and exit cleanly
|
|
||||||
|
|
||||||
* Mon Aug 23 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.94-1
|
|
||||||
- Update po
|
|
||||||
- Fix handling of translations
|
|
||||||
Resolves: #552922
|
|
||||||
|
|
||||||
* Thu Aug 15 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.93-1
|
|
||||||
- Fix check on policyupdate
|
|
||||||
- Update translations
|
|
||||||
|
|
||||||
* Fri Jul 30 2010 David Malcolm <dmalcolm@redhat.com> - 2.2.91-2
|
|
||||||
- rebuild again for python 2.7
|
|
||||||
|
|
||||||
* Thu Jul 22 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.91-1
|
|
||||||
- Fix os.exists call in setroubleshoot
|
|
||||||
- Update po
|
|
||||||
- Use -s flag in python to prevent using user site directory
|
|
||||||
|
|
||||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.2.89-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
||||||
|
|
||||||
* Tue Jun 22 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.89-1
|
|
||||||
- Fix rpm version of policy
|
|
||||||
|
|
||||||
* 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
|
Resolves: #576927
|
||||||
|
|
||||||
* Mon Mar 15 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.69-1
|
* Mon Mar 15 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.69-1
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
6ba34de0ac44f9cd5bc0c02106e58e40 setroubleshoot-3.0.4.tar.gz
|
6ba34de0ac44f9cd5bc0c02106e58e40 setroubleshoot-3.0.4.tar.gz
|
||||||
693cbe62b03b59e01a3a4d7c0b44cfb7 setroubleshoot-3.0.5.tar.gz
|
693cbe62b03b59e01a3a4d7c0b44cfb7 setroubleshoot-3.0.5.tar.gz
|
||||||
|
6ab724cdcd58c1b32523fbf6b3e268a6 setroubleshoot-3.0.6.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user