rpms/setroubleshoot/devel .cvsignore, 1.104, 1.105 setroubleshoot.spec, 1.138, 1.139 sources, 1.116, 1.117

Daniel J Walsh dwalsh at fedoraproject.org
Wed Jun 24 16:27:46 UTC 2009


Author: dwalsh

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

Modified Files:
	.cvsignore setroubleshoot.spec sources 
Log Message:
* Wed Jun 24 2009 Dan Walsh <dwalsh at redhat.com> - 2.2.8-1
- Add sesearch 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/devel/.cvsignore,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -p -r1.104 -r1.105
--- .cvsignore	22 Jun 2009 22:36:08 -0000	1.104
+++ .cvsignore	24 Jun 2009 16:27:15 -0000	1.105
@@ -21,3 +21,4 @@ setroubleshoot-2.1.14.tar.gz
 setroubleshoot-2.2.1.tar.gz
 setroubleshoot-2.2.2.tar.gz
 setroubleshoot-2.2.7.tar.gz
+setroubleshoot-2.2.8.tar.gz


Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -p -r1.138 -r1.139
--- setroubleshoot.spec	22 Jun 2009 22:36:08 -0000	1.138
+++ setroubleshoot.spec	24 Jun 2009 16:27:15 -0000	1.139
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 2.2.7
+Version: 2.2.8
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -38,7 +38,7 @@ BuildRequires: htmlview
 Requires: htmlview
 %endif
 
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define pkgpythondir  %{python_sitelib}/%{name}
 %define pkgdocdir     %{_datadir}/doc/%{name}-%{version}
@@ -116,11 +116,13 @@ Requires: pygobject2
 Requires: dbus libnotify
 Requires: dbus-python
 Requires: libxml2-python
+Requires: setools-libs
 Requires: rpm-python
 Requires: gtk2 libnotify
 Requires: libselinux-python  >= 1.30.15-1
 Requires: policycoreutils-python 
 BuildRequires: intltool gettext python
+BuildRequires: setools-devel
 
 Requires(post):   /sbin/chkconfig
 Requires(post):   /sbin/service
@@ -157,8 +159,10 @@ rm -rf %{buildroot}
 %{_bindir}/sealert
 %{_sbindir}/sedispatch
 %{_sbindir}/setroubleshootd
+%{python_sitelib}/sesearch*.egg-info
 %dir %attr(0755,root,root) %{pkgconfigdir}
 %dir %attr(0755,root,root) %{pkgpythondir}
+%dir %attr(0755,root,root) %{pkgpythondir}/sesearch
 %{pkgpythondir}/Plugin.py*
 %{pkgpythondir}/__init__.py*
 %{pkgpythondir}/access_control.py*
@@ -177,6 +181,8 @@ rm -rf %{buildroot}
 %{pkgpythondir}/util.py*
 %{pkgpythondir}/uuid.py*
 %{pkgpythondir}/xml_serialize.py*
+%{pkgpythondir}/sesearch/__init__.py*
+%{pkgpythondir}/sesearch/_sesearch.so
 %{pkgdatadir}
 %config %{pkgconfigdir}/%{name}.cfg
 %dir %{pkglogdir}
@@ -202,6 +208,9 @@ Setroubleshoot documentation package
 %doc %{pkgdocdir}
 
 %changelog
+* Wed Jun 24 2009 Dan Walsh <dwalsh at redhat.com> - 2.2.8-1
+- Add sesearch 
+
 * Mon Jun 22 2009 Dan Walsh <dwalsh at redhat.com> - 2.2.1-1
 - Fix handling of last seen
 - Add open_with_write check


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/devel/sources,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- sources	22 Jun 2009 22:36:08 -0000	1.116
+++ sources	24 Jun 2009 16:27:15 -0000	1.117
@@ -1 +1 @@
-e52f5afa7bcbdc99e82e7859ded7d162  setroubleshoot-2.2.7.tar.gz
+a5d3fb2fb45caeda623ba705262c9095  setroubleshoot-2.2.8.tar.gz




More information about the fedora-extras-commits mailing list