- Redesign of GUI
This commit is contained in:
parent
4003b51c68
commit
bbf7c8505a
@ -1,12 +1,13 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 2.1.12
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/setroubleshoot
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source2: setroubleshoot.logrotate
|
||||
Patch: setroubleshoot-2.1.12-guiredesign.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: intltool gettext python
|
||||
@ -18,6 +19,8 @@ Requires: gnome-python2-gnome, gnome-python2-canvas
|
||||
Requires: gnome-python2-gtkhtml2
|
||||
Requires: dbus libnotify
|
||||
Requires: dbus-python
|
||||
Requires: python-bugzilla
|
||||
Requires: gnome-python2-gnomekeyring
|
||||
Requires: libxml2-python
|
||||
Requires: libselinux-python >= 1.30.15-1
|
||||
Requires(post): /usr/bin/update-desktop-database
|
||||
@ -69,6 +72,7 @@ to user preference. The same tools can be run on existing log files.
|
||||
%dir %attr(0755,root,root) %{pkgpythondir}
|
||||
%{pkgpythondir}/browser.py*
|
||||
%{pkgpythondir}/email_dialog.py*
|
||||
%{pkgpythondir}/filer.py*
|
||||
%{pkgpythondir}/gui_utils.py*
|
||||
%{pkgpythondir}/run_cmd.py*
|
||||
%{_bindir}/seapplet
|
||||
@ -86,6 +90,7 @@ touch --no-create %{_datadir}/icons/hicolor
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .guiredesign
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -194,6 +199,9 @@ Setroubleshoot documentation package
|
||||
%doc %{pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Mon Jun 8 2009 Thomas Liu <tliu@redhat.com> - 2.1.12-2
|
||||
- Redesign of GUI
|
||||
|
||||
* Wed Jun 3 2009 Dan Walsh <dwalsh@redhat.com> - 2.1.12-1
|
||||
- Fix handling of PATH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user