setroubleshoot-plugins-3.3.1-0.1
- port setroubleshoot-plugins to Python 3 - based on python3 branch fedora-selinux/setroubleshoot - HEAD e52a05819c4dfe5bdc6998c75780c890ca9ed288
This commit is contained in:
parent
5a1db765d9
commit
fec278a0f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <plautrba@redhat.com> 3.3.1-0.1
|
||||
- port setroubleshoot-plugins to Python 3
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.61-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user