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.
This commit is contained in:
Dan Walsh 2013-01-31 14:16:51 -05:00
parent 105601e9d4
commit cdc4090d18
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 3.1.21-2
- Need to add a requires for systemd-python
* Mon Jan 14 2013 Dan Walsh <dwalsh@redhat.com> - 3.1.21-1
- Update translations.
- Restart auditd service on install and removal

View File

@ -1 +1 @@
187fa671b00ff1a78b16d1953f8f4ec1 setroubleshoot-3.1.21.tar.gz
e178e28da649ddab7c489396d2f58b0f setroubleshoot-3.2.1.tar.gz