From 3829e1422b35b76d172f060e9dd74c4bb060f621 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Jul 2020 03:22:49 -0400 Subject: [PATCH] import setroubleshoot-plugins-3.3.12-1.el8 --- .gitignore | 2 +- .setroubleshoot-plugins.metadata | 2 +- SPECS/setroubleshoot-plugins.spec | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2190b58..859c321 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setroubleshoot-plugins-3.3.11.tar.gz +SOURCES/setroubleshoot-plugins-3.3.12.tar.gz diff --git a/.setroubleshoot-plugins.metadata b/.setroubleshoot-plugins.metadata index a4ce363..12f2329 100644 --- a/.setroubleshoot-plugins.metadata +++ b/.setroubleshoot-plugins.metadata @@ -1 +1 @@ -46bbb60319af2654aec87ceae3644f33300c3cb8 SOURCES/setroubleshoot-plugins-3.3.11.tar.gz +931a2bd7806ed144d83efeff6f5c06c38b23051f SOURCES/setroubleshoot-plugins-3.3.12.tar.gz diff --git a/SPECS/setroubleshoot-plugins.spec b/SPECS/setroubleshoot-plugins.spec index c7b8388..d53a5ce 100644 --- a/SPECS/setroubleshoot-plugins.spec +++ b/SPECS/setroubleshoot-plugins.spec @@ -2,20 +2,21 @@ Summary: Analysis plugins for use with setroubleshoot Name: setroubleshoot-plugins -Version: 3.3.11 +Version: 3.3.12 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 # https://pagure.io/setroubleshoot -# git format-patch -N cb40f56e7bd9ed91cdcecddc1c1d6048821bc80a -- plugins -# for j in [0-9]*.patch; do printf "Patch%s: %s\n" ${j/-*/} $j; done +# git format-patch -N setroubleshoot-plugins- -- plugins +# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done BuildArch: noarch BuildRequires: perl-XML-Parser BuildRequires: intltool gettext python3-devel -Requires: setroubleshoot-server >= 3.3.13 +# Introduction of get_package_nvr functions +Requires: setroubleshoot-server >= 3.3.23 %description This package provides a set of analysis plugins for use with @@ -35,15 +36,22 @@ rm -rf %{buildroot} make DESTDIR=%{buildroot} PYTHON=%{__python3} pkgdocdir=%{_pkgdocdir} install %find_lang %{name} -%clean +%clean rm -rf %{buildroot} -%files -f %{name}.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc %{_pkgdocdir} %{_datadir}/setroubleshoot/plugins %changelog +* Tue Apr 28 2020 Vit Mojzis - 3.3.12-1 +- Use get_package_nvr* functions instead of get_rpm_nvr* +- Update deprecated type references (#1829306) + +* Fri Jan 17 2020 Vit Mojzis - 3.3.11-2 +- Update translations (#1754992) + * Mon Nov 18 2019 Vit Mojzis - 3.3.11-1 - Add plugin which analyzes execmem denials (#1649842) - Add missing "If " strings