import setroubleshoot-plugins-3.3.13-1.el8

This commit is contained in:
CentOS Sources 2020-11-03 07:04:42 -05:00 committed by Andrew Lukoshko
parent 16717f441f
commit 789eec8361
4 changed files with 18 additions and 8788 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/setroubleshoot-plugins-3.3.11.tar.gz
SOURCES/setroubleshoot-plugins-3.3.13.tar.gz

View File

@ -1 +1 @@
46bbb60319af2654aec87ceae3644f33300c3cb8 SOURCES/setroubleshoot-plugins-3.3.11.tar.gz
c3cac4c2a5347506beb7d9c3fbbd150ba5ca1f09 SOURCES/setroubleshoot-plugins-3.3.13.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -2,21 +2,21 @@
Summary: Analysis plugins for use with setroubleshoot
Name: setroubleshoot-plugins
Version: 3.3.11
Release: 2%{?dist}
Version: 3.3.13
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
Patch0001: 0001-Update-translations.patch
# git format-patch -N setroubleshoot-plugins-<version> -- 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
@ -36,15 +36,23 @@ 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
* Wed Aug 12 2020 Vit Mojzis <vmojzis@redhat.com> - 3.3.13-1
- Add 'fur' into shipped locales
- Update translations (#1820571)
* Tue Apr 28 2020 Vit Mojzis <vmojzis@redhat.com> - 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 <vmojzis@redhat.com> - 3.3.11-2
- Update translations (#1754992)