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:
parent
03f4849d0f
commit
7352f38c66
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fed98f1b9cae2a19ab57c1a233370129b592da46effa9ff6fd88d3ac156c97b6
|
||||
size 798878
|
3
setroubleshoot-plugins-3.3.9.tar.gz
Normal file
3
setroubleshoot-plugins-3.3.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db8fc045f323b3bbe7241c664a998d9858093daccfcabedd9319647b5cdd74ae
|
||||
size 1752944
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user