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