Add journald support for OBJECT_ID when logging journal messages
- Update Translations.
This commit is contained in:
parent
820ebc2e9c
commit
4dae46179d
1
.gitignore
vendored
1
.gitignore
vendored
@ -172,3 +172,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-3.2.8.tar.gz
|
||||
/setroubleshoot-3.2.9.tar.gz
|
||||
/setroubleshoot-3.2.10.tar.gz
|
||||
/setroubleshoot-3.2.11.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.2.10
|
||||
Version: 3.2.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -106,9 +106,8 @@ Requires: rpm-python
|
||||
Requires: libselinux-python >= 2.1.5-1
|
||||
Requires: policycoreutils-python
|
||||
BuildRequires: intltool gettext python
|
||||
BuildRequires: setools-devel >= 3.3.7-19
|
||||
BuildRequires: python-devel
|
||||
Requires: python-slip-dbus systemd-python
|
||||
Requires: python-slip-dbus systemd-python >= 206-1.fc20.x86_64
|
||||
|
||||
Requires(post): /sbin/service
|
||||
Requires(preun): /sbin/service
|
||||
@ -177,7 +176,11 @@ 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
|
||||
* Tue May 21 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.11-1
|
||||
- Add journald support for OBJECT_ID when logging journal messages
|
||||
- Update Translations.
|
||||
|
||||
* Tue May 21 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.10-1
|
||||
- Make audit2allow optional, only requre policycoreutils-python not -devel.
|
||||
- Update Translations.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user