import setroubleshoot-plugins-3.3.12-1.el8
This commit is contained in:
parent
f641437dae
commit
3829e1422b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/setroubleshoot-plugins-3.3.11.tar.gz
|
||||
SOURCES/setroubleshoot-plugins-3.3.12.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
46bbb60319af2654aec87ceae3644f33300c3cb8 SOURCES/setroubleshoot-plugins-3.3.11.tar.gz
|
||||
931a2bd7806ed144d83efeff6f5c06c38b23051f SOURCES/setroubleshoot-plugins-3.3.12.tar.gz
|
||||
|
@ -2,20 +2,21 @@
|
||||
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.11
|
||||
Version: 3.3.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
# https://pagure.io/setroubleshoot
|
||||
# git format-patch -N cb40f56e7bd9ed91cdcecddc1c1d6048821bc80a -- plugins
|
||||
# for j in [0-9]*.patch; do printf "Patch%s: %s\n" ${j/-*/} $j; done
|
||||
# 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
|
||||
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: intltool gettext python3-devel
|
||||
Requires: setroubleshoot-server >= 3.3.13
|
||||
# Introduction of get_package_nvr functions
|
||||
Requires: setroubleshoot-server >= 3.3.23
|
||||
|
||||
%description
|
||||
This package provides a set of analysis plugins for use with
|
||||
@ -35,15 +36,22 @@ rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} PYTHON=%{__python3} pkgdocdir=%{_pkgdocdir} install
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_pkgdocdir}
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Tue Apr 28 2020 Vit Mojzis <vmojzis@redhat.com> - 3.3.12-1
|
||||
- Use get_package_nvr* functions instead of get_rpm_nvr*
|
||||
- Update deprecated type references (#1829306)
|
||||
|
||||
* Fri Jan 17 2020 Vit Mojzis <vmojzis@redhat.com> - 3.3.11-2
|
||||
- Update translations (#1754992)
|
||||
|
||||
* Mon Nov 18 2019 Vit Mojzis <vmojzis@redhat.com> - 3.3.11-1
|
||||
- Add plugin which analyzes execmem denials (#1649842)
|
||||
- Add missing "If " strings
|
||||
|
Loading…
Reference in New Issue
Block a user