Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85ca5a00ca | ||
|
|
135319464c |
5 changed files with 11 additions and 3150 deletions
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
|
|
@ -2,14 +2,12 @@
|
|||
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.9
|
||||
Release: 4%{?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
|
||||
|
|
@ -17,7 +15,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
|
||||
|
|
@ -41,11 +39,16 @@ make DESTDIR=%{buildroot} PYTHON=%{__python3} pkgdocdir=%{_pkgdocdir} install
|
|||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_pkgdocdir}
|
||||
%{_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
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_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…
Add table
Add a link
Reference in a new issue