setroubleshoot-plugins-3.3.10-1
- Handle no "allowed_target_types" properly - bind_ports: Do not use when there are no allowed_target_types - Fix summary and "if" text for AVCs with unknown target path - plugins: Update translations
This commit is contained in:
parent
829d3b3f71
commit
f9907b4714
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@ setroubleshoot-plugins-2.1.55.tar.gz
|
||||
/setroubleshoot-plugins-3.3.7.tar.gz
|
||||
/setroubleshoot-plugins-3.3.8.tar.gz
|
||||
/setroubleshoot-plugins-3.3.9.tar.gz
|
||||
/setroubleshoot-plugins-3.3.10.tar.gz
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -5,14 +5,12 @@
|
||||
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.9
|
||||
Release: 6%{?dist}
|
||||
Version: 3.3.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
Patch1: 0001-plugins-Update-translations.patch
|
||||
Patch2: 0002-plugins-Update-translations.patch
|
||||
BuildArch: noarch
|
||||
|
||||
# gcc is needed only for ./configure
|
||||
@ -20,7 +18,7 @@ BuildArch: noarch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: intltool gettext python3-devel
|
||||
Requires: setroubleshoot-server >= 3.3.13
|
||||
Requires: setroubleshoot-server >= 3.3.19
|
||||
|
||||
%description
|
||||
This package provides a set of analysis plugins for use with
|
||||
@ -51,6 +49,12 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Sat Dec 8 2018 Petr Lautrbach <plautrba@redhat.com> - 3.3.10-1
|
||||
- Handle no "allowed_target_types" properly
|
||||
- bind_ports: Do not use when there are no allowed_target_types
|
||||
- Fix summary and "if" text for AVCs with unknown target path
|
||||
- plugins: Update translations
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.9-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setroubleshoot-plugins-3.3.9.tar.gz) = 8f5084f49ebb70268e14de7bed1c6706f847f3c3f0b9044ddfdd22b8fd189b2881c80bd20530167342b3bcb0963976520505351471d425228457131bf9707912
|
||||
SHA512 (setroubleshoot-plugins-3.3.10.tar.gz) = 169ca9b26fa21cc4e4fb68b23b1d05d238b72e52888376cff7f78e1e3e13ef31b78f53f4fa6a25296f1caa5cc9f0b5b163fc1edbd59584f708468ba8abfd90d1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user