[setroubleshoot] Remove sesearch from package and start using sepolicy from policycoreutils-python

Daniel J Walsh dwalsh at fedoraproject.org
Thu Jan 31 19:17:22 UTC 2013


commit cdc4090d181012f6474c449042a97e4c2b435118
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Jan 31 14:16:51 2013 -0500

    Remove sesearch from package and start using sepolicy from policycoreutils-python
    
    - Fix retrieval of writable types to translate attributes into the group of types available, and not return non file types.

 .gitignore          |    1 +
 setroubleshoot.spec |   11 +++++++++--
 sources             |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87c0a35..4a96f7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -162,3 +162,4 @@ setroubleshoot-2.2.93.tar.gz
 /setroubleshoot-3.1.18.tar.gz
 /setroubleshoot-3.1.20.tar.gz
 /setroubleshoot-3.1.21.tar.gz
+/setroubleshoot-3.2.1.tar.gz
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index 845051f..5e98435 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 3.1.21
+Version: 3.2.1
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -108,7 +108,7 @@ Requires: policycoreutils-devel
 BuildRequires: intltool gettext python
 BuildRequires: setools-devel >= 3.3.7-19
 BuildRequires: python-devel
-Requires: python-slip-dbus
+Requires: python-slip-dbus systemd-python
 
 Requires(post):   /sbin/chkconfig
 Requires(post):   /sbin/service
@@ -185,6 +185,13 @@ rm -rf %{buildroot}
 %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
 
 %changelog
+* Thu Jan 31 2013 Dan Walsh <dwalsh at redhat.com> - 3.2.1-1
+- Remove sesearch from package and start using sepolicy from policycoreutils-python
+- Fix retrieval of writable types to translate attributes into the group of types available, and not return non file types.
+
+* Fri Jan 25 2013 Dan Walsh <dwalsh at redhat.com> - 3.1.21-2
+- Need to add a requires for systemd-python
+
 * Mon Jan 14 2013 Dan Walsh <dwalsh at redhat.com> - 3.1.21-1
 - Update translations.
 - Restart auditd service on install and removal
diff --git a/sources b/sources
index d6fe0ad..2203ad2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-187fa671b00ff1a78b16d1953f8f4ec1  setroubleshoot-3.1.21.tar.gz
+e178e28da649ddab7c489396d2f58b0f  setroubleshoot-3.2.1.tar.gz


More information about the scm-commits mailing list