- Remove default width request so that the app can expand with different langs.
This commit is contained in:
parent
427e46c1a6
commit
aba31891b2
9
.gitignore
vendored
9
.gitignore
vendored
@ -96,3 +96,12 @@ setroubleshoot-2.2.87.tar.gz
|
||||
setroubleshoot-2.2.88.tar.gz
|
||||
setroubleshoot-2.2.89.tar.gz
|
||||
setroubleshoot-2.2.91.tar.gz
|
||||
setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-2.2.95.tar.gz
|
||||
/setroubleshoot-2.2.96.tar.gz
|
||||
/setroubleshoot-2.2.97.tar.gz
|
||||
/setroubleshoot-2.2.98.tar.gz
|
||||
/setroubleshoot-2.2.99.tar.gz
|
||||
/setroubleshoot-2.2.100.tar.gz
|
||||
/setroubleshoot-2.2.101.tar.gz
|
||||
/setroubleshoot-2.2.102.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 2.2.91
|
||||
Release: 2%{?dist}
|
||||
Version: 2.2.102
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/setroubleshoot
|
||||
@ -17,6 +17,10 @@ Requires: %{name}-plugins >= 2.0.4
|
||||
Requires: pygtk2 >= 2.9.2
|
||||
Requires: gnome-python2-gnome, gnome-python2-canvas
|
||||
Requires: gnome-python2-gtkhtml2
|
||||
Requires: gtk2 libnotify
|
||||
Requires: dbus libnotify
|
||||
Requires: dbus-python
|
||||
Requires: pygobject2
|
||||
Requires: report-gtk
|
||||
Requires: polkit
|
||||
Requires: yum
|
||||
@ -105,13 +109,9 @@ Group: Applications/System
|
||||
Requires: %{name}-plugins >= 2.0.4
|
||||
Requires: audit >= 1.2.6-3
|
||||
Requires: audit-libs-python >= 1.2.6-3
|
||||
Requires: pygobject2
|
||||
Requires: dbus libnotify
|
||||
Requires: dbus-python
|
||||
Requires: libxml2-python
|
||||
Requires: setools-libs-python
|
||||
Requires: rpm-python
|
||||
Requires: gtk2 libnotify
|
||||
Requires: libselinux-python >= 1.30.15-1
|
||||
Requires: policycoreutils-python
|
||||
BuildRequires: intltool gettext python
|
||||
@ -210,6 +210,40 @@ Setroubleshoot documentation package
|
||||
%doc %{pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user