setroubleshoot-plugins-3.3.12-1
- Use get_package_nvr* functions instead of get_rpm_nvr* - Update deprecated type references - Update translations
This commit is contained in:
parent
2fb3506d50
commit
aa5821aecd
1
.gitignore
vendored
1
.gitignore
vendored
@ -121,3 +121,4 @@ setroubleshoot-plugins-2.1.55.tar.gz
|
||||
/setroubleshoot-plugins-3.3.9.tar.gz
|
||||
/setroubleshoot-plugins-3.3.10.tar.gz
|
||||
/setroubleshoot-plugins-3.3.11.tar.gz
|
||||
/setroubleshoot-plugins-3.3.12.tar.gz
|
||||
|
||||
@ -5,11 +5,13 @@
|
||||
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.11
|
||||
Version: 3.3.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
# git format-patch -N setroubleshoot-plugins-<version> -- plugins
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
BuildArch: noarch
|
||||
|
||||
# gcc is needed only for ./configure
|
||||
@ -17,7 +19,8 @@ BuildArch: noarch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: intltool gettext python3-devel
|
||||
Requires: setroubleshoot-server >= 3.3.19
|
||||
# Introduction of get_package_nvr functions
|
||||
Requires: setroubleshoot-server >= 3.3.23
|
||||
|
||||
%description
|
||||
This package provides a set of analysis plugins for use with
|
||||
@ -45,6 +48,11 @@ make DESTDIR=%{buildroot} PYTHON=%{__python3} pkgdocdir=%{_pkgdocdir} install
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Tue Apr 21 2020 Vit Mojzis <vmojzis@redhat.com> - 3.3.12-1
|
||||
- Use get_package_nvr* functions instead of get_rpm_nvr*
|
||||
- Update deprecated type references
|
||||
- Update translations
|
||||
|
||||
* Thu Jan 30 2020 Vit Mojzis <vmojzis@redhat.com> - 3.3.11-1
|
||||
- Add plugin which analyzes execmem denials
|
||||
- Add missing "If " strings
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setroubleshoot-plugins-3.3.11.tar.gz) = deacd53d25de259ca6f63f007c2ecfbb7e491991aea0acdd2904e0a8c58daea54dd10f98593f83aeb91d159e4150b10f0ecc3103679b8aa97b0e280418a249b6
|
||||
SHA512 (setroubleshoot-plugins-3.3.12.tar.gz) = aec345a93aa7cfaea8468c72639dacb89dfc4fa9f1d2ed2e121f5ca20dfd37399877364d95cd8dd548cefcaee4ea818ae4465035a60b6ba18493eb548ef4c87e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user