rpms/setroubleshoot/F-12 .cvsignore, 1.143, 1.144 setroubleshoot.spec, 1.192, 1.193 sources, 1.162, 1.163

Daniel J Walsh dwalsh at fedoraproject.org
Fri Jun 18 15:06:50 UTC 2010


Author: dwalsh

Update of /cvs/extras/rpms/setroubleshoot/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12643

Modified Files:
	.cvsignore setroubleshoot.spec sources 
Log Message:
* Tue Jun 16 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.88-1
- Checking for policy version was going into infinite loop



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/F-12/.cvsignore,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -p -r1.143 -r1.144
--- .cvsignore	21 Apr 2010 19:40:50 -0000	1.143
+++ .cvsignore	18 Jun 2010 15:06:49 -0000	1.144
@@ -83,3 +83,14 @@ setroubleshoot-2.2.73.tar.gz
 setroubleshoot-2.2.74.tar.gz
 setroubleshoot-2.2.75.tar.gz
 setroubleshoot-2.2.76.tar.gz
+setroubleshoot-2.2.77.tar.gz
+setroubleshoot-2.2.79.tar.gz
+setroubleshoot-2.2.80.tar.gz
+setroubleshoot-2.2.81.tar.gz
+setroubleshoot-2.2.82.tar.gz
+setroubleshoot-2.2.83.tar.gz
+setroubleshoot-2.2.84.tar.gz
+setroubleshoot-2.2.85.tar.gz
+setroubleshoot-2.2.86.tar.gz
+setroubleshoot-2.2.87.tar.gz
+setroubleshoot-2.2.88.tar.gz


Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/F-12/setroubleshoot.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -p -r1.192 -r1.193
--- setroubleshoot.spec	21 Apr 2010 19:40:50 -0000	1.192
+++ setroubleshoot.spec	18 Jun 2010 15:06:50 -0000	1.193
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 2.2.76
+Version: 2.2.88
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -22,7 +22,7 @@ Requires: polkit
 Requires: yum
 Requires: gnome-python2-gnomekeyring
 Requires(post): /usr/bin/update-desktop-database
-Requires(post): dbus libpcap
+Requires(post): dbus
 Requires(postun): /usr/bin/update-desktop-database
 Requires(postun): dbus
 Requires: notify-python
@@ -30,15 +30,8 @@ Requires: notify-python
 %{?fc8:Requires: selinux-policy-base >= 3.0.7-10}
 %{?fc11:Requires: selinux-policy-base >= 3.6.12-48}
 
-%if 0%{?fedora}
 BuildRequires: xdg-utils
 Requires: xdg-utils
-%endif
-
-%if 0%{?rhel}
-BuildRequires: htmlview
-Requires: htmlview
-%endif
 
 %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 
@@ -79,13 +72,13 @@ to user preference. The same tools can b
 %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
 
 %post
-/usr/bin/update-desktop-database %{_datadir}/applications
+/usr/bin/update-desktop-database %{_datadir}/applications 2> /dev/null
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
 
 %postun
-/usr/bin/update-desktop-database %{_datadir}/applications
+/usr/bin/update-desktop-database %{_datadir}/applications 2> /dev/null
 touch --no-create %{_datadir}/icons/hicolor
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
@@ -187,7 +180,9 @@ rm -rf %{buildroot}
 %{pkgpythondir}/sesearch/__init__.py*
 %{pkgpythondir}/sesearch/_sesearch.so
 %{pkgpythondir}/default_encoding_utf8.so
-%{pkgdatadir}
+%dir %{pkgdatadir}
+%{pkgdatadir}/SetroubleshootFixit.py*
+%{pkgdatadir}/updater.py*
 %config %{pkgconfigdir}/%{name}.cfg
 %dir %{pkglogdir}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
@@ -197,6 +192,8 @@ rm -rf %{buildroot}
 %ghost %attr(0600,root,root) %{pkgdatabase}
 %ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients
 %{_mandir}/man8/sealert.8.gz
+%{_mandir}/man8/sedispatch.8.gz
+%{_mandir}/man8/setroubleshootd.8.gz
 /etc/audisp/plugins.d/sedispatch.conf
 %{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service
 
@@ -213,6 +210,60 @@ Setroubleshoot documentation package
 %doc %{pkgdocdir}
 
 %changelog
+* Tue Jun 16 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.88-1
+- Checking for policy version was going into infinite loop
+
+* Tue Jun 8 2010  Dan Walsh <dwalsh at 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 at 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 at redhat.com> - 2.2.85-2
+- Remove build requires for htmlview
+Resolves: #593313
+
+* Fri May 14 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.85-1
+- Fix browser crash on bad current alert
+
+* Wed May 12 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.84-1
+- Remove Fedora Icon from bug reporting dialog
+
+* Tue May 11 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.83-1
+- Fixed crash on newer policy
+- Update po
+Resolves: #575686
+
+* Mon May 10 2010  Dan Walsh <dwalsh at 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 at redhat.com> - 2.2.81-1
+- Fix icons
+- Update po
+
+* Wed May 5 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.79-1
+- Change icons
+
+* Wed Apr 28 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.78-1
+- Fix man page to document sealert -f
+- Update po
+Resolves: #586699
+
+* Mon Apr 26 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.77-2
+- Remove /usr/share/setroubleshoot from -server package
+Resolves: #552922
+	  
+* Mon Apr 26 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.77-1
+- Fix report_button handling
+- Update po
+
 * Wed Apr 21 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.76-1
 - Fix handling of exceptions
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/F-12/sources,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -p -r1.162 -r1.163
--- sources	21 Apr 2010 19:40:50 -0000	1.162
+++ sources	18 Jun 2010 15:06:50 -0000	1.163
@@ -1 +1 @@
-0549f28920fb3657828dac76d2ea6d46  setroubleshoot-2.2.76.tar.gz
+187d6ad53f62c7acb9655e26a993078f  setroubleshoot-2.2.88.tar.gz



More information about the scm-commits mailing list