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:
parent
105601e9d4
commit
cdc4090d18
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.1.18.tar.gz
|
/setroubleshoot-3.1.18.tar.gz
|
||||||
/setroubleshoot-3.1.20.tar.gz
|
/setroubleshoot-3.1.20.tar.gz
|
||||||
/setroubleshoot-3.1.21.tar.gz
|
/setroubleshoot-3.1.21.tar.gz
|
||||||
|
/setroubleshoot-3.2.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.1.21
|
Version: 3.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -108,7 +108,7 @@ Requires: policycoreutils-devel
|
|||||||
BuildRequires: intltool gettext python
|
BuildRequires: intltool gettext python
|
||||||
BuildRequires: setools-devel >= 3.3.7-19
|
BuildRequires: setools-devel >= 3.3.7-19
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python-slip-dbus
|
Requires: python-slip-dbus systemd-python
|
||||||
|
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
Requires(post): /sbin/service
|
Requires(post): /sbin/service
|
||||||
@ -185,6 +185,13 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 14 2013 Dan Walsh <dwalsh@redhat.com> - 3.1.21-1
|
||||||
- Update translations.
|
- Update translations.
|
||||||
- Restart auditd service on install and removal
|
- Restart auditd service on install and removal
|
||||||
|
Loading…
Reference in New Issue
Block a user