rpms/setroubleshoot/devel setroubleshoot.spec,1.133,1.134

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jun 8 18:10:24 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/setroubleshoot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27799

Modified Files:
	setroubleshoot.spec 
Log Message:
* Mon Jun 8  2009 Thomas Liu <tliu at redhat.com> - 2.1.12-2
- Redesign of GUI



Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -p -r1.133 -r1.134
--- setroubleshoot.spec	3 Jun 2009 13:19:53 -0000	1.133
+++ setroubleshoot.spec	8 Jun 2009 18:09:53 -0000	1.134
@@ -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-pyt
 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 b
 %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/hico
 
 %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 at redhat.com> - 2.1.12-2
+- Redesign of GUI
+
 * Wed Jun 3 2009 Dan Walsh <dwalsh at redhat.com> - 2.1.12-1
 - Fix handling of PATH 
 




More information about the fedora-extras-commits mailing list