setroubleshoot-plugins/setroubleshoot-plugins.spec

53 lines
1.3 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 11:16:56 -04:00
Name: setroubleshoot-plugins
2021-12-29 11:52:20 +08:00
Version: 3.3.14
2021-01-22 15:16:33 +08:00
Release: 1
2019-09-30 11:16:56 -04:00
Summary: Analysis plugins for setroubleshoot
License: GPLv3
URL: https://github.com/fedora-selinux/setroubleshoot
BuildArch: noarch
2021-12-29 11:52:20 +08:00
Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
Patch0: 0001-restorecon.py-exclude-more-paths.patch
2019-09-30 11:16:56 -04:00
BuildRequires: gcc perl-XML-Parser intltool gettext python3-devel
2021-01-22 15:16:33 +08:00
Requires: setroubleshoot-server >= 3.3.23
2019-09-30 11:16:56 -04:00
%description
These are the analysis plugins for setroubleshoot.
%prep
2021-12-29 11:52:20 +08:00
%autosetup -p1
2019-09-30 11:16:56 -04:00
%build
%configure PYTHON=/usr/bin/python3
make PYTHON=/usr/bin/python3
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} PYTHON=/usr/bin/python3 pkgdocdir=%{_docdir}/%{name} install
%find_lang %{name}
%clean
rm -rf %{buildroot}
%files -f %{name}.lang
%doc %{_docdir}/%{name}
%{_datadir}/setroubleshoot/plugins
%changelog
2021-12-29 11:52:20 +08:00
* Tue Dec 28 2021 panxiaohe <panxiaohe@huawei.com> -3.3.14-1
- update to 3.3.14
2021-01-22 15:16:33 +08:00
* Fri Jan 22 2021 yixiangzhike <zhangxingliang3@huawei.com> -3.3.12-1
- update to 3.3.12
2020-09-08 16:55:29 +08:00
* Tue Sep 8 2020 linwei <linwei54@openeuler.org> -3.3.9-9
- modify the URL of Source
2019-12-31 14:45:59 +08:00
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> -3.3.9-8
- Delete unused patches
2019-09-30 11:16:56 -04:00
* Thu Sep 5 2019 openEuler Buildteam <buildteam@openeuler.org> -3.3.9-7
- Package init