Make audit2allow optional, only requre policycoreutils-python not -devel.
- Update Translations.
This commit is contained in:
parent
0776c0272f
commit
820ebc2e9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -171,3 +171,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-3.2.7.tar.gz
|
||||
/setroubleshoot-3.2.8.tar.gz
|
||||
/setroubleshoot-3.2.9.tar.gz
|
||||
/setroubleshoot-3.2.10.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.2.9
|
||||
Version: 3.2.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -104,7 +104,7 @@ Requires: audit-libs-python >= 1.2.6-3
|
||||
Requires: libxml2-python
|
||||
Requires: rpm-python
|
||||
Requires: libselinux-python >= 2.1.5-1
|
||||
Requires: policycoreutils-devel
|
||||
Requires: policycoreutils-python
|
||||
BuildRequires: intltool gettext python
|
||||
BuildRequires: setools-devel >= 3.3.7-19
|
||||
BuildRequires: python-devel
|
||||
@ -177,6 +177,10 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||
|
||||
%changelog
|
||||
* Tue May 21 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.1-1
|
||||
- Make audit2allow optional, only requre policycoreutils-python not -devel.
|
||||
- Update Translations.
|
||||
|
||||
* Tue May 7 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.9-1
|
||||
- On update cp instead of rename, since there could be a situation where
|
||||
someone has ~/.config on a different file sytem then ~. It has happened.
|
||||
|
Loading…
Reference in New Issue
Block a user