Accepting request 609015 from home:mcepl:SELinux

Rebase to 3.3.9

OBS-URL: https://build.opensuse.org/request/show/609015
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/setroubleshoot-plugins?expand=0&rev=3
This commit is contained in:
Johannes Segitz 2018-05-23 08:59:26 +00:00 committed by Git OBS Bridge
parent 03f4849d0f
commit 7352f38c66
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fed98f1b9cae2a19ab57c1a233370129b592da46effa9ff6fd88d3ac156c97b6
size 798878

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db8fc045f323b3bbe7241c664a998d9858093daccfcabedd9319647b5cdd74ae
size 1752944

View File

@ -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 Thu Feb 25 15:43:36 UTC 2010 - prusnak@suse.cz

View File

@ -18,20 +18,18 @@
# norootforbuild # norootforbuild
Name: setroubleshoot-plugins Name: setroubleshoot-plugins
Version: 2.1.40 Version: 3.3.9
Release: 1 Release: 1
Url: https://fedorahosted.org/setroubleshoot Url: https://github.com/fedora-selinux/setroubleshoot
License: GPL v2 or later License: GPL-2.0-or-later
Group: Applications/System Group: Productivity/Security
Summary: Helps troubleshoot SELinux problems 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
BuildRequires: perl-XML-Parser intltool gettext python fdupes BuildRequires: perl-XML-Parser intltool gettext python3-devel fdupes
%py_requires
Requires: dbus-1 Requires: dbus-1
Requires: setroubleshoot-server >= 2.0.4 Requires: setroubleshoot-server >= 3.3.13
Requires: policycoreutils >= 2.0.35
%description %description
This package provides a set of analysis plugins for use with 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 data and system data to provide user friendly reports describing how
to interpret SELinux AVC denials. to interpret SELinux AVC denials.
%lang_package
%prep %prep
%setup -q %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 || : dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
fi fi
%files -f %{name}.lang %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README %doc AUTHORS COPYING ChangeLog README
%dir %{_datadir}/setroubleshoot %dir %{_datadir}/setroubleshoot
%{_datadir}/setroubleshoot/plugins %{_datadir}/setroubleshoot/plugins
%files lang -f %{name}.lang
%changelog %changelog