Accepting request 879409 from home:predivan:forFactory
- Update to 3.3.12 Summary of the changes from 3.3.10 to 3.3.12 * Use get_package_nvr* functions instead of get_rpm_nvr* * Add plugin which analyzes execmem denials * Update qemu_blk_image and qemu_file_image * Update "xen_image" plugin * update "file" plugin * Handle no "allowed_target_types" properly * bind_ports: Do not use when there are no allowed_target_types * Fix summary and "if" text for AVCs with unknown target path OBS-URL: https://build.opensuse.org/request/show/879409 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/setroubleshoot-plugins?expand=0&rev=4
This commit is contained in:
parent
7352f38c66
commit
1f86769ab1
3
setroubleshoot-plugins-3.3.12.tar.gz
Normal file
3
setroubleshoot-plugins-3.3.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fce71102a1a82ca3ba33b7e9136689748b21a216882fb7c546f94cecb9b92029
|
||||
size 1788922
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db8fc045f323b3bbe7241c664a998d9858093daccfcabedd9319647b5cdd74ae
|
||||
size 1752944
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 15 18:21:01 UTC 2021 - Predrag Ivanović <predivan@mts.rs>
|
||||
|
||||
- Update to 3.3.12
|
||||
|
||||
Summary of the changes from 3.3.10 to 3.3.12
|
||||
* Use get_package_nvr* functions instead of get_rpm_nvr*
|
||||
* Add plugin which analyzes execmem denials
|
||||
* Update qemu_blk_image and qemu_file_image
|
||||
* Update "xen_image" plugin
|
||||
* update "file" plugin
|
||||
* Handle no "allowed_target_types" properly
|
||||
* bind_ports: Do not use when there are no allowed_target_types
|
||||
* Fix summary and "if" text for AVCs with unknown target path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 07:36:17 UTC 2018 - mcepl@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package setroubleshot-plugins
|
||||
# spec file for package setroubleshoot-plugins
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -11,25 +11,28 @@
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.9
|
||||
Release: 1
|
||||
Url: https://github.com/fedora-selinux/setroubleshoot
|
||||
Version: 3.3.12
|
||||
Release: 0
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Security
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
Source: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-XML-Parser intltool gettext python3-devel fdupes
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: python3-devel
|
||||
Requires: dbus-1
|
||||
Requires: setroubleshoot-server >= 3.3.13
|
||||
# Introduction of get_package_nvr functions
|
||||
Requires: setroubleshoot-server >= 3.3.23
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package provides a set of analysis plugins for use with
|
||||
@ -44,17 +47,14 @@ to interpret SELinux AVC denials.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?jobs:-j%jobs}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
|
||||
%make_install
|
||||
rm -rf %{buildroot}%{_datadir}/doc
|
||||
%find_lang %{name}
|
||||
%fdupes $RPM_BUILD_ROOT%{_datadir}/locale
|
||||
%fdupes $RPM_BUILD_ROOT%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%fdupes %{buildroot}%{_datadir}/locale
|
||||
%fdupes %{buildroot}%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%post
|
||||
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
|
||||
@ -65,8 +65,8 @@ if [ "$1" -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README
|
||||
%dir %{_datadir}/setroubleshoot
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user