setroubleshoot-3.3.6-1
- Translations updated (#1322654) - Suggest my-<command>.pp modules instead of mypol.pp (#1329037)
This commit is contained in:
parent
f6e56901ad
commit
d6a205f01b
1
.gitignore
vendored
1
.gitignore
vendored
@ -189,3 +189,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-3.3.3.tar.gz
|
||||
/setroubleshoot-3.3.4.tar.gz
|
||||
/setroubleshoot-3.3.5.tar.gz
|
||||
/setroubleshoot-3.3.6.tar.gz
|
||||
|
@ -1,16 +1,12 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.5
|
||||
Release: 3%{?dist}
|
||||
Version: 3.3.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/setroubleshoot
|
||||
Source0: https://fedorahosted.org/releases/s/e/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.tmpfiles
|
||||
# https://github.com/fedora-selinux/setroubleshoot/pull/27
|
||||
Patch1: 0001-setroubleshoot-Ensure-that-dbus-string-param-isn-t-n.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1326985
|
||||
Patch2: 0002-framework-Drop-unwanted-debug-message-in-sedispatch.patch
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: intltool gettext python3 python3-devel
|
||||
@ -103,7 +99,7 @@ install -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_tmpfilesdir}/%{name}.conf
|
||||
Summary: SELinux troubleshoot server
|
||||
Group: Applications/System
|
||||
|
||||
Requires: %{name}-plugins >= 3.0.14
|
||||
Requires: %{name}-plugins >= 3.3.4
|
||||
Requires: audit >= 1.2.6-3
|
||||
Requires: audit-libs-python3 >= 1.2.6-3
|
||||
Requires: libxml2-python3
|
||||
@ -205,6 +201,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 06 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.6-1
|
||||
- Translations updated (#1322654)
|
||||
- Suggest my-<command>.pp modules instead of mypol.pp (#1329037)
|
||||
|
||||
* Thu Apr 14 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.5-3
|
||||
- Drop unwanted debug message in sedispatch (#1326985)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user