Name: setroubleshoot-plugins Version: 3.3.14 Release: 1 Summary: Analysis plugins for setroubleshoot License: GPLv3 URL: https://github.com/fedora-selinux/setroubleshoot BuildArch: noarch Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz Patch0: 0001-restorecon.py-exclude-more-paths.patch BuildRequires: gcc perl-XML-Parser intltool gettext python3-devel Requires: setroubleshoot-server >= 3.3.23 %description These are the analysis plugins for setroubleshoot. %prep %autosetup -p1 %build %configure PYTHON=/usr/bin/python3 make PYTHON=/usr/bin/python3 %install rm -rf %{buildroot} make DESTDIR=%{buildroot} PYTHON=/usr/bin/python3 pkgdocdir=%{_docdir}/%{name} install %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %doc %{_docdir}/%{name} %{_datadir}/setroubleshoot/plugins %changelog * Tue Dec 28 2021 panxiaohe -3.3.14-1 - update to 3.3.14 * Fri Jan 22 2021 yixiangzhike -3.3.12-1 - update to 3.3.12 * Tue Sep 8 2020 linwei -3.3.9-9 - modify the URL of Source * Tue Dec 31 2019 openEuler Buildteam -3.3.9-8 - Delete unused patches * Thu Sep 5 2019 openEuler Buildteam -3.3.9-7 - Package init