diff --git a/.gitignore b/.gitignore index de475d4..7b3bc73 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ setroubleshoot-plugins-2.1.55.tar.gz /setroubleshoot-plugins-3.0.59.tar.gz /setroubleshoot-plugins-3.0.60.tar.gz /setroubleshoot-plugins-3.0.61.tar.gz +/setroubleshoot-plugins-3.3.1.tar.gz diff --git a/setroubleshoot-plugins.spec b/setroubleshoot-plugins.spec index a45f977..ef8c5fa 100644 --- a/setroubleshoot-plugins.spec +++ b/setroubleshoot-plugins.spec @@ -2,14 +2,17 @@ Summary: Analysis plugins for use with setroubleshoot Name: setroubleshoot-plugins -Version: 3.0.61 -Release: 2%{?dist} +Version: 3.3.1 +Release: 0.1%{?dist} License: GPLv2+ Group: Applications/System URL: https://github.com/fedora-selinux/setroubleshoot # git clone https://github.com/fedora-selinux/setroubleshoot.git # cd setroubleshoot/plugins/ -# git checkout setroubleshoot-plugins-%{version} +# # for the python3 version use +# git checkout python3 +# # for a relase use +# # git checkout setroubleshoot-plugins-%{version} # ./autogen.sh # make dist @@ -18,7 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl-XML-Parser -BuildRequires: intltool gettext python +BuildRequires: intltool gettext python3 Requires: setroubleshoot-server >= 3.1.16-1 %description @@ -48,6 +51,9 @@ rm -rf %{buildroot} %{_datadir}/setroubleshoot/plugins %changelog +* Tue Aug 18 2015 Petr Lautrbach 3.3.1-0.1 +- port setroubleshoot-plugins to Python 3 + * Fri Jun 19 2015 Fedora Release Engineering - 3.0.61-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 1616a1d..f396cd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db36949160688c7cf0849a4f6082315a setroubleshoot-plugins-3.0.61.tar.gz +3b3ccb2675290ddf793cf90f625f7df1 setroubleshoot-plugins-3.3.1.tar.gz