diff --git a/setroubleshoot-plugins-2.1.40.tar.bz2 b/setroubleshoot-plugins-2.1.40.tar.bz2 deleted file mode 100644 index a66ee27..0000000 --- a/setroubleshoot-plugins-2.1.40.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fed98f1b9cae2a19ab57c1a233370129b592da46effa9ff6fd88d3ac156c97b6 -size 798878 diff --git a/setroubleshoot-plugins-3.3.9.tar.gz b/setroubleshoot-plugins-3.3.9.tar.gz new file mode 100644 index 0000000..1fd4215 --- /dev/null +++ b/setroubleshoot-plugins-3.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8fc045f323b3bbe7241c664a998d9858093daccfcabedd9319647b5cdd74ae +size 1752944 diff --git a/setroubleshoot-plugins.changes b/setroubleshoot-plugins.changes index d76a302..18d0a2a 100644 --- a/setroubleshoot-plugins.changes +++ b/setroubleshoot-plugins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 16 07:36:17 UTC 2018 - mcepl@suse.com + +- Rebase to 3.3.9 + ------------------------------------------------------------------- Thu Feb 25 15:43:36 UTC 2010 - prusnak@suse.cz diff --git a/setroubleshoot-plugins.spec b/setroubleshoot-plugins.spec index 9a5d670..8c9fdf9 100644 --- a/setroubleshoot-plugins.spec +++ b/setroubleshoot-plugins.spec @@ -18,20 +18,18 @@ # norootforbuild Name: setroubleshoot-plugins -Version: 2.1.40 +Version: 3.3.9 Release: 1 -Url: https://fedorahosted.org/setroubleshoot -License: GPL v2 or later -Group: Applications/System +Url: https://github.com/fedora-selinux/setroubleshoot +License: GPL-2.0-or-later +Group: Productivity/Security Summary: Helps troubleshoot SELinux problems -Source: %{name}-%{version}.tar.bz2 +Source: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -BuildRequires: perl-XML-Parser intltool gettext python fdupes -%py_requires +BuildRequires: perl-XML-Parser intltool gettext python3-devel fdupes Requires: dbus-1 -Requires: setroubleshoot-server >= 2.0.4 -Requires: policycoreutils >= 2.0.35 +Requires: setroubleshoot-server >= 3.3.13 %description This package provides a set of analysis plugins for use with @@ -39,6 +37,8 @@ setroubleshoot. Each plugin has the capacity to analyze SELinux AVC data and system data to provide user friendly reports describing how to interpret SELinux AVC denials. +%lang_package + %prep %setup -q @@ -64,10 +64,12 @@ if [ "$1" -eq 0 ]; then dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || : fi -%files -f %{name}.lang +%files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %dir %{_datadir}/setroubleshoot %{_datadir}/setroubleshoot/plugins +%files lang -f %{name}.lang + %changelog